Link Search Menu Expand Document

Constructor: updatePaidReactionPrivacy

Back to constructors index

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.

Attributes:

NameTypeRequiredDescription
privateBoolYesWhether paid reaction privacy is enabled or disabled.

Type: Update

Example:

$updatePaidReactionPrivacy = ['_' => 'updatePaidReactionPrivacy', 'private' => Bool];