mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 20:56:54 +01:00
642 B
642 B
title | description |
---|---|
channelMembersBots | Return bots in the channel |
Constructor: channelMembersBots
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', }