当前位置: 首页 > 知识库问答 >
问题:

使用Twilio发送WhatsApp模板消息

仲皓君
2023-03-14
def bot():
    ...
    resp = MessagingResponse()
    msg = resp.message()
    msg.body(some_text)
    return str(resp)

暂时还没有答案

 类似资料: