|
tgbot-cpp
|
This object describes a message that can be inaccessible to the bot. It can be one of Message InaccessibleMessage. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<MaybeInaccessibleMessage> |
Public Attributes | |
| std::variant< std::shared_ptr< Message >, std::shared_ptr< InaccessibleMessage > > | value |
This object describes a message that can be inaccessible to the bot. It can be one of Message InaccessibleMessage.
| using TgBot::MaybeInaccessibleMessage::Ptr = std::shared_ptr<MaybeInaccessibleMessage> |
| std::variant<std::shared_ptr<Message>, std::shared_ptr<InaccessibleMessage> > TgBot::MaybeInaccessibleMessage::value |