line / line-bot-sdk-python

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

the function about rich menu, which one I need to used when I want to set the image for a rich menu? #644

Open ArthurTech123 opened 5 days ago

ArthurTech123 commented 5 days ago

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 line_bot_api.set_default_rich_menu in the object of messaging_api.

The sample code on GitHub also does not show any rich menu-related functionalities.

Am I looking at the wrong object?