line / line-bot-sdk-python

LINE Messaging API SDK for Python
https://pypi.python.org/pypi/line-bot-sdk
Apache License 2.0
1.91k stars 971 forks source link

quote tokens的調用方式 #565

Closed s6601 closed 9 months ago

s6601 commented 10 months ago

quote tokens的調用方式 https://developers.line.biz/en/docs/messaging-api/get-quote-tokens/ 找不到對應方式使用回覆功能

Yang-33 commented 10 months ago

We use a token when sending. Please refer to https://developers.line.biz/en/reference/messaging-api/#text-message. Request with quote_token achieves you send message with quote feature.

If your question has been answered, please close the issue.

Yang-33 commented 10 months ago

python sdk code is here https://github.com/Yang-33/line-bot-sdk-python/blob/f5ee25970ce0c4bfeedfddf214fb4390300e07ff/linebot/v3/messaging/models/text_message.py#L34

github-actions[bot] commented 9 months ago

This issue was closed because it has been inactive for 14 days.