bots info
GET {{baseUrl}}/bots.info?bot=<string>
Gets information about a bot user.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
bot | string | Bot user to get info on |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","bot":{"id":"\u003cstring\u003e","deleted":"\u003cboolean\u003e","name":"\u003cstring\u003e","updated":"\u003cinteger\u003e","app_id":"\u003cstring\u003e","icons":{"image_36":"\u003curi\u003e","image_48":"\u003curi\u003e","image_72":"\u003curi\u003e"},"user_id":"\u003cstring\u003e"}}