MadelineProtoDocs/old_docs/API_docs_v89/constructors/channelParticipantsRecent.md
2019-12-27 17:48:04 +01:00

551 B

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

Constructor: channelParticipantsRecent

Back to constructors index

Fetch only recent participants

Type: ChannelParticipantsFilter

Example:

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

Or, if you're into Lua:

channelParticipantsRecent={_='channelParticipantsRecent'}