Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

TelegramBot

Guides

  • TelegramBot Guide

Symbols

  • CreateBotSession
  • DeployBotWebhook
  • getMe
  • getUpdates
  • HandleBotUpdates
  • ImportTelegramFile
  • Object
  • sendMessage
  • sendPhoto
  • TelegramBot
KirillBelov`Objects`
Object
​
Object
[]
base mutable object
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
Create new object:
In[1]:=
o1=Object[]
Out[1]=
Object
Symbol: Object`$19
Properties: {Icon,Self,Properties}

Properties:
In[2]:=
o1["Icon"]
Out[2]=
In[3]:=
o1.Name="Name"
Out[3]=
Name
In[4]:=
o1
Out[4]=
Object
Symbol: Object`$19
Properties: {Icon,Self,Properties,Name}

In[5]:=
o1.Properties
Out[5]=
{Icon,Self,Properties,Name}
In[6]:=
o1[]
Out[6]=
Icon
,SelfObject
Symbol: Object`$19
Properties: {Icon,Self,Properties,Name}
,Properties{Icon,Self,Properties,Name},NameName
In[7]:=
o1[""]
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com