Class: TD::Types::ChatAction::WatchingAnimations

Inherits:
TD::Types::ChatAction show all
Defined in:
lib/tdlib/types/chat_action/watching_animations.rb

Overview

The user is watching animations sent by the other party by clicking on an animated emoji.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#emojiTD::Types::String

The animated emoji.

Returns:

  • (TD::Types::String)

    the current value of emoji



5
6
7
# File 'lib/tdlib/types/chat_action/watching_animations.rb', line 5

def emoji
  @emoji
end