Raw.channels.ToggleSignatures
Enable/disable message signatures in channels
channels.toggleSignatures#1f69b606 channel:InputChannel enabled:Bool = Updates;
export namespace Raw {
export namespace channels {
export class ToggleSignatures {
constructor(params: { channel: Raw.TypeInputChannel; enabled: boolean }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x1f69b606
Property
channel
: Raw.TypeInputChannelChannel
enabled
: booleanValue