Module tdlight.api

Class TdApi.ChatActionWatchingAnimations

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatAction
it.tdlight.jni.TdApi.ChatActionWatchingAnimations
Enclosing class:
TdApi

public static final class TdApi.ChatActionWatchingAnimations extends TdApi.ChatAction
The user is watching animations sent by the other party by clicking on an animated emoji.
  • Field Details

  • Constructor Details

    • ChatActionWatchingAnimations

      public ChatActionWatchingAnimations()
      The user is watching animations sent by the other party by clicking on an animated emoji.
    • ChatActionWatchingAnimations

      public ChatActionWatchingAnimations(String emoji)
      The user is watching animations sent by the other party by clicking on an animated emoji.
      Parameters:
      emoji - String The animated emoji.
    • ChatActionWatchingAnimations

      public ChatActionWatchingAnimations(DataInput input) throws IOException
      The user is watching animations sent by the other party by clicking on an animated emoji.
      Throws:
      IOException
  • Method Details