The result is a mutable object that contains brief information about the bot. You can get all the currently available properties of an object by accessing the property named "Properties":
In[2]:=
bot["Properties"]
Out[2]=
{Token,History,Logger,Properties,Name,Icon}
For any of the obtained properties, you can get the internal data of this object:
In[3]:=
bot["Name"]bot["Icon"]
Out[3]=
WolframKernelBot
Out[3]=
You can also add a new property:
In[4]:=
bot["Creator"]="KirillBelov"
Out[4]=
KirillBelov
The new property will now be added to the list of available properties: