Skip to content

phone.getGroupCallStreamChannels

Layer 225

Constructor ID: 0x1ab21940
Returns: GroupCallStreamChannels

Parameters

NameTypeDescription
callInputGroupCall

Example

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

Released under the Apache-2.0 License.