Raw.channels.GetParticipants
Get the participants of a supergroup/channel
channels.getParticipants#77ced9d0 channel:InputChannel filter:ChannelParticipantsFilter offset:int limit:int hash:long = channels.ChannelParticipants;export namespace Raw {
export namespace channels {
export class GetParticipants {
constructor(params: {
channel: Raw.TypeInputChannel;
filter: Raw.TypeChannelParticipantsFilter;
offset: number;
limit: number;
hash: bigint;
}) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0x77ced9d0
Property
channel: Raw.TypeInputChannelChannel
filter: Raw.TypeChannelParticipantsFilterWhich participant types to fetch
offset: numberOffset
limit: numberLimit
hash: bigintHash
Results
Raw.channels.TypeChannelParticipants