Class TdApi.UpdateAnimatedEmojiMessageClicked

  • Enclosing class:
    TdApi

    public static 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 Detail

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - Chat identifier.
        messageId - Message identifier.
        sticker - The animated sticker to be played.