Skip to content

channels.getParticipant

Layer 225

Constructor ID: 0xa0ab6cc6
Returns: ChannelParticipant

Parameters

NameTypeDescription
channelInputChannel
participantInputPeer

Example

go
result, err := client.Raw(&tg.GetParticipantRequest{
    channel: nil, // InputChannel
    participant: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.