Skip to content

Instantly share code, notes, and snippets.

@fatiiates
Last active January 31, 2021 20:29
Show Gist options
  • Save fatiiates/a1da93d16f4c9a6e579daf8b9b0d622f to your computer and use it in GitHub Desktop.
Save fatiiates/a1da93d16f4c9a6e579daf8b9b0d622f to your computer and use it in GitHub Desktop.
Medium Telegram Chatbot - About Method
def about(update, context):
message = "Merhaba, ben bir test chatbotum.\n"
message += "Sana hizmet etmek için buradayım."
# Bot gönderilen mesaja özel yanıt döndürüyor
update.message.reply_text(message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment