MadelineProto/old_docs/API_docs_v71/constructors/topPeerCategoryBotsInline.md
2017-10-14 09:50:46 +00:00

553 B

title description
topPeerCategoryBotsInline topPeerCategoryBotsInline attributes, type and example

Constructor: topPeerCategoryBotsInline

Back to constructors index

Type: TopPeerCategory

Example:

$topPeerCategoryBotsInline = ['_' => 'topPeerCategoryBotsInline'];

PWRTelegram json-encoded version:

{"_": "topPeerCategoryBotsInline"}

Or, if you're into Lua:

topPeerCategoryBotsInline={_='topPeerCategoryBotsInline'}