Created
January 24, 2017 16:39
-
-
Save hndr91/ed059dd8718e62c26357d4913a2a62f6 to your computer and use it in GitHub Desktop.
Telegram Bot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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