Layer 227
PhoneInviteConferenceCallParticipant
Invite a user to a conference call.
method
Users
phone.inviteConferenceCallParticipant#bcf22685 flags:# video:flags.0?true call:InputGroupCall user_id:InputUser = Updates;
Parameters
| Name | Type | Description |
|---|---|---|
| Video | flags .0? true | Whether this is a video conference invitation |
| Call | InputGroupCall | The conference call. |
| UserId | InputUser | The user to invite. |
Returns
UpdatesGogram Example
// PhoneInviteConferenceCallParticipant - positional arguments result, err := client.PhoneInviteConferenceCallParticipant(nil, &tg.InputGroupCall{}, &tg.InputUserSelf{}) if err != nil { // handle error } // result is *tg.Updates
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |