Layer 227
PhoneSaveDefaultSendAs
Save the default peer displayed as the author of live story comments and reactions, see in-call messages.
method
Users
phone.saveDefaultSendAs#4167add1 call:InputGroupCall send_as:InputPeer = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Live story group call |
| SendAs | InputPeer | Peer to display as the author of subsequent comments and reactions |
Returns
BoolGogram Example
// PhoneSaveDefaultSendAs - positional arguments result, err := client.PhoneSaveDefaultSendAs(&tg.InputGroupCall{}, &tg.InputPeerUser{UserID: int64(777000)}) if err != nil { // handle error } // result is *tg.Bool
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |