Пример #1
0
def groupsend():
    group=sm.alluserId()
    for id in group:
        bot.send_message(chat_id=id[0], text=sm.getToDoList(id[0]),parse_mode = ParseMode.MARKDOWN)