|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
#include <tgbotxx/objects/Object.hpp>#include <tgbotxx/objects/InaccessibleMessage.hpp>#include <variant>Go to the source code of this file.
Namespaces | |
| namespace | tgbotxx |
Typedefs | |
| using | tgbotxx::MaybeInaccessibleMessage = std::variant< Ptr< Message >, Ptr< InaccessibleMessage > > |
| This object describes a message that can be inaccessible to the bot. It can be one of. | |