Skip to content

channels.getParticipants

Layer 225

Constructor ID: 0x77ced9d0
Returns: ChannelParticipants

Parameters

NameTypeDescription
channelInputChannel
filterChannelParticipantsFilter
offsetint32
limitint32
hashint64

Example

go
result, err := client.Raw(&tg.GetParticipantsRequest{
    channel: nil, // InputChannel
    filter: nil, // ChannelParticipantsFilter
    offset: 0,
    limit: 0,
    hash: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.