|
tgbot-cpp
|
#include <HttpFormField.h>
Public Attributes | |
| std::string | name |
| std::variant< std::string, HttpFile > | value |
Definition at line 20 of file HttpFormField.h.
| std::string TgBot::HttpFormField::name |
Definition at line 21 of file HttpFormField.h.
| std::variant<std::string, HttpFile> TgBot::HttpFormField::value |
Definition at line 22 of file HttpFormField.h.