如題
請問有先進知道
linebot api - broadcast
這個功能怎麼使用嗎?
看了這個文件
我的code:
if event.message.text == 'broadcast':
line_bot_api.broadcast(TextSendMessage(text='broadcast_test'))
部署在heroku
收到下面的log
'LineBotApi' object has no attribute 'broadcast'
請問我需怎麼修正呢?
我也遇到一樣的狀況
我改用傳api的方式,看你要不要試試
https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message