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

This object represents a unique message identifier. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<MessageId>

Public Attributes

std::int32_t messageId { }
 Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent.

Detailed Description

This object represents a unique message identifier.

Definition at line 9696 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::MessageId::Ptr = std::shared_ptr<MessageId>

Definition at line 9697 of file Types.h.

Member Data Documentation

◆ messageId

std::int32_t TgBot::MessageId::messageId { }

Unique message identifier. In specific instances (e.g., message containing a video sent to a big chat), the server might automatically schedule a message instead of sending it immediately. In such cases, this field will be 0 and the relevant message will be unusable until it is actually sent.

Definition at line 9705 of file Types.h.


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