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

This object represent a list of gifts. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<Gifts>

Public Attributes

std::vector< std::shared_ptr< Gift > > gifts { }
 The list of gifts.

Detailed Description

This object represent a list of gifts.

Definition at line 4094 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 4095 of file Types.h.

Member Data Documentation

◆ gifts

std::vector<std::shared_ptr<Gift> > TgBot::Gifts::gifts { }

The list of gifts.

Definition at line 4100 of file Types.h.


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