From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ...lass_tg_bot_1_1_input_text_message_content.html | 278 +++++++++++++++++++++ .../class_tg_bot_1_1_input_text_message_content.js | 9 + ...class_tg_bot_1_1_input_text_message_content.png | Bin 0 -> 829 bytes 3 files changed, 287 insertions(+) create mode 100644 docs/de/dac/class_tg_bot_1_1_input_text_message_content.html create mode 100644 docs/de/dac/class_tg_bot_1_1_input_text_message_content.js create mode 100644 docs/de/dac/class_tg_bot_1_1_input_text_message_content.png (limited to 'docs/de/dac') diff --git a/docs/de/dac/class_tg_bot_1_1_input_text_message_content.html b/docs/de/dac/class_tg_bot_1_1_input_text_message_content.html new file mode 100644 index 0000000..d48922d --- /dev/null +++ b/docs/de/dac/class_tg_bot_1_1_input_text_message_content.html @@ -0,0 +1,278 @@ + + + + + + + +tgbot-cpp: TgBot::InputTextMessageContent Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InputTextMessageContent Class Reference
+
+
+ +

#include <InputTextMessageContent.h>

+
+Inheritance diagram for TgBot::InputTextMessageContent:
+
+
+ + +TgBot::InputMessageContent + +
+ + + + + + + +

+Public Types

typedef std::shared_ptr< InputTextMessageContentPtr
 
- Public Types inherited from TgBot::InputMessageContent
typedef std::shared_ptr< InputMessageContentPtr
 
+ + + + + + + + + + +

+Public Member Functions

 InputTextMessageContent ()
 
virtual ~InputTextMessageContent ()
 
- Public Member Functions inherited from TgBot::InputMessageContent
 InputMessageContent (const std::string &tType)
 
virtual ~InputMessageContent ()
 
+ + + + + + + + + + +

+Public Attributes

std::string messageText
 
std::string parseMode
 
bool disableWebPagePreview
 
- Public Attributes inherited from TgBot::InputMessageContent
std::string type
 
+

Detailed Description

+

Represents the content of a text message to be sent as the result of an inline query.

+ +

Definition at line 17 of file InputTextMessageContent.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 19 of file InputTextMessageContent.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ InputTextMessageContent()

+ +
+
+ + + + + +
+ + + + + + + +
TgBot::InputTextMessageContent::InputTextMessageContent ()
+
+inline
+
+ +

Definition at line 21 of file InputTextMessageContent.h.

+ +
+
+ +

◆ ~InputTextMessageContent()

+ +
+
+ + + + + +
+ + + + + + + +
virtual TgBot::InputTextMessageContent::~InputTextMessageContent ()
+
+inlinevirtual
+
+ +

Definition at line 40 of file InputTextMessageContent.h.

+ +
+
+

Member Data Documentation

+ +

◆ disableWebPagePreview

+ +
+
+ + + + +
bool TgBot::InputTextMessageContent::disableWebPagePreview
+
+

Optional. Disables link previews for links in the sent message

+ +

Definition at line 38 of file InputTextMessageContent.h.

+ +
+
+ +

◆ messageText

+ +
+
+ + + + +
std::string TgBot::InputTextMessageContent::messageText
+
+

Text of the message to be sent, 1-4096 characters

+ +

Definition at line 28 of file InputTextMessageContent.h.

+ +
+
+ +

◆ parseMode

+ +
+
+ + + + +
std::string TgBot::InputTextMessageContent::parseMode
+
+

Optional. Send Markdown or HTML, if you want Telegram apps to show bold, italic, fixed-width text or inline URLs in your bot's message.

+ +

Definition at line 33 of file InputTextMessageContent.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/de/dac/class_tg_bot_1_1_input_text_message_content.js b/docs/de/dac/class_tg_bot_1_1_input_text_message_content.js new file mode 100644 index 0000000..8f1bc1f --- /dev/null +++ b/docs/de/dac/class_tg_bot_1_1_input_text_message_content.js @@ -0,0 +1,9 @@ +var class_tg_bot_1_1_input_text_message_content = +[ + [ "Ptr", "de/dac/class_tg_bot_1_1_input_text_message_content.html#ab183a605903cf8dbc04b220cf1472495", null ], + [ "InputTextMessageContent", "de/dac/class_tg_bot_1_1_input_text_message_content.html#a6926fc1a1b56159d2e2d92ed3de507e7", null ], + [ "~InputTextMessageContent", "de/dac/class_tg_bot_1_1_input_text_message_content.html#af14b835e369c107071adf6e63b9e2760", null ], + [ "disableWebPagePreview", "de/dac/class_tg_bot_1_1_input_text_message_content.html#a34537bb0f04f312293f4717526f32ecc", null ], + [ "messageText", "de/dac/class_tg_bot_1_1_input_text_message_content.html#a6c7e1a9893a7c7c3be75f221f801e8e1", null ], + [ "parseMode", "de/dac/class_tg_bot_1_1_input_text_message_content.html#abc5610bba9379026280ab5cf2e5d6c0c", null ] +]; \ No newline at end of file diff --git a/docs/de/dac/class_tg_bot_1_1_input_text_message_content.png b/docs/de/dac/class_tg_bot_1_1_input_text_message_content.png new file mode 100644 index 0000000..10ac1db Binary files /dev/null and b/docs/de/dac/class_tg_bot_1_1_input_text_message_content.png differ -- cgit v1.2.3