Module tdlight.api

Class TdApi.UpdateReactions

Enclosing class:
TdApi

public static final class TdApi.UpdateReactions extends TdApi.Update
The list of supported reactions has changed.
  • Field Details

  • Constructor Details

    • UpdateReactions

      public UpdateReactions()
      The list of supported reactions has changed.
    • UpdateReactions

      public UpdateReactions(TdApi.Reaction[] reactions)
      The list of supported reactions has changed.
      Parameters:
      reactions - Reaction[] The new list of supported reactions.
    • UpdateReactions

      public UpdateReactions(DataInput input) throws IOException
      The list of supported reactions has changed.
      Throws:
      IOException
  • Method Details