class TelegramBot::Invoice
- TelegramBot::Invoice
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/invoice.crConstructors
Instance Method Summary
- #currency : String
- #currency=(currency : String)
- #description : String
- #description=(description : String)
- #start_parameter : String
- #start_parameter=(start_parameter : String)
- #title : String
- #title=(title : String)
- #total_amount : Int32
- #total_amount=(total_amount : Int32)