Class: TD::Types::EmojiKeywords
- Defined in:
- lib/tdlib/types/emoji_keywords.rb
Overview
Represents a list of emojis with their keywords.
Instance Attribute Summary collapse
-
#emoji_keywords ⇒ Array<TD::Types::EmojiKeyword>
List of emojis with their keywords.
Method Summary
Methods inherited from Base
Instance Attribute Details
#emoji_keywords ⇒ Array<TD::Types::EmojiKeyword>
List of emojis with their keywords.
5 6 7 |
# File 'lib/tdlib/types/emoji_keywords.rb', line 5 def emoji_keywords @emoji_keywords end |