class
Hamilton::Types::PaidMessagePriceChanged
- Hamilton::Types::PaidMessagePriceChanged
- Reference
- Object
Overview
Describes a service message about a change in the price of paid messages within a chat.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/paid_message_price_changed.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#paid_message_star_count : Int32
The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message.
-
#paid_message_star_count=(paid_message_star_count : Int32)
The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
def paid_message_star_count : Int32
#
The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message.
def paid_message_star_count=(paid_message_star_count : Int32)
#
The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message.