Class: TD::Types::TextEntityType::CustomEmoji
- Inherits:
-
TD::Types::TextEntityType
- Object
- Dry::Struct
- Base
- TD::Types::TextEntityType
- TD::Types::TextEntityType::CustomEmoji
- Defined in:
- lib/tdlib/types/text_entity_type/custom_emoji.rb
Overview
A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium 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.
7 8 9 |
# File 'lib/tdlib/types/text_entity_type/custom_emoji.rb', line 7 def custom_emoji_id @custom_emoji_id end |