Layer 224
PhoneSaveDefaultSendAs
Set default sender for group call messages
method
phone.saveDefaultSendAs#4167add1 call:InputGroupCall send_as:InputPeer = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Group call |
| SendAs | InputPeer | Peer to send as |
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