MadelineProtoDocs/old_docs/API_docs_v5/constructors/channelParticipantsRecent.md

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