iT邦幫忙

0

linebot api - broadcast

  • 分享至 

  • xImage

如題
請問有先進知道
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'
請問我需怎麼修正呢?

看更多先前的討論...收起先前的討論...
dragonH iT邦超人 5 級 ‧ 2020-02-01 17:55:53 檢舉
見招拆招

說你沒有這 attribute

就把他列出來

看你現在有哪些 attribute
你有更新 linebot api 到最新版嗎?
hi~~dragonH
請問列出來是什麼意思呢?


Lucas
我的
line-bot-sdk==1.8.0
dragonH iT邦超人 5 級 ‧ 2020-02-01 22:07:10 檢舉
官方已經1.15了喔
確認這個環境條件:
You can't call this API with a LINE@ account or LINE official account that hasn't been migrated to the account plans implemented on April 18, 2019. Please migrate your account first. For more information, see Migration of LINE@ accounts.
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0
a545497
iT邦見習生 ‧ 2020-03-11 17:59:51

我也遇到一樣的狀況/images/emoticon/emoticon02.gif
我改用傳api的方式,看你要不要試試
https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message

我要發表回答

立即登入回答