Module tdlight.api

Class TdApi.UpdateAnimatedEmojiMessageClicked

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

public static final class TdApi.UpdateAnimatedEmojiMessageClicked extends TdApi.Update
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Message identifier.
    • sticker

      public TdApi.Sticker sticker
      The animated sticker to be played.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateAnimatedEmojiMessageClicked

      public UpdateAnimatedEmojiMessageClicked()
      Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.
    • UpdateAnimatedEmojiMessageClicked

      public UpdateAnimatedEmojiMessageClicked(long chatId, long messageId, TdApi.Sticker sticker)
      Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.
      Parameters:
      chatId - long Chat identifier.
      messageId - long Message identifier.
      sticker - Sticker The animated sticker to be played.
    • UpdateAnimatedEmojiMessageClicked

      public UpdateAnimatedEmojiMessageClicked(DataInput input) throws IOException
      Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.
      Throws:
      IOException
  • Method Details