class TelegramBot::Invoice
- TelegramBot::Invoice
- Reference
- Object
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)
- #to_json(json : JSON::Builder)
- #total_amount : Int32
- #total_amount=(_total_amount : Int32)