Raw.UpdateBotMessageReactions
Bots only: the number of reactions on a message with anonymous reactions has changed.
updateBotMessageReactions#9cb7759 peer:Peer msg_id:int date:int reactions:Vector<ReactionCount> qts:int = Update;export namespace Raw {
export class UpdateBotMessageReactions {
constructor(params: {
peer: Raw.TypePeer;
msgId: number;
date: number;
reactions: Array<Raw.TypeReactionCount>;
qts: number;
}) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0x9cb7759
Property
peer: Raw.TypePeerPeer of the reacted-to message.
msgId: numberId of the reacted-to message.
date: numberDate of the change.
reactions: Array of Raw.TypeReactionCountNew reaction counters.
qts: numberQts event sequence identifier