Skip to content

phone.getGroupCallChainBlocks

Layer 225

Constructor ID: 0xee9f88a6
Returns: Updates

Parameters

NameTypeDescription
callInputGroupCall
sub_chain_idint32
offsetint32
limitint32

Example

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

Released under the Apache-2.0 License.