Layer 220
PhoneSaveDefaultSendAs
method
phone.saveDefaultSendAs#4167add1 call:InputGroupCall send_as:InputPeer = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | |
| SendAs | InputPeer |
Returns
BoolGogram Example
// PhoneSaveDefaultSendAs - positional arguments result, err := client.PhoneSaveDefaultSendAs(&tg.InputGroupCall{}, &tg.InputPeerUser{UserID: int64(123456789)}) if err != nil { // handle error } // result is *tg.Bool