Method: Line::Bot::V2::MessagingApi::ApiClient#get_bot_info
- Defined in:
- lib/line/bot/v2/messaging_api/api/messaging_api_client.rb
#get_bot_info ⇒ Line::Bot::V2::MessagingApi::BotInfoResponse, ...
Get bot info This requests to GET https://api.line.me/v2/bot/info When you want to get HTTP status code or response headers, use #get_bot_info_with_http_info instead of this.
639 640 641 642 643 644 645 |
# File 'lib/line/bot/v2/messaging_api/api/messaging_api_client.rb', line 639 def get_bot_info( ) response_body, _status_code, _headers = get_bot_info_with_http_info( ) response_body end |