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.TypeInputPeerThe channel
msgId
: numberThe id of the message to which we sent the paid reactions
private
: booleanIf true, makes the current anonymous in the top sender leaderboard for this message; otherwise, does the opposite.