|
xxtelebot
1.4.1.0
A simple Telegram Bot implementation in C++
|
This struct contains parameters for sendInvoice method. More...
#include <types.h>
Public Attributes | |
| std::vector< LabeledPrice > | prices |
| std::string | title |
| std::string | description |
| std::string | payload |
| std::string | providerToken |
| std::string | startParameter |
| std::string | currency |
| ::tgbot::types::Ptr< std::string > | photoUrl |
| ::tgbot::types::Ptr< std::string > | providerData |
| int | photoSize |
| int | photoWidth |
| int | photoHeight |
| bool | needName: 1 |
| bool | needPhoneNumber: 1 |
| bool | needEmail: 1 |
| bool | needShippingAddress: 1 |
| bool | isFlexible: 1 |
| bool | sendPhoneNumberToProvider: 1 |
| bool | sendEmailToProvider: 1 |
This struct contains parameters for sendInvoice method.
1.8.11