646 B
646 B
title | description | image |
---|---|---|
channelParticipantsRecent | channelParticipantsRecent attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelParticipantsRecent
Type: ChannelParticipantsFilter
Example:
$channelParticipantsRecent = ['_' => 'channelParticipantsRecent'];
PWRTelegram json-encoded version:
{"_": "channelParticipantsRecent"}
Or, if you're into Lua:
channelParticipantsRecent={_='channelParticipantsRecent'}