tgbot-cpp
Loading...
Searching...
No Matches
ChatInviteLink.h
Go to the documentation of this file.
1#ifndef TGBOT_CPP_CHATINVITELINK_H
2#define TGBOT_CPP_CHATINVITELINK_H
3
4#include "tgbot/types/User.h"
5
6#include <cstdint>
7#include <memory>
8#include <string>
9
10namespace TgBot {
11
18
19public:
20 typedef std::shared_ptr<ChatInviteLink> Ptr;
21
26 std::string inviteLink;
27
32
37
42
47
51 std::string name;
52
56 std::uint32_t expireDate;
57
61 std::uint32_t memberLimit;
62
67};
68}
69
70#endif //TGBOT_CPP_CHATINVITELINK_H
std::shared_ptr< User > Ptr
Definition User.h:18
Definition Api.h:39