Revision history of "Telegram bot"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:25, 1 March 2018Rafahsolis talk contribs 1,025 bytes +1,025 Created page with "== Button == <source lang=python>@bot.message_handler(commands=['menu']) def command_menu(m): cid = m.chat.id if m.chat.id in whitelist: markup = types.ReplyK..."