Class TdApi.ChatAvailableReactionsSome

Enclosing class:
TdApi

public static class TdApi.ChatAvailableReactionsSome extends TdApi.ChatAvailableReactions
Only specific reactions are available in the chat.
  • Field Details

    • reactions

      public TdApi.ReactionType[] reactions
      The list of reactions.
    • maxReactionCount

      public int maxReactionCount
      The maximum allowed number of reactions per message; 1-11.
    • CONSTRUCTOR

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

    • ChatAvailableReactionsSome

      public ChatAvailableReactionsSome()
      Only specific reactions are available in the chat.
    • ChatAvailableReactionsSome

      public ChatAvailableReactionsSome(TdApi.ReactionType[] reactions, int maxReactionCount)
      Only specific reactions are available in the chat.
      Parameters:
      reactions - The list of reactions.
      maxReactionCount - The maximum allowed number of reactions per message; 1-11.
  • 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