Class: Telegram::Bot::Types::ForumTopicEdited
- Defined in:
- sig/telegram/bot/types/forum_topic_edited.rbs
Instance Attribute Summary collapse
-
#icon_custom_emoji_id ⇒ String?
readonly
Returns the value of attribute icon_custom_emoji_id.
-
#name ⇒ String?
readonly
Returns the value of attribute name.
Attributes inherited from Base
Class Method Summary collapse
Methods included from Compactable
Methods included from PatternMatching
Instance Attribute Details
#icon_custom_emoji_id ⇒ String? (readonly)
Returns the value of attribute icon_custom_emoji_id.
9 10 11 |
# File 'sig/telegram/bot/types/forum_topic_edited.rbs', line 9 def icon_custom_emoji_id @icon_custom_emoji_id end |
#name ⇒ String? (readonly)
Returns the value of attribute name.
8 9 10 |
# File 'sig/telegram/bot/types/forum_topic_edited.rbs', line 8 def name @name end |
Class Method Details
.new(name:, icon_custom_emoji_id:) ⇒ instance .new(attributes) ⇒ instance
6 7 |
# File 'sig/telegram/bot/types/forum_topic_edited.rbs', line 6
def self.new: (?name: String, ?icon_custom_emoji_id: String) -> instance
| (?Hash[Symbol | String, untyped] attributes) -> instance
|