xxtelebot  1.4.1.0
A simple Telegram Bot implementation in C++
Public Attributes | List of all members
tgbot::methods::types::Invoice Struct Reference

This struct contains parameters for sendInvoice method. More...

#include <types.h>

Public Attributes

std::vector< LabeledPriceprices
 
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
 

Detailed Description

This struct contains parameters for sendInvoice method.


The documentation for this struct was generated from the following file: