Raw.bots.ToggleUserEmojiStatusPermission
Allow or prevent a bot from changing our emoji status
bots.toggleUserEmojiStatusPermission#6de6392 bot:InputUser enabled:Bool = Bool;
export namespace Raw {
export namespace bots {
export class ToggleUserEmojiStatusPermission {
constructor(params: { bot: Raw.TypeInputUser; enabled: boolean }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0x6de6392
Property
bot
: Raw.TypeInputUserThe bot
enabled
: booleanWhether to allow or prevent the bot from changing our emoji status