Skip to content

phone.inviteToGroupCall

Layer 225

Constructor ID: 0x7b393160
Returns: Updates

Parameters

NameTypeDescription
callInputGroupCall
users[]InputUser

Example

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

Released under the Apache-2.0 License.