Layer 227
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

Updates

Gogram 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.