Class: TD::Types::EmojiStatuses
- Defined in:
- lib/tdlib/types/emoji_statuses.rb
Overview
Contains a list of custom emoji identifiers for emoji statuses.
Instance Attribute Summary collapse
-
#custom_emoji_ids ⇒ Array<Integer>
The list of custom emoji identifiers.
Method Summary
Methods inherited from Base
Instance Attribute Details
#custom_emoji_ids ⇒ Array<Integer>
The list of custom emoji identifiers.
5 6 7 |
# File 'lib/tdlib/types/emoji_statuses.rb', line 5 def custom_emoji_ids @custom_emoji_ids end |