tgbotxx 1.1.9.2
Telegram Bot C++ Library
Loading...
Searching...
No Matches
MaybeInaccessibleMessage.hpp
Go to the documentation of this file.
1#pragma once
4#include <variant>
5
6namespace tgbotxx {
7 struct Message;
14 using MaybeInaccessibleMessage = std::variant<Ptr<Message>, Ptr<InaccessibleMessage>>;
15}
std::shared_ptr< T > Ptr
Definition Ptr.hpp:6
std::variant< Ptr< Message >, Ptr< InaccessibleMessage > > MaybeInaccessibleMessage
This object describes a message that can be inaccessible to the bot. It can be one of.