Layer 227
PhoneSendConferenceCallBroadcast
Submit a verification message to conference call subchain 1, see subchains.
method
Users
phone.sendConferenceCallBroadcast#c6701900 call:InputGroupCall block:bytes = Updates;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Conference whose verification subchain should receive the message |
| Block | bytes | Serialized e 2 e. chain. Group Broadcast verification message. |
Returns
UpdatesGogram Example
// PhoneSendConferenceCallBroadcast - positional arguments result, err := client.PhoneSendConferenceCallBroadcast(&tg.InputGroupCall{}, []byte{0x01, 0x02, 0x03}) if err != nil { // handle error } // result is *tg.Updates
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |