Layer 220
method Users
account.updatePersonalChannel#d94305e0 channel:InputChannel = Bool;

Parameters

Name Type Description
Channel InputChannel The channel, pass input Channel Empty to remove it.

Returns

Bool

Gogram 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