Module tdlight.api

Class TdApi.UpdateDefaultReactionType

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateDefaultReactionType
Enclosing class:
TdApi

public static final class TdApi.UpdateDefaultReactionType extends TdApi.Update
The type of default reaction has changed.
  • Field Details

  • Constructor Details

    • UpdateDefaultReactionType

      public UpdateDefaultReactionType()
      The type of default reaction has changed.
    • UpdateDefaultReactionType

      public UpdateDefaultReactionType(TdApi.ReactionType reactionType)
      The type of default reaction has changed.
      Parameters:
      reactionType - ReactionType The new type of the default reaction.
    • UpdateDefaultReactionType

      public UpdateDefaultReactionType(DataInput input) throws IOException
      The type of default reaction has changed.
      Throws:
      IOException
  • Method Details