From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_webhook_info.html | 288 -------------------------------- 1 file changed, 288 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_webhook_info.html (limited to 'docs/class_tg_bot_1_1_webhook_info.html') diff --git a/docs/class_tg_bot_1_1_webhook_info.html b/docs/class_tg_bot_1_1_webhook_info.html deleted file mode 100644 index 7bef70e..0000000 --- a/docs/class_tg_bot_1_1_webhook_info.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::WebhookInfo Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::WebhookInfo Class Reference
-
-
- -

Contains information about the current status of a webhook. - More...

- -

#include <WebhookInfo.h>

- - - - -

-Public Types

typedef std::shared_ptr< WebhookInfoPtr
 
- - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

std::string url
 Webhook URL, may be empty if webhook is not set up. More...
 
bool hasCustomCertificate
 True, if a custom certificate was provided for webhook certificate checks. More...
 
int32_t pendingUpdateCount
 Number of updates awaiting delivery. More...
 
int32_t lastErrorDate
 Optional. Unix time for the most recent error that happened when trying to deliver an update via webhook. More...
 
std::string lastErrorMessage
 Optional. Error message in human - readable format for the most recent error that happened when trying to deliver an update via webhook. More...
 
int32_t maxConnections
 Optional. Maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery. More...
 
std::vector< std::string > allowedUpdates
 Optional. A list of update types the bot is subscribed to. Defaults to all update types. More...
 
-

Detailed Description

-

Contains information about the current status of a webhook.

- -

Definition at line 19 of file WebhookInfo.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 21 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 56 of file WebhookInfo.h.

- -
-
- -

◆ hasCustomCertificate

- -
-
- - - - -
bool TgBot::WebhookInfo::hasCustomCertificate
-
- -

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

- -

Definition at line 31 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 41 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 46 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 51 of file WebhookInfo.h.

- -
-
- -

◆ pendingUpdateCount

- -
-
- - - - -
int32_t TgBot::WebhookInfo::pendingUpdateCount
-
- -

Number of updates awaiting delivery.

- -

Definition at line 36 of file WebhookInfo.h.

- -
-
- -

◆ url

- -
-
- - - - -
std::string TgBot::WebhookInfo::url
-
- -

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

- -

Definition at line 26 of file WebhookInfo.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_webhook_info.html | 299 ++++++++++++++++++++++++++++++++ 1 file changed, 299 insertions(+) create mode 100644 docs/class_tg_bot_1_1_webhook_info.html (limited to 'docs/class_tg_bot_1_1_webhook_info.html') diff --git a/docs/class_tg_bot_1_1_webhook_info.html b/docs/class_tg_bot_1_1_webhook_info.html new file mode 100644 index 0000000..0b86aa3 --- /dev/null +++ b/docs/class_tg_bot_1_1_webhook_info.html @@ -0,0 +1,299 @@ + + + + + + +tgbot-cpp: TgBot::WebhookInfo Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::WebhookInfo Class Reference
+
+
+ +

Contains information about the current status of a webhook. + More...

+ +

#include <WebhookInfo.h>

+ + + + +

+Public Types

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

+Public Attributes

std::string url
 Webhook URL, may be empty if webhook is not set up. More...
 
bool hasCustomCertificate
 True, if a custom certificate was provided for webhook certificate checks. More...
 
int32_t pendingUpdateCount
 Number of updates awaiting delivery. More...
 
int32_t lastErrorDate
 Optional. Unix time for the most recent error that happened when trying to deliver an update via webhook. More...
 
std::string lastErrorMessage
 Optional. Error message in human - readable format for the most recent error that happened when trying to deliver an update via webhook. More...
 
int32_t maxConnections
 Optional. Maximum allowed number of simultaneous HTTPS connections to the webhook for update delivery. More...
 
std::vector< std::string > allowedUpdates
 Optional. A list of update types the bot is subscribed to. Defaults to all update types. More...
 
+

Detailed Description

+

Contains information about the current status of a webhook.

+ +

Definition at line 19 of file WebhookInfo.h.

+

Member Typedef Documentation

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

Definition at line 21 of file WebhookInfo.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
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 56 of file WebhookInfo.h.

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

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

+ +

Definition at line 31 of file WebhookInfo.h.

+ +
+
+ +
+
+ + + + +
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 41 of file WebhookInfo.h.

+ +
+
+ +
+
+ + + + +
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 46 of file WebhookInfo.h.

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

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

+ +

Definition at line 51 of file WebhookInfo.h.

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

Number of updates awaiting delivery.

+ +

Definition at line 36 of file WebhookInfo.h.

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

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

+ +

Definition at line 26 of file WebhookInfo.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3