Skip to content

phone.getGroupCall

Layer 225

Constructor ID: 0x041845db
Returns: GroupCall

Parameters

NameTypeDescription
callInputGroupCall
limitint32

Example

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

Released under the Apache-2.0 License.