Class: TD::Types::EmojiCategories

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

Overview

Represents a list of emoji categories.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#categoriesArray<TD::Types::EmojiCategory>

List of categories.

Returns:



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

def categories
  @categories
end