O
Size: a a a
O
АК
///This object represents a Telegram user or bot.
struct User {
declare_struct
declare_field(int64_t,id); /// Unique identifier for this user or bot
declare_field(bool,is_bot);/// True, if this user is a bot
declare_field(std::string,first_name); /// User‘s or bot’s first name
declare_field(std::optional<std::string>,last_name);/// User‘s or bot’s last name
....
};
АК
Е
Е
АК
АК
Е
Е
Е
а
а
АК
а
Е
а
а
АК
Е
АК