From c8d40dccabaaa406faed6c0797a92bac811c9d0f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 5 Jun 2018 19:07:27 +0300 Subject: Update docs --- docs/class_tg_bot_1_1_webhook_info.html | 49 ++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 16 deletions(-) (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 index a740846..7bef70e 100644 --- a/docs/class_tg_bot_1_1_webhook_info.html +++ b/docs/class_tg_bot_1_1_webhook_info.html @@ -88,6 +88,9 @@ $(document).ready(function(){initNavTree('class_tg_bot_1_1_webhook_info.html',''
+

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

+

#include <WebhookInfo.h>

+ + + + + + +

@@ -98,24 +101,31 @@ Public Types

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

+

Definition at line 19 of file WebhookInfo.h.

Member Typedef Documentation

◆ Ptr

@@ -129,7 +139,7 @@ Public Attributes
-

Definition at line 20 of file WebhookInfo.h.

+

Definition at line 21 of file WebhookInfo.h.

@@ -145,9 +155,10 @@ Public Attributes
-

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

-

Definition at line 55 of file WebhookInfo.h.

+

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

+ +

Definition at line 56 of file WebhookInfo.h.

@@ -162,9 +173,10 @@ Public Attributes
-

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

-

Definition at line 30 of file WebhookInfo.h.

+

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

+ +

Definition at line 31 of file WebhookInfo.h.

@@ -179,9 +191,10 @@ Public Attributes
-

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.

+

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.

@@ -196,9 +209,10 @@ Public Attributes
-

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.

+

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.

@@ -213,9 +227,10 @@ Public Attributes
-

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

-

Definition at line 50 of file WebhookInfo.h.

+

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

+ +

Definition at line 51 of file WebhookInfo.h.

@@ -230,9 +245,10 @@ Public Attributes
-

Number of updates awaiting delivery

-

Definition at line 35 of file WebhookInfo.h.

+

Number of updates awaiting delivery.

+ +

Definition at line 36 of file WebhookInfo.h.

@@ -247,9 +263,10 @@ Public Attributes
+

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

-

Definition at line 25 of file WebhookInfo.h.

+

Definition at line 26 of file WebhookInfo.h.

@@ -262,7 +279,7 @@ Public Attributes