Class: TD::Types::ReactionType::CustomEmoji
- Inherits:
-
TD::Types::ReactionType
- Object
- Dry::Struct
- Base
- TD::Types::ReactionType
- TD::Types::ReactionType::CustomEmoji
- Defined in:
- lib/tdlib/types/reaction_type/custom_emoji.rb
Overview
A reaction with a custom emoji.
Instance Attribute Summary collapse
-
#custom_emoji_id ⇒ Integer
Unique identifier of the custom emoji.
Method Summary
Methods inherited from Base
Instance Attribute Details
#custom_emoji_id ⇒ Integer
Unique identifier of the custom emoji.
5 6 7 |
# File 'lib/tdlib/types/reaction_type/custom_emoji.rb', line 5 def custom_emoji_id @custom_emoji_id end |