Class: TD::Types::ReactionType::Emoji

Inherits:
TD::Types::ReactionType show all
Defined in:
lib/tdlib/types/reaction_type/emoji.rb

Overview

A reaction with an emoji.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#emojiTD::Types::String

Text representation of the reaction.

Returns:

  • (TD::Types::String)

    the current value of emoji



5
6
7
# File 'lib/tdlib/types/reaction_type/emoji.rb', line 5

def emoji
  @emoji
end