tgbot-cpp
Loading...
Searching...
No Matches
TgBot::MaybeInaccessibleMessage Struct Reference

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

Detailed Description

This object describes a message that can be inaccessible to the bot. It can be one of Message InaccessibleMessage.

Definition at line 8813 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 8814 of file Types.h.

Member Data Documentation

◆ value

std::variant<std::shared_ptr<Message>, std::shared_ptr<InaccessibleMessage> > TgBot::MaybeInaccessibleMessage::value

Definition at line 8816 of file Types.h.


The documentation for this struct was generated from the following file: