Raw.account.UpdatePersonalChannel
Associate (or remove) a personal channel, that will be listed on our personal profile page.
account.updatePersonalChannel#d94305e0 channel:InputChannel = Bool;
export namespace Raw {
export namespace account {
export class UpdatePersonalChannel {
constructor(params: { channel: Raw.TypeInputChannel }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xd94305e0
Property
channel
: Raw.TypeInputChannelThe channel, pass inputchannelempty to remove it.