Skip to content

phone.inviteConferenceCallParticipant

Layer 225

Constructor ID: 0xbcf22685
Returns: Updates

Parameters

NameTypeDescription
videobool (flags.0, optional)
callInputGroupCall
user_idInputUser

Example

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

Released under the Apache-2.0 License.