phone.getGroupParticipants
Layer 225
Constructor ID: 0xc558d8ab
Returns: GroupParticipants
Parameters
| Name | Type | Description |
|---|---|---|
call | InputGroupCall | |
ids | []InputPeer | |
sources | []int32 | |
offset | string | |
limit | int32 |
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)