1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 17:26:58 +01:00
MadelineProto/docs/TD_docs/constructors/channelMembersBots.md
2017-07-23 16:11:02 +02:00

642 B

title description
channelMembersBots Return bots in the channel

Constructor: channelMembersBots

Back to constructors index

Return bots in the channel

Attributes:

Name Type Required Description

Type: ChannelMembersFilter

Example:

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

PWRTelegram json-encoded version:

{"_":"channelMembersBots"}

Or, if you're into Lua:

channelMembersBots={_='channelMembersBots', }