Class: TD::Types::ForumTopicIcon
- Defined in:
- lib/tdlib/types/forum_topic_icon.rb
Overview
Describes a forum topic icon.
Instance Attribute Summary collapse
-
#color ⇒ Integer
Color of the topic icon in RGB format.
-
#custom_emoji_id ⇒ Integer
Unique identifier of the custom emoji shown on the topic icon; 0 if none.
Method Summary
Methods inherited from Base
Instance Attribute Details
#color ⇒ Integer
Color of the topic icon in RGB format.
6 7 8 |
# File 'lib/tdlib/types/forum_topic_icon.rb', line 6 def color @color end |
#custom_emoji_id ⇒ Integer
Unique identifier of the custom emoji shown on the topic icon; 0 if none.
6 7 8 |
# File 'lib/tdlib/types/forum_topic_icon.rb', line 6 def custom_emoji_id @custom_emoji_id end |