From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d7/d25/class_tg_bot_1_1_webhook_info.html | 271 +++++++++++++++++++++++++ docs/d7/d25/class_tg_bot_1_1_webhook_info.js | 11 + 2 files changed, 282 insertions(+) create mode 100644 docs/d7/d25/class_tg_bot_1_1_webhook_info.html create mode 100644 docs/d7/d25/class_tg_bot_1_1_webhook_info.js (limited to 'docs/d7/d25') diff --git a/docs/d7/d25/class_tg_bot_1_1_webhook_info.html b/docs/d7/d25/class_tg_bot_1_1_webhook_info.html new file mode 100644 index 0000000..4c5259f --- /dev/null +++ b/docs/d7/d25/class_tg_bot_1_1_webhook_info.html @@ -0,0 +1,271 @@ + + + + + + + +tgbot-cpp: TgBot::WebhookInfo Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::WebhookInfo Class Reference
+
+
+ +

#include <WebhookInfo.h>

+ + + + +

+Public Types

typedef std::shared_ptr< WebhookInfoPtr
 
+ + + + + + + + + + + + + + + +

+Public Attributes

std::string url
 
bool hasCustomCertificate
 
int32_t pendingUpdateCount
 
int32_t lastErrorDate
 
std::string lastErrorMessage
 
int32_t maxConnections
 
std::vector< std::string > allowedUpdates
 
+

Detailed Description

+

Contains information about the current status of a webhook.

+ +

Definition at line 18 of file WebhookInfo.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ + + + +
typedef std::shared_ptr<WebhookInfo> TgBot::WebhookInfo::Ptr
+
+ +

Definition at line 20 of file WebhookInfo.h.

+ +
+
+

Member Data Documentation

+ +

◆ allowedUpdates

+ +
+
+ + + + +
std::vector<std::string> TgBot::WebhookInfo::allowedUpdates
+
+

Optional. A list of update types the bot is subscribed to. Defaults to all update types

+ +

Definition at line 55 of file WebhookInfo.h.

+ +
+
+ +

◆ hasCustomCertificate

+ +
+
+ + + + +
bool TgBot::WebhookInfo::hasCustomCertificate
+
+

True, if a custom certificate was provided for webhook certificate checks

+ +

Definition at line 30 of file WebhookInfo.h.

+ +
+
+ +

◆ lastErrorDate

+ +
+
+ + + + +
int32_t TgBot::WebhookInfo::lastErrorDate
+
+

Optional. Unix time for the most recent error that happened when trying to deliver an update via webhook

+ +

Definition at line 40 of file WebhookInfo.h.

+ +
+
+ +

◆ lastErrorMessage

+ +
+
+ + + + +
std::string TgBot::WebhookInfo::lastErrorMessage
+
+

Optional. Error message in human - readable format for the most recent error that happened when trying to deliver an update via webhook

+ +

Definition at line 45 of file WebhookInfo.h.

+ +
+
+ +

◆ maxConnections

+ +
+
+ + + + +
int32_t TgBot::WebhookInfo::maxConnections
+
+

Optional. Maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery

+ +

Definition at line 50 of file WebhookInfo.h.

+ +
+
+ +

◆ pendingUpdateCount

+ +
+
+ + + + +
int32_t TgBot::WebhookInfo::pendingUpdateCount
+
+

Number of updates awaiting delivery

+ +

Definition at line 35 of file WebhookInfo.h.

+ +
+
+ +

◆ url

+ +
+
+ + + + +
std::string TgBot::WebhookInfo::url
+
+

Webhook URL, may be empty if webhook is not set up.

+ +

Definition at line 25 of file WebhookInfo.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d7/d25/class_tg_bot_1_1_webhook_info.js b/docs/d7/d25/class_tg_bot_1_1_webhook_info.js new file mode 100644 index 0000000..b438ac1 --- /dev/null +++ b/docs/d7/d25/class_tg_bot_1_1_webhook_info.js @@ -0,0 +1,11 @@ +var class_tg_bot_1_1_webhook_info = +[ + [ "Ptr", "d7/d25/class_tg_bot_1_1_webhook_info.html#a2280093713d1304207d8bba2204648d6", null ], + [ "allowedUpdates", "d7/d25/class_tg_bot_1_1_webhook_info.html#a5a145b95d4d15992ac253b6f1ef834ce", null ], + [ "hasCustomCertificate", "d7/d25/class_tg_bot_1_1_webhook_info.html#acf1dda44e0f4bf867cad1fd5b0099fca", null ], + [ "lastErrorDate", "d7/d25/class_tg_bot_1_1_webhook_info.html#a6c9cb25b5867db8988e45c53a6f36ab5", null ], + [ "lastErrorMessage", "d7/d25/class_tg_bot_1_1_webhook_info.html#a480255d4d60fd3d669463ef86c31f4e4", null ], + [ "maxConnections", "d7/d25/class_tg_bot_1_1_webhook_info.html#abccb7180f3a2ee8c9fe01e51464fd79b", null ], + [ "pendingUpdateCount", "d7/d25/class_tg_bot_1_1_webhook_info.html#ae709688fe3890a2e34981cf9d1470726", null ], + [ "url", "d7/d25/class_tg_bot_1_1_webhook_info.html#a4f1f6efd16518a24e8c153f5e126a36f", null ] +]; \ No newline at end of file -- cgit v1.2.3