Class: TD::Types::EmojiCategory
- Defined in:
- lib/tdlib/types/emoji_category.rb
Overview
Describes an emoji category.
Instance Attribute Summary collapse
-
#icon ⇒ TD::Types::Sticker
Custom emoji sticker, which represents icon of the category.
-
#is_greeting ⇒ Boolean
True, if the category must be shown first when choosing a sticker for the start page.
-
#name ⇒ TD::Types::String
Name of the category.
-
#source ⇒ TD::Types::EmojiCategorySource
Source of stickers for the emoji category.
Method Summary
Methods inherited from Base
Instance Attribute Details
#icon ⇒ TD::Types::Sticker
Custom emoji sticker, which represents icon of the category.
8 9 10 |
# File 'lib/tdlib/types/emoji_category.rb', line 8 def icon @icon end |
#is_greeting ⇒ Boolean
True, if the category must be shown first when choosing a sticker for the start page.
8 9 10 |
# File 'lib/tdlib/types/emoji_category.rb', line 8 def is_greeting @is_greeting end |
#name ⇒ TD::Types::String
Name of the category.
8 9 10 |
# File 'lib/tdlib/types/emoji_category.rb', line 8 def name @name end |
#source ⇒ TD::Types::EmojiCategorySource
Source of stickers for the emoji category.
8 9 10 |
# File 'lib/tdlib/types/emoji_category.rb', line 8 def source @source end |