Class TdApi.MessageReactions

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.MessageReactions
Enclosing class:
TdApi

public static class TdApi.MessageReactions extends TdApi.Object
Contains a list of reactions added to a message.
  • Field Details

    • reactions

      public TdApi.MessageReaction[] reactions
      List of added reactions.
    • areTags

      public boolean areTags
      True, if the reactions are tags and Telegram Premium users can filter messages by them.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageReactions

      public MessageReactions()
      Contains a list of reactions added to a message.
    • MessageReactions

      public MessageReactions(TdApi.MessageReaction[] reactions, boolean areTags)
      Contains a list of reactions added to a message.
      Parameters:
      reactions - List of added reactions.
      areTags - True, if the reactions are tags and Telegram Premium users can filter messages by them.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR