MadelineProto/docs/TD_docs/constructors/channelMembersBots.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

639 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'}