Method: Line::Bot::V2::MessagingApi::ApiClient#get_default_rich_menu_id
- Defined in:
- lib/line/bot/v2/messaging_api/api/messaging_api_client.rb
#get_default_rich_menu_id ⇒ Line::Bot::V2::MessagingApi::RichMenuIdResponse, ...
Gets the ID of the default rich menu set with the Messaging API. This requests to GET https://api.line.me/v2/bot/user/all/richmenu When you want to get HTTP status code or response headers, use #get_default_rich_menu_id_with_http_info instead of this.
749 750 751 752 753 754 755 |
# File 'lib/line/bot/v2/messaging_api/api/messaging_api_client.rb', line 749 def ( ) response_body, _status_code, _headers = ( ) response_body end |