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_keyboard_button.html | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) (limited to 'docs/class_tg_bot_1_1_keyboard_button.html') diff --git a/docs/class_tg_bot_1_1_keyboard_button.html b/docs/class_tg_bot_1_1_keyboard_button.html index 5d75cf3..25e1357 100644 --- a/docs/class_tg_bot_1_1_keyboard_button.html +++ b/docs/class_tg_bot_1_1_keyboard_button.html @@ -88,6 +88,9 @@ $(document).ready(function(){initNavTree('class_tg_bot_1_1_keyboard_button.html'
+

This object represents one button of the reply keyboard. + More...

+

#include <KeyboardButton.h>

+ + +

@@ -98,16 +101,20 @@ Public Types

Public Attributes

std::string text
 Text of the button. If none of the optional fields are used, it will be sent to the bot as a message when the button is pressed. More...
 
bool requestContact = false
 Optional. If True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only. More...
 
bool requestLocation = false
 Optional. If True, the user's current location will be sent when the button is pressed. Available in private chats only. More...
 

Detailed Description

-

This object represents one button of the reply keyboard. For simple text buttons String can be used instead of this object to specify text of the button. Optional fields are mutually exclusive.

+

This object represents one button of the reply keyboard.

+

For simple text buttons String can be used instead of this object to specify text of the button. Optional fields are mutually exclusive.

-

Definition at line 19 of file KeyboardButton.h.

+

Definition at line 21 of file KeyboardButton.h.

Member Typedef Documentation

◆ Ptr

@@ -121,7 +128,7 @@ Public Attributes
-

Definition at line 22 of file KeyboardButton.h.

+

Definition at line 24 of file KeyboardButton.h.

@@ -137,9 +144,10 @@ Public Attributes
-

Optional. If True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only

-

Definition at line 34 of file KeyboardButton.h.

+

Optional. If True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only.

+ +

Definition at line 36 of file KeyboardButton.h.

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

Optional. If True, the user's current location will be sent when the button is pressed. Available in private chats only.

-

Definition at line 39 of file KeyboardButton.h.

+

Definition at line 41 of file KeyboardButton.h.

@@ -171,9 +180,10 @@ Public Attributes
-

Text of the button. If none of the optional fields are used, it will be sent to the bot as a message when the button is pressed

-

Definition at line 28 of file KeyboardButton.h.

+

Text of the button. If none of the optional fields are used, it will be sent to the bot as a message when the button is pressed.

+ +

Definition at line 30 of file KeyboardButton.h.

@@ -186,7 +196,7 @@ Public Attributes