tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
This object represents a unique message identifier. https://core.telegram.org/bots/api#messageid. More...
#include <MessageId.hpp>
Public Member Functions | |
MessageId ()=default | |
MessageId (const nl::json &json) | |
nl::json | toJson () const |
Serializes this object to JSON. More... | |
void | fromJson (const nl::json &json) |
Deserializes this object from JSON. More... | |
Public Attributes | |
std::int32_t | messageId {} |
This object represents a unique message identifier. https://core.telegram.org/bots/api#messageid.
Definition at line 7 of file MessageId.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file MessageId.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 24 of file MessageId.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 17 of file MessageId.hpp.
std::int32_t tgbotxx::MessageId::messageId {} |
Definition at line 13 of file MessageId.hpp.