Class TdApi.ClickAnimatedEmojiMessage

Enclosing class:
TdApi

public static class TdApi.ClickAnimatedEmojiMessage extends TdApi.Function<TdApi.Sticker>
Informs TDLib that a message with an animated emoji was clicked by the user. Returns a big animated sticker to be played or a 404 error if usual animation needs to be played.

Returns Sticker

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier of the message.
    static final int
    Identifier uniquely determining type of the object.
    long
    Identifier of the clicked message.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which informs TDLib that a message with an animated emoji was clicked by the user.
    ClickAnimatedEmojiMessage(long chatId, long messageId)
    Creates a function, which informs TDLib that a message with an animated emoji was clicked by the user.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatId

      public long chatId
      Chat identifier of the message.
    • messageId

      public long messageId
      Identifier of the clicked message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ClickAnimatedEmojiMessage

      public ClickAnimatedEmojiMessage()
      Default constructor for a function, which informs TDLib that a message with an animated emoji was clicked by the user. Returns a big animated sticker to be played or a 404 error if usual animation needs to be played.

      Returns Sticker

    • ClickAnimatedEmojiMessage

      public ClickAnimatedEmojiMessage(long chatId, long messageId)
      Creates a function, which informs TDLib that a message with an animated emoji was clicked by the user. Returns a big animated sticker to be played or a 404 error if usual animation needs to be played.

      Returns Sticker

      Parameters:
      chatId - Chat identifier of the message.
      messageId - Identifier of the clicked message.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR