tgbot-cpp
Loading...
Searching...
No Matches
MessageId.h
Go to the documentation of this file.
1
#ifndef TGBOT_CPP_MESSAGEID_H
2
#define TGBOT_CPP_MESSAGEID_H
3
4
#include <memory>
5
6
namespace
TgBot
{
7
13
class
MessageId
{
14
15
public
:
16
typedef
std::shared_ptr<MessageId>
Ptr
;
17
21
std::int32_t
messageId
;
22
};
23
}
24
25
#endif
//TGBOT_CPP_MESSAGEID_H
TgBot::MessageId
This object represents a unique message identifier.
Definition
MessageId.h:13
TgBot::MessageId::messageId
std::int32_t messageId
Unique message identifier.
Definition
MessageId.h:21
TgBot::MessageId::Ptr
std::shared_ptr< MessageId > Ptr
Definition
MessageId.h:16
TgBot
Definition
Api.h:40
include
tgbot
types
MessageId.h
Generated on Tue Jun 11 2024 00:46:35 for tgbot-cpp by
1.11.0