コード例 #1
0
def help(bot, update):
    welcome_message(bot, update)
コード例 #2
0
def new_chat_member(bot, update):
    message = update.message or update.channel_post

    if bot.get_me() in message.new_chat_members:
        welcome_message(bot, update)
コード例 #3
0
def start(bot, update):
    welcome_message(bot, update)