Raw.SendMessageEmojiInteraction
User has clicked on an animated emoji triggering a reaction, click here for more info.
sendMessageEmojiInteraction#25972bcb emoticon:string msg_id:int interaction:DataJSON = SendMessageAction;
export namespace Raw {
export class SendMessageEmojiInteraction {
constructor(params: { emoticon: string; msgId: number; interaction: Raw.TypeDataJSON }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x25972bcb
Property
emoticon
: stringEmoji
msgId
: numberMessage id of the animated emoji that was clicked
interaction
: Raw.TypeDataJSONA json object with interaction info, click here for more info