|
|
|
|
@ -17,7 +17,7 @@ def bot_started(client: Client, message: dict, settings: dict):
|
|
|
|
|
maxbot_send_text_message(chat_id=chat_id, max_token=settings['token'], message=dt.descr)
|
|
|
|
|
|
|
|
|
|
# отправка меню
|
|
|
|
|
maxbot_get_phone(chat_id=chat_id, max_token=settings['token'], text='Согласен на обработку')
|
|
|
|
|
maxbot_get_phone(chat_id=chat_id, max_token=settings['token'], text='Согласен на обработку персональных данных.')
|
|
|
|
|
return True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|