Layer 220
AccountUpdatePersonalChannel
Associate (or remove) a personal channel, that will be listed on our personal profile page.
method
Users
account.updatePersonalChannel#d94305e0 channel:InputChannel = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Channel | InputChannel | The channel, pass input Channel Empty to remove it. |
Returns
BoolGogram Example
// AccountUpdatePersonalChannel - positional arguments result, err := client.AccountUpdatePersonalChannel(&tg.InputChannel{ChannelID: int64(123456789), AccessHash: int64(0)}) if err != nil { // handle error } // result is *tg.Bool