tgbot-cpp
Loading...
Searching...
No Matches
TgBot::ShippingQuery Class Reference

This object contains information about an incoming shipping query. More...

#include <ShippingQuery.h>

Public Types

typedef std::shared_ptr< ShippingQueryPtr
 

Public Attributes

std::string id
 Unique query identifier.
 
User::Ptr from
 User who sent the query.
 
std::string invoicePayload
 Bot specified invoice payload.
 
ShippingAddress::Ptr shippingAddress
 User specified shipping address.
 

Detailed Description

This object contains information about an incoming shipping query.

https://core.telegram.org/bots/api#shippingquery

Definition at line 20 of file ShippingQuery.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<ShippingQuery> TgBot::ShippingQuery::Ptr

Definition at line 22 of file ShippingQuery.h.

Member Data Documentation

◆ from

User::Ptr TgBot::ShippingQuery::from

User who sent the query.

Definition at line 32 of file ShippingQuery.h.

◆ id

std::string TgBot::ShippingQuery::id

Unique query identifier.

Definition at line 27 of file ShippingQuery.h.

◆ invoicePayload

std::string TgBot::ShippingQuery::invoicePayload

Bot specified invoice payload.

Definition at line 37 of file ShippingQuery.h.

◆ shippingAddress

ShippingAddress::Ptr TgBot::ShippingQuery::shippingAddress

User specified shipping address.

Definition at line 42 of file ShippingQuery.h.


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