Raw.UpdateBotMessageReactions

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: 185
Constructor ID: 0x9cb7759

Property