|
tgbot-cpp
|
A named multipart file referenced from a Telegram API argument as attach://name. More...
#include <InputFile.h>
Public Attributes | |
| std::string | name |
| Multipart form field name used in the attach:// reference. | |
| std::shared_ptr< InputFile > | file |
| File contents to upload under the specified name. | |
A named multipart file referenced from a Telegram API argument as attach://name.
Definition at line 72 of file InputFile.h.
| std::shared_ptr<InputFile> TgBot::InputFileAttachment::file |
File contents to upload under the specified name.
Definition at line 81 of file InputFile.h.
| std::string TgBot::InputFileAttachment::name |
Multipart form field name used in the attach:// reference.
Definition at line 76 of file InputFile.h.