Layer 224
PhoneSendSignalingData
Send Vo IP signaling data
method
Users
phone.sendSignalingData#ff7a9383 peer:InputPhoneCall data:bytes = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | InputPhoneCall | Phone call |
| Data | bytes | Signaling payload |
Returns
BoolGogram Example
// PhoneSendSignalingData - positional arguments result, err := client.PhoneSendSignalingData(&tg.InputPhoneCall{}, []byte{0x01, 0x02, 0x03}) if err != nil { // handle error } // result is *tg.Bool
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | CALL_PEER_INVALID | The provided call peer object is invalid. |