Пример #1
0
def S13_(bot, update):
    replymessage = venue.getAvailability("FOS", "S13")
    newreply = ""

    for x in replymessage:
        newreply = newreply + x + ": " + replymessage[x] + "\n"
    bot.send_message(chat_id=update.message.chat_id, text=str(newreply))
Пример #2
0
def AS1(bot, update):
    print("ASDhere")

    replymessage = venue.getAvailability("FASS", "AS1")
    newreply = ""
    for x in replymessage:
        newreply = newreply + x + ": " + replymessage[x] + "\n"

    bot.send_message(chat_id=update.message.chat_id, text=str(newreply))