Class: TD::Types::Update::AnimatedEmojiMessageClicked

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/animated_emoji_message_clicked.rb

Overview

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.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.



9
10
11
# File 'lib/tdlib/types/update/animated_emoji_message_clicked.rb', line 9

def chat_id
  @chat_id
end

#message_idInteger

Message identifier.



9
10
11
# File 'lib/tdlib/types/update/animated_emoji_message_clicked.rb', line 9

def message_id
  @message_id
end

#stickerTD::Types::Sticker

The animated sticker to be played.



9
10
11
# File 'lib/tdlib/types/update/animated_emoji_message_clicked.rb', line 9

def sticker
  @sticker
end