channels.getParticipant
Layer 225
Constructor ID: 0xa0ab6cc6
Returns: ChannelParticipant
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel | |
participant | InputPeer |
Example
go
result, err := client.Raw(&tg.GetParticipantRequest{
channel: nil, // InputChannel
participant: nil, // InputPeer
})
if err != nil {
panic(err)
}
print(result)