Represents a chat member that has no additional privileges or restrictions.
More...
#include <Types.h>
|
| std::string | status { STATUS } |
| | The member's status in the chat, always “member”
|
| std::optional< std::string > | tag { } |
| | Optional. Tag of the member.
|
| std::shared_ptr< User > | user { } |
| | Information about the user.
|
| std::optional< std::int32_t > | untilDate { } |
| | Optional. Date when the user's subscription will expire; Unix time.
|
Represents a chat member that has no additional privileges or restrictions.
Definition at line 2538 of file Types.h.
◆ Ptr
◆ STATUS
| TGBOT_API const std::string TgBot::ChatMemberMember::STATUS |
|
static |
◆ status
| std::string TgBot::ChatMemberMember::status { STATUS } |
The member's status in the chat, always “member”
Definition at line 2546 of file Types.h.
◆ tag
| std::optional<std::string> TgBot::ChatMemberMember::tag { } |
Optional. Tag of the member.
Definition at line 2551 of file Types.h.
◆ untilDate
| std::optional<std::int32_t> TgBot::ChatMemberMember::untilDate { } |
Optional. Date when the user's subscription will expire; Unix time.
Definition at line 2561 of file Types.h.
◆ user
| std::shared_ptr<User> TgBot::ChatMemberMember::user { } |
Information about the user.
Definition at line 2556 of file Types.h.
The documentation for this struct was generated from the following file: