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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ShippingQuery>

Public Attributes

std::string id { }
 Unique query identifier.
std::shared_ptr< Userfrom { }
 User who sent the query.
std::string invoicePayload { }
 Bot-specified invoice payload.
std::shared_ptr< ShippingAddressshippingAddress { }
 User specified shipping address.

Detailed Description

This object contains information about an incoming shipping query.

Definition at line 13232 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::ShippingQuery::Ptr = std::shared_ptr<ShippingQuery>

Definition at line 13233 of file Types.h.

Member Data Documentation

◆ from

std::shared_ptr<User> TgBot::ShippingQuery::from { }

User who sent the query.

Definition at line 13243 of file Types.h.

◆ id

std::string TgBot::ShippingQuery::id { }

Unique query identifier.

Definition at line 13238 of file Types.h.

◆ invoicePayload

std::string TgBot::ShippingQuery::invoicePayload { }

Bot-specified invoice payload.

Definition at line 13248 of file Types.h.

◆ shippingAddress

std::shared_ptr<ShippingAddress> TgBot::ShippingQuery::shippingAddress { }

User specified shipping address.

Definition at line 13253 of file Types.h.


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