Skip to content

phone.createGroupCall

Layer 225

Constructor ID: 0x48cdc6d8
Returns: Updates

Parameters

NameTypeDescription
rtmp_streambool (flags.2, optional)
peerInputPeer
random_idint32
titlestring (flags.0, optional)
schedule_dateint32 (flags.1, optional)

Example

go
result, err := client.Raw(&tg.CreateGroupCallRequest{
    rtmp_stream: false,
    peer: nil, // InputPeer
    random_id: 0,
    title: "",
    schedule_date: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.