Raw.UpdateBotMessageReaction
Bots only: a user has changed their reactions on a message with public reactions.
updateBotMessageReaction#ac21d3ce peer:Peer msg_id:int date:int actor:Peer old_reactions:Vector<Reaction> new_reactions:Vector<Reaction> qts:int = Update;export namespace Raw {
export class UpdateBotMessageReaction {
constructor(params: {
peer: Raw.TypePeer;
msgId: number;
date: number;
actor: Raw.TypePeer;
oldReactions: Array<Raw.TypeReaction>;
newReactions: Array<Raw.TypeReaction>;
qts: number;
}) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0xac21d3ce
Property
peer: Raw.TypePeerPeer of the reacted-to message.
msgId: numberId of the reacted-to message.
date: numberDate of the change.
actor: Raw.TypePeerThe user that (un)reacted to the message.
oldReactions: Array of Raw.TypeReactionOld reactions
newReactions: Array of Raw.TypeReactionNew reactions
qts: numberQts event sequence identifier