Module tdlight.api

Class TdApi.ChatAvailableReactionsSome

Enclosing class:
TdApi

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

  • Constructor Details

    • ChatAvailableReactionsSome

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

      public ChatAvailableReactionsSome(TdApi.ReactionType[] reactions)
      Only specific reactions are available in the chat.
      Parameters:
      reactions - ReactionType[] The list of reactions.
    • ChatAvailableReactionsSome

      public ChatAvailableReactionsSome(DataInput input) throws IOException
      Only specific reactions are available in the chat.
      Throws:
      IOException
  • Method Details