Skip to content

Instantly share code, notes, and snippets.

@hndr91
Created January 24, 2017 16:39
Show Gist options
  • Save hndr91/ed059dd8718e62c26357d4913a2a62f6 to your computer and use it in GitHub Desktop.
Save hndr91/ed059dd8718e62c26357d4913a2a62f6 to your computer and use it in GitHub Desktop.
Telegram Bot
db_session
def addplayer(self, bot, update, args):
val = args[0]
DBModel.User(name=val) # my db model
bot.sendMessage(chat_id=update.message.chat_id, text="Berhasil Ditambahkan")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment