1#ifndef TGBOT_BIRTHDATE_H 
    2#define TGBOT_BIRTHDATE_H 
   15    typedef std::shared_ptr<Birthdate> 
Ptr;
 
 
std::shared_ptr< Birthdate > Ptr
std::uint8_t month
Month of the user's birth; 1-12.
std::uint16_t year
Optional. Year of the user's birth.
std::uint8_t day
Day of the user's birth; 1-31.