class
TelegramBot::BotSubscriptionUpdated
- TelegramBot::BotSubscriptionUpdated
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/bot_subscription_updated.crConstructors
- .new(user : User, invoice_payload : String, state : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #invoice_payload : String
- #invoice_payload=(invoice_payload : String)
- #state : String
- #state=(state : String)
- #user : User
- #user=(user : User)