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

#include <Birthdate.h>

Public Types

typedef std::shared_ptr< BirthdatePtr
 

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.
 

Detailed Description

Definition at line 12 of file Birthdate.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 15 of file Birthdate.h.

Member Data Documentation

◆ day

std::uint8_t TgBot::Birthdate::day

Day of the user's birth; 1-31.

Definition at line 20 of file Birthdate.h.

◆ month

std::uint8_t TgBot::Birthdate::month

Month of the user's birth; 1-12.

Definition at line 25 of file Birthdate.h.

◆ year

std::uint16_t TgBot::Birthdate::year

Optional. Year of the user's birth.

Definition at line 30 of file Birthdate.h.


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