Class: TD::Types::ReactionType::CustomEmoji

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

Overview

A reaction with a custom emoji.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#custom_emoji_idInteger

Unique identifier of the custom emoji.

Returns:

  • (Integer)

    the current value of custom_emoji_id



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

def custom_emoji_id
  @custom_emoji_id
end