#include "sendVideo.h"
Definition at line 18 of file sendVideo.h.
◆ sendVideo() [1/3]
yatbcpp::sendVideo::sendVideo |
( |
std::int64_t |
chat_id, |
|
|
std::string |
video |
|
) |
| |
- Parameters
-
chat_id | |
video,and | Video file id or an Video file location to send local files use methodMultipart |
◆ sendVideo() [2/3]
yatbcpp::sendVideo::sendVideo |
( |
std::string |
chat_id, |
|
|
std::string |
video |
|
) |
| |
- Parameters
-
chat_id | |
video,and | Video file id or an Video file location to send local files use methodMultipart |
◆ sendVideo() [3/3]
yatbcpp::sendVideo::sendVideo |
( |
Chat |
C, |
|
|
std::string |
video |
|
) |
| |
- Parameters
-
C | |
video,and | Video file id or an Video file location to send local files use methodMultipart |
◆ add_to_post()
void sendVideo::add_to_post |
( |
struct curl_httppost ** |
start, |
|
|
struct curl_httppost ** |
end |
|
) |
| |
|
virtual |
Method Required for derived classes so they can be made into Multipart object The Post Parts have to be added in it , upon end of request it is deleted in perform_requestMultipart
- Returns
Reimplemented from yatbcpp::telegram_methodMultipart< Message >.
Definition at line 67 of file sendVideo.cc.
◆ getCaption()
const optional< string > & sendVideo::getCaption |
( |
| ) |
const |
◆ getChat_id()
const string & sendVideo::getChat_id |
( |
| ) |
const |
◆ getDisable_notification()
const optional< bool > & sendVideo::getDisable_notification |
( |
| ) |
const |
◆ getDuration()
const optional< unsigned int > & sendVideo::getDuration |
( |
| ) |
const |
◆ getFunctionname() [1/2]
◆ getFunctionname() [2/2]
◆ getHeight()
const optional< unsigned int > & sendVideo::getHeight |
( |
| ) |
const |
◆ getReply_markup()
const optional< ReplyMarkup > & sendVideo::getReply_markup |
( |
| ) |
const |
◆ getReply_to_message_id()
const optional< int32_t > & sendVideo::getReply_to_message_id |
( |
| ) |
const |
◆ getVideo()
const string & sendVideo::getVideo |
( |
| ) |
const |
◆ getWidth()
const optional< unsigned int > & sendVideo::getWidth |
( |
| ) |
const |
◆ perform_requestJSON()
◆ perform_requestMultipart()
◆ setCaption()
void sendVideo::setCaption |
( |
const std::optional< std::string > & |
caption | ) |
|
◆ setDisable_notification()
void sendVideo::setDisable_notification |
( |
const std::optional< bool > & |
disable_notification | ) |
|
◆ setDuration()
void sendVideo::setDuration |
( |
const std::optional< unsigned int > & |
duration | ) |
|
◆ setHeight()
void sendVideo::setHeight |
( |
const std::optional< unsigned int > & |
height | ) |
|
◆ setReply_to_message_id()
void sendVideo::setReply_to_message_id |
( |
const std::optional< int > & |
reply_to_message_id | ) |
|
◆ setReplyMarkup() [1/3]
◆ setReplyMarkup() [2/3]
◆ setReplyMarkup() [3/3]
void sendVideo::setReplyMarkup |
( |
const ForceReply |
FR | ) |
|
◆ setWidth()
void sendVideo::setWidth |
( |
const std::optional< unsigned int > & |
width | ) |
|
◆ toJson()
Json::Value sendVideo::toJson |
( |
| ) |
|
|
virtual |
◆ WriteCallback() [1/2]
◆ WriteCallback() [2/2]
◆ caption
std::optional<std::string> yatbcpp::sendVideo::caption |
|
private |
◆ chat_id
std::string yatbcpp::sendVideo::chat_id |
|
private |
◆ disable_notification
std::optional<bool> yatbcpp::sendVideo::disable_notification |
|
private |
◆ duration
std::optional<unsigned int> yatbcpp::sendVideo::duration |
|
private |
◆ functionname [1/2]
◆ functionname [2/2]
◆ height
std::optional<unsigned int> yatbcpp::sendVideo::height |
|
private |
◆ reply_markup
std::optional<ReplyMarkup> yatbcpp::sendVideo::reply_markup |
|
private |
◆ reply_to_message_id
std::optional<std::int32_t> yatbcpp::sendVideo::reply_to_message_id |
|
private |
◆ video
std::string yatbcpp::sendVideo::video |
|
private |
◆ width
std::optional<unsigned int> yatbcpp::sendVideo::width |
|
private |
The documentation for this class was generated from the following files: