qTbot 0.87.9547b0c
qTbot is base back end library for your c++ Qt projects.
telegramsendfile.h File Reference
#include "qfileinfo.h"
#include "requests/telegramsinglerquest.h"
#include <qTbot/telegramargs.h>
Include dependency graph for telegramsendfile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qTbot::TelegramSendFile
 The TelegramSendFile class Base clas for upload files to server. More...
 

Namespaces

namespace  qTbot
 

Macros

#define TELEGRAM_PHOTO   "photo"
 
#define TELEGRAM_DOCUMENT   "document"
 

Macro Definition Documentation

◆ TELEGRAM_DOCUMENT

#define TELEGRAM_DOCUMENT   "document"

Definition at line 16 of file telegramsendfile.h.

◆ TELEGRAM_PHOTO

#define TELEGRAM_PHOTO   "photo"

Definition at line 15 of file telegramsendfile.h.