tgbot-cpp
TgBot::InputFile Class Reference

#include <InputFile.h>

Public Types

typedef std::shared_ptr< InputFilePtr
 

Public Attributes

std::string data
 
std::string mimeType
 
std::string fileName
 

Detailed Description

This object represents the contents of a file to be uploaded.

Definition at line 36 of file InputFile.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<InputFile> TgBot::InputFile::Ptr

Definition at line 39 of file InputFile.h.

Member Data Documentation

◆ data

std::string TgBot::InputFile::data

Contents of a file.

Definition at line 44 of file InputFile.h.

◆ fileName

std::string TgBot::InputFile::fileName

File name.

Definition at line 54 of file InputFile.h.

◆ mimeType

std::string TgBot::InputFile::mimeType

Mime type of a file.

Definition at line 49 of file InputFile.h.


The documentation for this class was generated from the following file: