Layer 224
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(1234567890), AccessHash: int64(5678901234567890)}) if err != nil { // handle error } // result is *tg.Bool