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_idLine::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.

Returns:

See Also:



749
750
751
752
753
754
755
# File 'lib/line/bot/v2/messaging_api/api/messaging_api_client.rb', line 749

def get_default_rich_menu_id(
)
  response_body, _status_code, _headers = get_default_rich_menu_id_with_http_info(
  )

  response_body
end