ダ
Size: a a a
V
EA
EA
V
Ꮆ
Ꮆ
@main_bot.route('/main_bot', methods = ['POST'])
def webhook():
if request.headers.get('content-type') == 'application/json':
json_string = request.get_data().decode('utf-8')
update = types.Update.de_json(json_string)
bot.process_new_updates([update])
return ''
else:
return abort(403)
B
@main_bot.route('/main_bot', methods = ['POST'])
def webhook():
if request.headers.get('content-type') == 'application/json':
json_string = request.get_data().decode('utf-8')
update = types.Update.de_json(json_string)
bot.process_new_updates([update])
return ''
else:
return abort(403)
Ꮆ
Ꮆ
B
Ꮆ
GF
Ꮆ
GF
Ꮆ
GF
Ꮆ
Ꮆ
GF