Skip to content

Commit af3273c

Browse files
committed
Updated the README
1 parent 2cbb9e4 commit af3273c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ To tell the user that something is happening on bot's side::
109109

110110
>>> bot.sendChatAction(chat_id=chat_id, action=telegram.ChatAction.TYPING)
111111

112-
To create `Custom Keyboards <https://core.telegram.org/bots#keyboards>_`::
112+
To create `Custom Keyboards <https://core.telegram.org/bots#keyboards>`_::
113113

114114
>>> custom_keyboard = [[ telegram.Emoji.THUMBS_UP_SIGN, telegram.Emoji.THUMBS_DOWN_SIGN ]]
115115
>>> reply_markup = telegram.ReplyKeyboardMarkup(custom_keyboard)
116116
>>> bot.sendMessage(chat_id=chat_id, text="Stay here, I'll be back.", reply_markup=reply_markup)
117117

118-
To hide `Custom Keyboards <https://core.telegram.org/bots#keyboards>_`::
118+
To hide `Custom Keyboards <https://core.telegram.org/bots#keyboards>`_::
119119

120120
>>> reply_markup = telegram.ReplyKeyboardHide()
121121
>>> bot.sendMessage(chat_id=chat_id, text="I'm back.", reply_markup=reply_markup)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy