Class: TD::Types::EmojiKeywords

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/emoji_keywords.rb

Overview

Represents a list of emojis with their keywords.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#emoji_keywordsArray<TD::Types::EmojiKeyword>

List of emojis with their keywords.

Returns:



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

def emoji_keywords
  @emoji_keywords
end