Raw.channels.ChannelParticipants
Represents multiple channel participants
channels.channelParticipants#9ab0feaf count:int participants:Vector<ChannelParticipant> chats:Vector<Chat> users:Vector<User> = channels.ChannelParticipants;
export namespace Raw {
export namespace channels {
export class ChannelParticipants {
constructor(params: {
count: number;
participants: Array<Raw.TypeChannelParticipant>;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x9ab0feaf
Property
count
: numberTotal number of participants that correspond to the given query
participants
: Array of Raw.TypeChannelParticipantParticipants
chats
: Array of Raw.TypeChatMentioned chats
users
: Array of Raw.TypeUserUsers mentioned in participant info