Skip to content

phone.startScheduledGroupCall

Layer 225

Constructor ID: 0x5680e342
Returns: Updates

Parameters

NameTypeDescription
callInputGroupCall

Example

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

Released under the Apache-2.0 License.