Raw.messages.SendReaction
React to message.
messages.sendReaction#d30d78d4 flags:# big:flags.1?true add_to_recent:flags.2?true peer:InputPeer msg_id:int reaction:flags.0?Vector<Reaction> = Updates;export namespace Raw {
export namespace messages {
export class SendReaction {
constructor(params: {
big?: boolean;
addToRecent?: boolean;
peer: Raw.TypeInputPeer;
msgId: number;
reaction?: Array<Raw.TypeReaction>;
}) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0xd30d78d4
Property
big: boolean or undefinedWhether a bigger and longer reaction should be shown
addToRecent: boolean or undefinedWhether to add this reaction to the recent reactions list.
peer: Raw.TypeInputPeerPeer
msgId: numberMessage id to react to
reaction: Array of Raw.TypeReaction or undefinedA list of reactions