MadelineProtoDocs/old_docs/API_docs_v91/constructors/channelParticipantsRecent.md
2019-03-08 13:49:23 +01:00

651 B

title description image
channelParticipantsRecent Channel participants recent https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelParticipantsRecent

Back to constructors index

Channel participants recent

Type: ChannelParticipantsFilter

Example:

$channelParticipantsRecent = ['_' => 'channelParticipantsRecent'];

PWRTelegram json-encoded version:

{"_": "channelParticipantsRecent"}

Or, if you're into Lua:

channelParticipantsRecent={_='channelParticipantsRecent'}