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
asyncdefset_rich_menu_image(self, rich_menu_id: Annotated[StrictStr, Field(..., description='The ID of the rich menu to attach the image to')], body: Optional[Union[StrictBytes, StrictStr]] =None) ->None:
2218
+
asyncdefset_rich_menu_image(self, rich_menu_id: Annotated[StrictStr, Field(..., description='The ID of the rich menu to attach the image to')], body: Union[StrictBytes, StrictStr]) ->None:
2219
2219
"""Upload rich menu image
2220
2220
2221
2221
:param rich_menu_id: The ID of the rich menu to attach the image to (required)
asyncdefset_rich_menu_image_with_http_info(self, rich_menu_id: Annotated[StrictStr, Field(..., description='The ID of the rich menu to attach the image to')], body: Optional[Union[StrictBytes, StrictStr]] =None) ->ApiResponse:
2230
+
asyncdefset_rich_menu_image_with_http_info(self, rich_menu_id: Annotated[StrictStr, Field(..., description='The ID of the rich menu to attach the image to')], body: Union[StrictBytes, StrictStr]) ->ApiResponse:
2231
2231
"""Upload rich menu image
2232
2232
2233
2233
:param rich_menu_id: The ID of the rich menu to attach the image to (required)
defset_rich_menu_image(self, rich_menu_id: Annotated[StrictStr, Field(..., description='The ID of the rich menu to attach the image to')], body: Optional[Union[StrictBytes, StrictStr]] =None) ->None:
2222
+
defset_rich_menu_image(self, rich_menu_id: Annotated[StrictStr, Field(..., description='The ID of the rich menu to attach the image to')], body: Union[StrictBytes, StrictStr]) ->None:
2223
2223
"""Upload rich menu image
2224
2224
2225
2225
:param rich_menu_id: The ID of the rich menu to attach the image to (required)
defset_rich_menu_image_with_http_info(self, rich_menu_id: Annotated[StrictStr, Field(..., description='The ID of the rich menu to attach the image to')], body: Optional[Union[StrictBytes, StrictStr]] =None) ->ApiResponse:
2234
+
defset_rich_menu_image_with_http_info(self, rich_menu_id: Annotated[StrictStr, Field(..., description='The ID of the rich menu to attach the image to')], body: Union[StrictBytes, StrictStr]) ->ApiResponse:
2235
2235
"""Upload rich menu image
2236
2236
2237
2237
:param rich_menu_id: The ID of the rich menu to attach the image to (required)
asyncdefset_rich_menu_image(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Optional[Union[StrictBytes, StrictStr]] =None, **kwargs) ->None: # noqa: E501
703
+
asyncdefset_rich_menu_image(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Union[StrictBytes, StrictStr], **kwargs) ->None: # noqa: E501
704
704
...
705
705
706
706
@overload
707
-
defset_rich_menu_image(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Optional[Union[StrictBytes, StrictStr]] =None, async_req: Optional[bool]=True, **kwargs) ->None: # noqa: E501
707
+
defset_rich_menu_image(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Union[StrictBytes, StrictStr], async_req: Optional[bool]=True, **kwargs) ->None: # noqa: E501
708
708
...
709
709
710
710
@validate_arguments
711
-
defset_rich_menu_image(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Optional[Union[StrictBytes, StrictStr]] =None, async_req: Optional[bool]=None, **kwargs) ->Union[None, Awaitable[None]]: # noqa: E501
711
+
defset_rich_menu_image(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Union[StrictBytes, StrictStr], async_req: Optional[bool]=None, **kwargs) ->Union[None, Awaitable[None]]: # noqa: E501
defset_rich_menu_image_with_http_info(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Optional[Union[StrictBytes, StrictStr]] =None, **kwargs) ->ApiResponse: # noqa: E501
744
+
defset_rich_menu_image_with_http_info(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Union[StrictBytes, StrictStr], **kwargs) ->ApiResponse: # noqa: E501
defset_rich_menu_image(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Optional[Union[StrictBytes, StrictStr]] =None, **kwargs) ->None: # noqa: E501
661
+
defset_rich_menu_image(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Union[StrictBytes, StrictStr], **kwargs) ->None: # noqa: E501
defset_rich_menu_image_with_http_info(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Optional[Union[StrictBytes, StrictStr]] =None, **kwargs) ->ApiResponse: # noqa: E501
692
+
defset_rich_menu_image_with_http_info(self, rich_menu_id : Annotated[StrictStr, Field(..., description="The ID of the rich menu to attach the image to")], body : Union[StrictBytes, StrictStr], **kwargs) ->ApiResponse: # noqa: E501
Copy file name to clipboardExpand all lines: linebot/v3/messaging/docs/MessagingApiBlob.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ Name | Type | Description | Notes
309
309
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
310
310
311
311
# **set_rich_menu_image**
312
-
> set_rich_menu_image(rich_menu_id, body=body)
312
+
> set_rich_menu_image(rich_menu_id, body)
313
313
314
314
315
315
@@ -346,10 +346,10 @@ with linebot.v3.messaging.ApiClient(configuration) as api_client:
0 commit comments