Skip to content

phone.exportGroupCallInvite

Layer 225

Constructor ID: 0xe6aa647f
Returns: ExportedGroupCallInvite

Parameters

NameTypeDescription
can_self_unmutebool (flags.0, optional)
callInputGroupCall

Example

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

Released under the Apache-2.0 License.