1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:07:47 +01:00
MadelineProto/docs/API_docs/constructors/topPeerCategoryBotsInline.md

450 B

title description
topPeerCategoryBotsInline topPeerCategoryBotsInline attributes, type and example

Constructor: topPeerCategoryBotsInline

Back to constructors index

Type: TopPeerCategory

Example:

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

Or, if you're into Lua:

topPeerCategoryBotsInline={_='topPeerCategoryBotsInline', }