haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.TogglePaidMessageReactionIsAnonymous

Synopsis

Documentation

data TogglePaidMessageReactionIsAnonymous Source #

Changes whether the paid message reaction of the user to a message is anonymous. The message must have paid reaction added by the user. Returns Ok

Constructors

TogglePaidMessageReactionIsAnonymous 

Fields

  • chat_id :: Maybe Int

    Identifier of the chat to which the message belongs

  • message_id :: Maybe Int

    Identifier of the message

  • is_anonymous :: Maybe Bool

    Pass true to make paid reaction of the user on the message anonymous; pass false to make the user's profile visible among top reactors