tgbot-cpp
|
#include <Birthdate.h>
Public Types | |
typedef std::shared_ptr< Birthdate > | Ptr |
Public Attributes | |
std::uint8_t | day |
Day of the user's birth; 1-31. | |
std::uint8_t | month |
Month of the user's birth; 1-12. | |
std::uint16_t | year |
Optional. Year of the user's birth. | |
Definition at line 12 of file Birthdate.h.
typedef std::shared_ptr<Birthdate> TgBot::Birthdate::Ptr |
Definition at line 15 of file Birthdate.h.
std::uint8_t TgBot::Birthdate::day |
Day of the user's birth; 1-31.
Definition at line 20 of file Birthdate.h.
std::uint8_t TgBot::Birthdate::month |
Month of the user's birth; 1-12.
Definition at line 25 of file Birthdate.h.
std::uint16_t TgBot::Birthdate::year |
Optional. Year of the user's birth.
Definition at line 30 of file Birthdate.h.