updatePaidReactionPrivacy

Contains the current default paid reaction privacy, see here » for more info.

Clients should invoke messages.getPaidReactionPrivacy on startup to fetch the current default reaction privacy because this update is only sent to currently online sessions and cannot be fetched using getDifference on client startup.

updatePaidReactionPrivacy#51ca7aec private:Bool = Update;

Parameters

Name Type Description
private Bool Whether paid reaction privacy is enabled or disabled.

Type

Update

Related pages

Message reactions

Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.

messages.getPaidReactionPrivacy

Fetches an updatePaidReactionPrivacy update with the current default paid reaction privacy, see here » for more info.