Raw.messages.TogglePaidReactionPrivacy

Raw.messages.TogglePaidReactionPrivacy

Changes the privacy of already sent paid reactions on a specific message.

messages.togglePaidReactionPrivacy#849ad397 peer:InputPeer msg_id:int private:Bool = Bool;
export namespace Raw {
  export namespace messages {
    export class TogglePaidReactionPrivacy {
      constructor(params: { peer: Raw.TypeInputPeer; msgId: number; private: boolean }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 198
Constructor ID: 0x849ad397

Property

  • peer : Raw.TypeInputPeer

    The channel

  • msgId : number

    The id of the message to which we sent the paid reactions

  • private : boolean

    If true, makes the current anonymous in the top sender leaderboard for this message; otherwise, does the opposite.

Results

boolean