Raw.channels.GetParticipant
Get info about a channel/supergroup participant
channels.getParticipant#a0ab6cc6 channel:InputChannel participant:InputPeer = channels.ChannelParticipant;export namespace Raw {
export namespace channels {
export class GetParticipant {
constructor(params: { channel: Raw.TypeInputChannel; participant: Raw.TypeInputPeer }) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0xa0ab6cc6
Property
channel: Raw.TypeInputChannelChannel/supergroup
participant: Raw.TypeInputPeerParticipant to get info about
Results
Raw.channels.TypeChannelParticipant