You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These days we send msg with some past msg quoted. As a linebot developer, if the user sends a msg, i can get its quote token and quoted message id, but how can i get the text content of the quoted message? Can get_message_content_with_http_info be used only for BLOBs? Is there any other methods to meet my requirement, thank you.
These days we send msg with some past msg quoted. As a linebot developer, if the user sends a msg, i can get its quote token and quoted message id, but how can i get the text content of the quoted message? Can
get_message_content_with_http_info
be used only for BLOBs? Is there any other methods to meet my requirement, thank you.當用戶引用先前回覆作為回覆時(就是我們平常傳訊息前會使用的針對特定訊息回覆功能),我可以取得他的 quote token 還有 quoted message id,但我找不到可以透過這個 message id 去抓取該訊息。
get_message_content_with_http_info
好像只能用在 BLOB 類型的訊息上,不知道有沒有其他方法可以取得被回覆的訊息?謝謝。The text was updated successfully, but these errors were encountered: