Skip to content

Instantly share code, notes, and snippets.

@fatiiates
Last active January 31, 2021 19:52
Show Gist options
  • Save fatiiates/5b317786ef75d5770aaeb87298fafa86 to your computer and use it in GitHub Desktop.
Save fatiiates/5b317786ef75d5770aaeb87298fafa86 to your computer and use it in GitHub Desktop.
Medium Telegram Chatbot - Main Method
def main():
#Telegram Api güncellemelerini yakalayan bir Updater oluşturduk.
updater = Updater(TOKEN, use_context=True)
# Api güncellemelerini yönlendirmek için Dispatcher oluşturduk.
dp = updater.dispatcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment