tgbot-cpp
|
Represents a chat member that was banned in the chat and can't return to the chat or view chat messages. More...
#include <ChatMemberBanned.h>
Public Types | |
typedef std::shared_ptr< ChatMemberBanned > | Ptr |
Public Types inherited from TgBot::ChatMember | |
typedef std::shared_ptr< ChatMember > | Ptr |
Public Member Functions | |
ChatMemberBanned () | |
Public Member Functions inherited from TgBot::ChatMember | |
ChatMember () | |
virtual | ~ChatMember () |
Public Attributes | |
std::uint32_t | untilDate |
Date when restrictions will be lifted for this user; Unix time. | |
Public Attributes inherited from TgBot::ChatMember | |
std::string | status |
The member's status in the chat. | |
User::Ptr | user |
Information about the user. | |
Static Public Attributes | |
static const std::string | STATUS |
Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.
Definition at line 16 of file ChatMemberBanned.h.
typedef std::shared_ptr<ChatMemberBanned> TgBot::ChatMemberBanned::Ptr |
Definition at line 20 of file ChatMemberBanned.h.
|
inline |
Definition at line 22 of file ChatMemberBanned.h.
|
static |
Definition at line 18 of file ChatMemberBanned.h.
std::uint32_t TgBot::ChatMemberBanned::untilDate |
Date when restrictions will be lifted for this user; Unix time.
If 0, then the user is banned forever
Definition at line 31 of file ChatMemberBanned.h.