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

This object describes a message that was deleted or is otherwise inaccessible to the bot. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<InaccessibleMessage>

Public Attributes

std::shared_ptr< Chatchat { }
 Chat the message belonged to.
std::int32_t messageId { }
 Unique message identifier inside the chat.
std::int32_t date { }
 Always 0. The field can be used to differentiate regular and inaccessible messages.

Detailed Description

This object describes a message that was deleted or is otherwise inaccessible to the bot.

Definition at line 4297 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 4298 of file Types.h.

Member Data Documentation

◆ chat

std::shared_ptr<Chat> TgBot::InaccessibleMessage::chat { }

Chat the message belonged to.

Definition at line 4303 of file Types.h.

◆ date

std::int32_t TgBot::InaccessibleMessage::date { }

Always 0. The field can be used to differentiate regular and inaccessible messages.

Definition at line 4313 of file Types.h.

◆ messageId

std::int32_t TgBot::InaccessibleMessage::messageId { }

Unique message identifier inside the chat.

Definition at line 4308 of file Types.h.


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