mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
450 B
450 B
title | description |
---|---|
topPeerCategoryBotsInline | topPeerCategoryBotsInline attributes, type and example |
Constructor: topPeerCategoryBotsInline
Type: TopPeerCategory
Example:
$topPeerCategoryBotsInline = ['_' => 'topPeerCategoryBotsInline', ];
Or, if you're into Lua:
topPeerCategoryBotsInline={_='topPeerCategoryBotsInline', }