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