Skip to content

phone.toggleGroupCallRecord

Layer 225

Constructor ID: 0xf128c708
Returns: Updates

Parameters

NameTypeDescription
startbool (flags.0, optional)
videobool (flags.2, optional)
callInputGroupCall
titlestring (flags.1, optional)
video_portraitbool (flags.2, optional)

Example

go
result, err := client.Raw(&tg.ToggleGroupCallRecordRequest{
    start: false,
    video: false,
    call: nil, // InputGroupCall
    title: "",
    video_portrait: false,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.