Skip to content

phone.getGroupParticipants

Layer 225

Constructor ID: 0xc558d8ab
Returns: GroupParticipants

Parameters

NameTypeDescription
callInputGroupCall
ids[]InputPeer
sources[]int32
offsetstring
limitint32

Example

go
result, err := client.Raw(&tg.GetGroupParticipantsRequest{
    call: nil, // InputGroupCall
    ids: nil,
    sources: nil,
    offset: "",
    limit: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.