|
tgbot-cpp
|
The message was originally sent to a channel chat. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<MessageOriginChannel> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the message origin, always “channel” | |
| std::int32_t | date { } |
| Date the message was sent originally in Unix time. | |
| std::shared_ptr< Chat > | chat { } |
| Channel chat to which the message was originally sent. | |
| std::int32_t | messageId { } |
| Unique message identifier inside the chat. | |
| std::optional< std::string > | authorSignature { } |
| Optional. Signature of the original post author. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::MessageOriginChannel::Ptr = std::shared_ptr<MessageOriginChannel> |
| std::optional<std::string> TgBot::MessageOriginChannel::authorSignature { } |
| std::shared_ptr<Chat> TgBot::MessageOriginChannel::chat { } |
| std::int32_t TgBot::MessageOriginChannel::date { } |
| std::int32_t TgBot::MessageOriginChannel::messageId { } |
|
static |
| std::string TgBot::MessageOriginChannel::type { TYPE } |