@@ -68,13 +68,10 @@ Available Classes
6868 from generating a *preview * for any link included in the message. If the
6969 message you are sending is in reply to another, set *reply_to * to the ID
7070 of the other :py:class: `~botogram.Message `. The *syntax * parameter is for
71- defining how the message text should be processed by Telegram. Set it to
72- either ``plain `` (no syntax) or ``markdown `` (see Telegram's current
73- `Markdown support `_). By default botogram will try to guess which syntax
74- to use by parsing the message. This feature is not supported by all app
75- clients. *extra * is an optional object which specifies additional reply
76- interface options on the recipient's end, and can be one of the following
77- types:
71+ defining how the message text should be processed by Telegram
72+ (:ref: `learn more about rich formatting <tricks-messages-syntax >`).
73+ *extra * is an optional object which specifies additional reply interface
74+ options on the recipient's end, and can be one of the following types:
7875
7976 * :py:class: `botogram.ReplyKeyboardMarkup `
8077 * :py:class: `botogram.ReplyKeyboardHide `
@@ -204,13 +201,10 @@ Available Classes
204201 from generating a *preview * for any link included in the message. If the
205202 message you are sending is in reply to another, set *reply_to * to the ID
206203 of the other :py:class: `~botogram.Message `. The *syntax * parameter is for
207- defining how the message text should be processed by Telegram. Set it to
208- either ``plain `` (no syntax) or ``markdown `` (see Telegram's current
209- `Markdown support `_). By default botogram will try to guess which syntax
210- to use by parsing the message. This feature is not supported by all app
211- clients. *extra * is an optional object which specifies additional reply
212- interface options on the recipient's end, and can be one of the following
213- types:
204+ defining how the message text should be processed by Telegram
205+ (:ref: `learn more about rich formatting <tricks-messages-syntax >`).
206+ *extra * is an optional object which specifies additional reply interface
207+ options on the recipient's end, and can be one of the following types:
214208
215209 * :py:class: `botogram.ReplyKeyboardMarkup `
216210 * :py:class: `botogram.ReplyKeyboardHide `
@@ -492,12 +486,10 @@ Available Classes
492486 Reply with the textual *message * in regards to this message. You may
493487 optionally stop clients from generating a *preview * for any link included
494488 in the reply. The *syntax * parameter is for defining how the message text
495- should be processed by Telegram. Set it to either ``plain `` (no syntax) or
496- ``markdown `` (see Telegram's current `Markdown support `_). By default
497- botogram will try to guess which syntax to use by parsing the message.
498- This feature is not supported by all app clients. *extra * is an optional
499- object which specifies additional reply interface options on the
500- recipient's end, and can be one of the following types:
489+ should be processed by Telegram (:ref: `learn more about rich formatting
490+ <tricks-messages-syntax>`). *extra * is an optional object which
491+ specifies additional reply interface options on the recipient's end, and
492+ can be one of the following types:
501493
502494 * :py:class: `botogram.ReplyKeyboardMarkup `
503495 * :py:class: `botogram.ReplyKeyboardHide `
@@ -1048,4 +1040,3 @@ Available Classes
10481040.. _Telegram's Bot API : https://core.telegram.org/bots/api
10491041.. _API methods : https://core.telegram.org/bots/api#available-methods
10501042.. _API types : https://core.telegram.org/bots/api#available-types
1051- .. _Markdown support : https://core.telegram.org/bots/api#using-markdown
0 commit comments