line-bot-sdk-python
line-bot-sdk-python copied to clipboard
LINE Messaging API SDK for Python
The examples is too less, it is just an echo example, I want to see the handler to handle async function using fastapi method, I don't want my bot script...
This is my code. ``` flex_contents = { "type": "bubble", "size": "kilo", "body": { "type": "box", "layout": "vertical", "contents": [ { "type": "image", "url": "https://i.ibb.co/RS03zgJ/ezgif-com-gif-maker-1.png", "size": "full", "aspectMode": "cover", "animated":...
Add the switcher `use_raw_message` to `linebot.WebhookHandler.handle` to decide the Message attribute names format This enhancement could resolve the issue https://github.com/line/line-bot-sdk-python/issues/249
News: https://developers.line.biz/en/news/2020/08/04/messaging-api-update-august-2020/ - [x] [Unsend event has been added](https://developers.line.biz/en/reference/messaging-api/#unsend-event) - [x] [Video viewing complete event has been added](https://developers.line.biz/en/reference/messaging-api/#video-viewing-complete) - [ ] [The audiences property is now optional instead of required...
## Problem what `__repr__` show  what I expect ```python event.message["fileName"] # or event.message.fileName ``` but this is what to code ```python event.message.file_name ```...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/line/line-bot-sdk-python). ## Ignored or Blocked These are blocked...
the function about rich menu, which one I need to used when I want to set the image for a rich menu?
I'm trying to refactor my code from version 2 to version 3. However, when I attempt to set the rich menu menu image, I can't find a function equivalent to...
Currently I am using the latest version of the SDK Try to create uri in ButtonsTemplate Currently trying to create this URL 「 https://www.dcard.tw/@superbook.apk 」 {"message": "invalid uri", "property": "template/actions/2/uri"}],...
When I reply with carousel template, I found in V3 api won't work, and give folloing error code: > linebot.v3.messaging.exceptions.ApiException: (400) > Reason: Bad Request > HTTP response headers: HTTPHeaderDict({'Server':...