tgbot-cpp
Loading...
Searching...
No Matches
LinkPreviewOptions.h
Go to the documentation of this file.
1#ifndef TGBOT_LINKPREVIEWOPTIONS_H
2#define TGBOT_LINKPREVIEWOPTIONS_H
3
4#include <memory>
5#include <string>
6
7namespace TgBot {
8
15
16public:
17 typedef std::shared_ptr<LinkPreviewOptions> Ptr;
18
23
29 std::string url;
30
35
40
45};
46}
47
48#endif //TGBOT_LINKPREVIEWOPTIONS_H
Definition Api.h:40