Layer 228
CommunitiesGetParticipantJoinedChats
method
communities.getParticipantJoinedChats#f87eabab community:InputChannel participant:InputPeer = communities.ParticipantJoinedChats;
Parameters
| Name | Type | Description |
|---|---|---|
| Community | InputChannel | |
| Participant | InputPeer |
Gogram Example
// CommunitiesGetParticipantJoinedChats - positional arguments result, err := client.CommunitiesGetParticipantJoinedChats(&tg.InputChannel{ChannelID: int64(1234567890), AccessHash: int64(5678901234567890)}, &tg.InputPeerUser{UserID: int64(777000)}) if err != nil { // handle error } // result is *tg.CommunitiesParticipantJoinedChats