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