Skip to content

phone.checkGroupCall

Layer 225

Constructor ID: 0xb59cf977
Returns: Int

Parameters

NameTypeDescription
callInputGroupCall
sources[]int32

Example

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

Released under the Apache-2.0 License.