diff --git a/generator/src/main/resources/line-bot-sdk-ruby-generator/model.pebble b/generator/src/main/resources/line-bot-sdk-ruby-generator/model.pebble index ed29547e..87dcffb6 100644 --- a/generator/src/main/resources/line-bot-sdk-ruby-generator/model.pebble +++ b/generator/src/main/resources/line-bot-sdk-ruby-generator/model.pebble @@ -6,14 +6,20 @@ {% if model.model.parent != null %} require_relative './{{ model.model.parent | underscore }}' {% endif -%} -{% if model.model.description != null %} -# {{ model.model.description }}{% endif %}{% if model.model.externalDocumentation.description != null %} -# {{ model.model.externalDocumentation.description }}{% endif %}{% if model.model.externalDocumentation.url != null %} -# @see {{ model.model.externalDocumentation.url }}{% endif %} +{{ "" | raw }}{# To break line #} module Line module Bot module V2 module {{ packageName | camelize }} + {% if model.model.description != null -%} + # {{ model.model.description }} + {% endif -%} + {% if model.model.externalDocumentation.description != null -%} + # {{ model.model.externalDocumentation.description }} + {% endif -%} + {% if model.model.externalDocumentation.url != null -%} + # @see {{ model.model.externalDocumentation.url }} + {% endif -%} class {{ model.model.classname }}{% if model.model.parent != null %} < {{ model.model.parent }}{% endif %} {%- for property in model.model.vars %} {% if model.model.vendorExtensions.get("x-selector").propertyName != property.name %}attr_accessor{% else %}attr_reader{% endif %} :{{ property.name }}{% if property.description != null %} # {{ property.description }}{% endif %} diff --git a/generator/src/main/resources/line-bot-sdk-ruby-rbs-generator/model.pebble b/generator/src/main/resources/line-bot-sdk-ruby-rbs-generator/model.pebble index c6ca0b64..34c74560 100644 --- a/generator/src/main/resources/line-bot-sdk-ruby-rbs-generator/model.pebble +++ b/generator/src/main/resources/line-bot-sdk-ruby-rbs-generator/model.pebble @@ -2,19 +2,19 @@ {# @pebvariable name="packageName" type="String" #} {%- for model in models -%} {% include "./license.pebble" %} -{% if model.model.description != null -%} -# {{ model.model.description }} -{% endif -%} -{% if model.model.externalDocumentation.description != null -%} -# {{ model.model.externalDocumentation.description }} -{% endif -%} -{% if model.model.externalDocumentation.url != null -%} -# @see {{ model.model.externalDocumentation.url }} -{% endif -%} module Line module Bot module V2 module {{ packageName | camelize }} + {% if model.model.description != null -%} + # {{ model.model.description }} + {% endif -%} + {% if model.model.externalDocumentation.description != null -%} + # {{ model.model.externalDocumentation.description }} + {% endif -%} + {% if model.model.externalDocumentation.url != null -%} + # @see {{ model.model.externalDocumentation.url }} + {% endif -%} class {{ model.model.classname }}{% if model.model.parent != null %} < {{ model.model.parent }}{% endif %} {% if not model.model.isEnum -%} {% for variable in model.model.vars -%} diff --git a/lib/line/bot/v2/channel_access_token/model/channel_access_token_key_ids_response.rb b/lib/line/bot/v2/channel_access_token/model/channel_access_token_key_ids_response.rb index 03913161..0decfa84 100644 --- a/lib/line/bot/v2/channel_access_token/model/channel_access_token_key_ids_response.rb +++ b/lib/line/bot/v2/channel_access_token/model/channel_access_token_key_ids_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Channel access token key IDs -# @see https://developers.line.biz/en/reference/messaging-api/#get-all-valid-channel-access-token-key-ids-v2-1 module Line module Bot module V2 module ChannelAccessToken + # Channel access token key IDs + # @see https://developers.line.biz/en/reference/messaging-api/#get-all-valid-channel-access-token-key-ids-v2-1 class ChannelAccessTokenKeyIdsResponse attr_accessor :kids # Array of channel access token key IDs. diff --git a/lib/line/bot/v2/channel_access_token/model/error_response.rb b/lib/line/bot/v2/channel_access_token/model/error_response.rb index a3c16da3..2f955f08 100644 --- a/lib/line/bot/v2/channel_access_token/model/error_response.rb +++ b/lib/line/bot/v2/channel_access_token/model/error_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Error response of the Channel access token module Line module Bot module V2 module ChannelAccessToken + # Error response of the Channel access token class ErrorResponse attr_accessor :error # Error summary attr_accessor :error_description # Details of the error. Not returned in certain situations. diff --git a/lib/line/bot/v2/channel_access_token/model/issue_channel_access_token_response.rb b/lib/line/bot/v2/channel_access_token/model/issue_channel_access_token_response.rb index 1e0fd512..0f0b31a3 100644 --- a/lib/line/bot/v2/channel_access_token/model/issue_channel_access_token_response.rb +++ b/lib/line/bot/v2/channel_access_token/model/issue_channel_access_token_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Issued channel access token -# @see https://developers.line.biz/en/reference/messaging-api/#issue-channel-access-token-v2-1 module Line module Bot module V2 module ChannelAccessToken + # Issued channel access token + # @see https://developers.line.biz/en/reference/messaging-api/#issue-channel-access-token-v2-1 class IssueChannelAccessTokenResponse attr_accessor :access_token # Channel access token. attr_accessor :expires_in # Amount of time in seconds from issue to expiration of the channel access token diff --git a/lib/line/bot/v2/channel_access_token/model/issue_short_lived_channel_access_token_response.rb b/lib/line/bot/v2/channel_access_token/model/issue_short_lived_channel_access_token_response.rb index 800a7d26..30344bc9 100644 --- a/lib/line/bot/v2/channel_access_token/model/issue_short_lived_channel_access_token_response.rb +++ b/lib/line/bot/v2/channel_access_token/model/issue_short_lived_channel_access_token_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Issued short-lived channel access token -# @see https://developers.line.biz/en/reference/messaging-api/#issue-shortlived-channel-access-token module Line module Bot module V2 module ChannelAccessToken + # Issued short-lived channel access token + # @see https://developers.line.biz/en/reference/messaging-api/#issue-shortlived-channel-access-token class IssueShortLivedChannelAccessTokenResponse attr_accessor :access_token # A short-lived channel access token. Valid for 30 days. Note: Channel access tokens cannot be refreshed. attr_accessor :expires_in # Time until channel access token expires in seconds from time the token is issued. diff --git a/lib/line/bot/v2/channel_access_token/model/issue_stateless_channel_access_token_response.rb b/lib/line/bot/v2/channel_access_token/model/issue_stateless_channel_access_token_response.rb index 98ba5e1d..36ac57c3 100644 --- a/lib/line/bot/v2/channel_access_token/model/issue_stateless_channel_access_token_response.rb +++ b/lib/line/bot/v2/channel_access_token/model/issue_stateless_channel_access_token_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Issued stateless channel access token -# @see https://developers.line.biz/en/reference/messaging-api/#issue-stateless-channel-access-token module Line module Bot module V2 module ChannelAccessToken + # Issued stateless channel access token + # @see https://developers.line.biz/en/reference/messaging-api/#issue-stateless-channel-access-token class IssueStatelessChannelAccessTokenResponse attr_accessor :access_token # A stateless channel access token. The token is an opaque string which means its format is an implementation detail and the consumer of this token should never try to use the data parsed from the token. attr_accessor :expires_in # Duration in seconds after which the issued access token expires diff --git a/lib/line/bot/v2/channel_access_token/model/verify_channel_access_token_response.rb b/lib/line/bot/v2/channel_access_token/model/verify_channel_access_token_response.rb index 10f35f7e..9df74191 100644 --- a/lib/line/bot/v2/channel_access_token/model/verify_channel_access_token_response.rb +++ b/lib/line/bot/v2/channel_access_token/model/verify_channel_access_token_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Verification result module Line module Bot module V2 module ChannelAccessToken + # Verification result class VerifyChannelAccessTokenResponse attr_accessor :client_id # The channel ID for which the channel access token was issued. attr_accessor :expires_in # Number of seconds before the channel access token expires. diff --git a/lib/line/bot/v2/insight/model/error_response.rb b/lib/line/bot/v2/insight/model/error_response.rb index ee4e5d81..26decf30 100644 --- a/lib/line/bot/v2/insight/model/error_response.rb +++ b/lib/line/bot/v2/insight/model/error_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#error-responses module Line module Bot module V2 module Insight + # @see https://developers.line.biz/en/reference/messaging-api/#error-responses class ErrorResponse attr_accessor :message # Message containing information about the error. attr_accessor :details # An array of error details. If the array is empty, this property will not be included in the response. diff --git a/lib/line/bot/v2/insight/model/get_friends_demographics_response.rb b/lib/line/bot/v2/insight/model/get_friends_demographics_response.rb index 269013c6..fc904586 100644 --- a/lib/line/bot/v2/insight/model/get_friends_demographics_response.rb +++ b/lib/line/bot/v2/insight/model/get_friends_demographics_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get friend demographics -# @see https://developers.line.biz/en/reference/messaging-api/#get-demographic module Line module Bot module V2 module Insight + # Get friend demographics + # @see https://developers.line.biz/en/reference/messaging-api/#get-demographic class GetFriendsDemographicsResponse attr_accessor :available # true if friend demographic information is available. attr_accessor :genders # Percentage per gender. diff --git a/lib/line/bot/v2/insight/model/get_message_event_response.rb b/lib/line/bot/v2/insight/model/get_message_event_response.rb index d8ab56a2..0ffa7ef3 100644 --- a/lib/line/bot/v2/insight/model/get_message_event_response.rb +++ b/lib/line/bot/v2/insight/model/get_message_event_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account. -# @see https://developers.line.biz/en/reference/messaging-api/#get-insight-message-event-response module Line module Bot module V2 module Insight + # Statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account. + # @see https://developers.line.biz/en/reference/messaging-api/#get-insight-message-event-response class GetMessageEventResponse attr_accessor :overview attr_accessor :messages # Array of information about individual message bubbles. diff --git a/lib/line/bot/v2/insight/model/get_message_event_response_overview.rb b/lib/line/bot/v2/insight/model/get_message_event_response_overview.rb index 4c5fb8d3..d66e5370 100644 --- a/lib/line/bot/v2/insight/model/get_message_event_response_overview.rb +++ b/lib/line/bot/v2/insight/model/get_message_event_response_overview.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Summary of message statistics. module Line module Bot module V2 module Insight + # Summary of message statistics. class GetMessageEventResponseOverview attr_accessor :request_id # Request ID. attr_accessor :timestamp # UNIX timestamp for message delivery time in seconds. diff --git a/lib/line/bot/v2/insight/model/get_number_of_followers_response.rb b/lib/line/bot/v2/insight/model/get_number_of_followers_response.rb index 8d98a3fe..e753b60c 100644 --- a/lib/line/bot/v2/insight/model/get_number_of_followers_response.rb +++ b/lib/line/bot/v2/insight/model/get_number_of_followers_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get number of followers -# @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-followers module Line module Bot module V2 module Insight + # Get number of followers + # @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-followers class GetNumberOfFollowersResponse attr_accessor :status # Calculation status. attr_accessor :followers # The number of times, as of the specified date, that a user added this LINE Official Account as a friend for the first time. The number doesn't decrease even if a user later blocks the account or when they delete their LINE account. diff --git a/lib/line/bot/v2/insight/model/get_number_of_message_deliveries_response.rb b/lib/line/bot/v2/insight/model/get_number_of_message_deliveries_response.rb index 7a2bceb0..b78725ea 100644 --- a/lib/line/bot/v2/insight/model/get_number_of_message_deliveries_response.rb +++ b/lib/line/bot/v2/insight/model/get_number_of_message_deliveries_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get number of message deliveries -# @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-delivery-messages module Line module Bot module V2 module Insight + # Get number of message deliveries + # @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-delivery-messages class GetNumberOfMessageDeliveriesResponse attr_accessor :status # Status of the counting process. attr_accessor :broadcast # Number of messages sent to all of this LINE Official Account's friends (broadcast messages). diff --git a/lib/line/bot/v2/insight/model/get_statistics_per_unit_response.rb b/lib/line/bot/v2/insight/model/get_statistics_per_unit_response.rb index 5589c25d..12516645 100644 --- a/lib/line/bot/v2/insight/model/get_statistics_per_unit_response.rb +++ b/lib/line/bot/v2/insight/model/get_statistics_per_unit_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Response object for `get statistics per unit` -# @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response module Line module Bot module V2 module Insight + # Response object for `get statistics per unit` + # @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response class GetStatisticsPerUnitResponse attr_accessor :overview attr_accessor :messages # Array of information about individual message bubbles. diff --git a/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_click.rb b/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_click.rb index f749b934..45809c7c 100644 --- a/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_click.rb +++ b/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_click.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response module Line module Bot module V2 module Insight + # @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response class GetStatisticsPerUnitResponseClick attr_accessor :seq # The URL's serial number. attr_accessor :url # URL. diff --git a/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_message.rb b/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_message.rb index 7b6377af..d74218e7 100644 --- a/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_message.rb +++ b/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_message.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response module Line module Bot module V2 module Insight + # @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response class GetStatisticsPerUnitResponseMessage attr_accessor :seq # Bubble's serial number. attr_accessor :impression # Number of times the bubble was displayed. diff --git a/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_overview.rb b/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_overview.rb index 3e9e997c..47d50f5f 100644 --- a/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_overview.rb +++ b/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_overview.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Statistics related to messages. -# @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response module Line module Bot module V2 module Insight + # Statistics related to messages. + # @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response class GetStatisticsPerUnitResponseOverview attr_accessor :unique_impression # Number of users who opened the message, meaning they displayed at least 1 bubble. attr_accessor :unique_click # Number of users who opened any URL in the message. diff --git a/lib/line/bot/v2/liff/model/add_liff_app_request.rb b/lib/line/bot/v2/liff/model/add_liff_app_request.rb index b6167978..7c57dc63 100644 --- a/lib/line/bot/v2/liff/model/add_liff_app_request.rb +++ b/lib/line/bot/v2/liff/model/add_liff_app_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/liff-server/#add-liff-app module Line module Bot module V2 module Liff + # @see https://developers.line.biz/en/reference/liff-server/#add-liff-app class AddLiffAppRequest attr_accessor :view attr_accessor :description # Name of the LIFF app. The LIFF app name can't include \"LINE\" or similar strings, or inappropriate strings. diff --git a/lib/line/bot/v2/liff/model/liff_bot_prompt.rb b/lib/line/bot/v2/liff/model/liff_bot_prompt.rb index ecb739ab..a101b21c 100644 --- a/lib/line/bot/v2/liff/model/liff_bot_prompt.rb +++ b/lib/line/bot/v2/liff/model/liff_bot_prompt.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Specify the setting for bot link feature with one of the following values: `normal`: Display the option to add the LINE Official Account as a friend in the channel consent screen. `aggressive`: Display a screen with the option to add the LINE Official Account as a friend after the channel consent screen. `none`: Don't display the option to add the LINE Official Account as a friend. The default value is none. module Line module Bot module V2 module Liff + # Specify the setting for bot link feature with one of the following values: `normal`: Display the option to add the LINE Official Account as a friend in the channel consent screen. `aggressive`: Display a screen with the option to add the LINE Official Account as a friend after the channel consent screen. `none`: Don't display the option to add the LINE Official Account as a friend. The default value is none. class LiffBotPrompt def initialize( diff --git a/lib/line/bot/v2/liff/model/liff_scope.rb b/lib/line/bot/v2/liff/model/liff_scope.rb index 9124482a..b020f52e 100644 --- a/lib/line/bot/v2/liff/model/liff_scope.rb +++ b/lib/line/bot/v2/liff/model/liff_scope.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Array of scopes required for some LIFF SDK methods to function. The default value is `[\"profile\", \"chat_message.write\"]`. module Line module Bot module V2 module Liff + # Array of scopes required for some LIFF SDK methods to function. The default value is `[\"profile\", \"chat_message.write\"]`. class LiffScope def initialize( diff --git a/lib/line/bot/v2/liff/model/liff_view.rb b/lib/line/bot/v2/liff/model/liff_view.rb index 72f6d90f..3e114236 100644 --- a/lib/line/bot/v2/liff/model/liff_view.rb +++ b/lib/line/bot/v2/liff/model/liff_view.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/liff-server/#add-liff-app module Line module Bot module V2 module Liff + # @see https://developers.line.biz/en/reference/liff-server/#add-liff-app class LiffView attr_accessor :type # Size of the LIFF app view. Specify one of these values: - compact - tall - full attr_accessor :url # Endpoint URL. This is the URL of the web app that implements the LIFF app (e.g. https://example.com). Used when the LIFF app is launched using the LIFF URL. The URL scheme must be https. URL fragments (#URL-fragment) can't be specified. diff --git a/lib/line/bot/v2/liff/model/update_liff_app_request.rb b/lib/line/bot/v2/liff/model/update_liff_app_request.rb index 5a163902..dda8c7a4 100644 --- a/lib/line/bot/v2/liff/model/update_liff_app_request.rb +++ b/lib/line/bot/v2/liff/model/update_liff_app_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/liff-server/#add-liff-app module Line module Bot module V2 module Liff + # @see https://developers.line.biz/en/reference/liff-server/#add-liff-app class UpdateLiffAppRequest attr_accessor :view attr_accessor :description # Name of the LIFF app. The LIFF app name can't include \"LINE\" or similar strings, or inappropriate strings. diff --git a/lib/line/bot/v2/liff/model/update_liff_view.rb b/lib/line/bot/v2/liff/model/update_liff_view.rb index e9440358..b9e57d52 100644 --- a/lib/line/bot/v2/liff/model/update_liff_view.rb +++ b/lib/line/bot/v2/liff/model/update_liff_view.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/liff-server/#update-liff-app module Line module Bot module V2 module Liff + # @see https://developers.line.biz/en/reference/liff-server/#update-liff-app class UpdateLiffView attr_accessor :type # Size of the LIFF app view. Specify one of these values: - compact - tall - full attr_accessor :url # Endpoint URL. This is the URL of the web app that implements the LIFF app (e.g. https://example.com). Used when the LIFF app is launched using the LIFF URL. The URL scheme must be https. URL fragments (#URL-fragment) can't be specified. diff --git a/lib/line/bot/v2/manage_audience/model/adaccount.rb b/lib/line/bot/v2/manage_audience/model/adaccount.rb index a74091be..73293329 100644 --- a/lib/line/bot/v2/manage_audience/model/adaccount.rb +++ b/lib/line/bot/v2/manage_audience/model/adaccount.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Adaccount module Line module Bot module V2 module ManageAudience + # Adaccount class Adaccount attr_accessor :name # Ad account name. diff --git a/lib/line/bot/v2/manage_audience/model/add_audience_to_audience_group_request.rb b/lib/line/bot/v2/manage_audience/model/add_audience_to_audience_group_request.rb index 3f8466b9..b825387f 100644 --- a/lib/line/bot/v2/manage_audience/model/add_audience_to_audience_group_request.rb +++ b/lib/line/bot/v2/manage_audience/model/add_audience_to_audience_group_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON) -# @see https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group module Line module Bot module V2 module ManageAudience + # Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON) + # @see https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group class AddAudienceToAudienceGroupRequest attr_accessor :audience_group_id # The audience ID. attr_accessor :upload_description # The audience's name. diff --git a/lib/line/bot/v2/manage_audience/model/audience.rb b/lib/line/bot/v2/manage_audience/model/audience.rb index 17b811ca..d85de5cb 100644 --- a/lib/line/bot/v2/manage_audience/model/audience.rb +++ b/lib/line/bot/v2/manage_audience/model/audience.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Audience module Line module Bot module V2 module ManageAudience + # Audience class Audience attr_accessor :id # A user ID or IFA. You can specify an empty array. diff --git a/lib/line/bot/v2/manage_audience/model/audience_group.rb b/lib/line/bot/v2/manage_audience/model/audience_group.rb index 6dedd026..8379ee5b 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Audience group module Line module Bot module V2 module ManageAudience + # Audience group class AudienceGroup attr_accessor :audience_group_id # The audience ID. attr_accessor :type diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_authority_level.rb b/lib/line/bot/v2/manage_audience/model/audience_group_authority_level.rb index 0a847af6..6cf6ad5a 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_authority_level.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_authority_level.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# authority level module Line module Bot module V2 module ManageAudience + # authority level class AudienceGroupAuthorityLevel def initialize( diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_create_route.rb b/lib/line/bot/v2/manage_audience/model/audience_group_create_route.rb index 6878bb49..7e18428b 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_create_route.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_create_route.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# How the audience was created. One of: - `OA_MANAGER`: Audience created with [LINE Official Account Manager](https://manager.line.biz/). - `MESSAGING_API`: Audience created with Messaging API. - `POINT_AD`: Audience created with [LINE Points Ads](https://www.linebiz.com/jp/service/line-point-ad/) (Japanese only). - `AD_MANAGER`: Audience created with [LINE Ads](https://admanager.line.biz/). module Line module Bot module V2 module ManageAudience + # How the audience was created. One of: - `OA_MANAGER`: Audience created with [LINE Official Account Manager](https://manager.line.biz/). - `MESSAGING_API`: Audience created with Messaging API. - `POINT_AD`: Audience created with [LINE Points Ads](https://www.linebiz.com/jp/service/line-point-ad/) (Japanese only). - `AD_MANAGER`: Audience created with [LINE Ads](https://admanager.line.biz/). class AudienceGroupCreateRoute def initialize( diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_failed_type.rb b/lib/line/bot/v2/manage_audience/model/audience_group_failed_type.rb index e4908ab1..f04dfb5b 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_failed_type.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_failed_type.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Failed type module Line module Bot module V2 module ManageAudience + # Failed type class AudienceGroupFailedType def initialize( diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_job.rb b/lib/line/bot/v2/manage_audience/model/audience_group_job.rb index 90656b21..18e9e29c 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_job.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_job.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Audience group job -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group module Line module Bot module V2 module ManageAudience + # Audience group job + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group class AudienceGroupJob attr_accessor :audience_group_job_id # A job ID. attr_accessor :audience_group_id # An audience ID. diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_job_failed_type.rb b/lib/line/bot/v2/manage_audience/model/audience_group_job_failed_type.rb index d286bdee..f6cc2425 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_job_failed_type.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_job_failed_type.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Failed type module Line module Bot module V2 module ManageAudience + # Failed type class AudienceGroupJobFailedType def initialize( diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_job_status.rb b/lib/line/bot/v2/manage_audience/model/audience_group_job_status.rb index 90bb8017..0fa76a42 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_job_status.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_job_status.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Job status module Line module Bot module V2 module ManageAudience + # Job status class AudienceGroupJobStatus def initialize( diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_job_type.rb b/lib/line/bot/v2/manage_audience/model/audience_group_job_type.rb index 02d8527a..8782febc 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_job_type.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_job_type.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Job Type module Line module Bot module V2 module ManageAudience + # Job Type class AudienceGroupJobType def initialize( diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_permission.rb b/lib/line/bot/v2/manage_audience/model/audience_group_permission.rb index 240d6140..de7c31d6 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_permission.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_permission.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Permission module Line module Bot module V2 module ManageAudience + # Permission class AudienceGroupPermission def initialize( diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_status.rb b/lib/line/bot/v2/manage_audience/model/audience_group_status.rb index e9a26ed0..5b6e7015 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_status.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_status.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Status module Line module Bot module V2 module ManageAudience + # Status class AudienceGroupStatus def initialize( diff --git a/lib/line/bot/v2/manage_audience/model/audience_group_type.rb b/lib/line/bot/v2/manage_audience/model/audience_group_type.rb index 26a13409..c8b13dc1 100644 --- a/lib/line/bot/v2/manage_audience/model/audience_group_type.rb +++ b/lib/line/bot/v2/manage_audience/model/audience_group_type.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Audience group type module Line module Bot module V2 module ManageAudience + # Audience group type class AudienceGroupType def initialize( diff --git a/lib/line/bot/v2/manage_audience/model/create_audience_group_request.rb b/lib/line/bot/v2/manage_audience/model/create_audience_group_request.rb index 477c775d..b34f58c9 100644 --- a/lib/line/bot/v2/manage_audience/model/create_audience_group_request.rb +++ b/lib/line/bot/v2/manage_audience/model/create_audience_group_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for uploading user IDs (by JSON) -# @see https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for uploading user IDs (by JSON) + # @see https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group class CreateAudienceGroupRequest attr_accessor :description # The audience's name. This is case-insensitive, meaning AUDIENCE and audience are considered identical. Max character limit: 120 attr_accessor :is_ifa_audience # To specify recipients by IFAs: set true. To specify recipients by user IDs: set false or omit isIfaAudience property. diff --git a/lib/line/bot/v2/manage_audience/model/create_audience_group_response.rb b/lib/line/bot/v2/manage_audience/model/create_audience_group_response.rb index 66b392d4..e85af884 100644 --- a/lib/line/bot/v2/manage_audience/model/create_audience_group_response.rb +++ b/lib/line/bot/v2/manage_audience/model/create_audience_group_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for uploading user IDs (by JSON) -# @see https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for uploading user IDs (by JSON) + # @see https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group class CreateAudienceGroupResponse attr_accessor :audience_group_id # The audience ID. attr_accessor :create_route # How the audience was created. `MESSAGING_API`: An audience created with Messaging API. diff --git a/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_request.rb b/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_request.rb index 3865a4e4..64e3e8c6 100644 --- a/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_request.rb +++ b/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for click-based retargeting -# @see https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for click-based retargeting + # @see https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group class CreateClickBasedAudienceGroupRequest attr_accessor :description # The audience's name. This is case-insensitive, meaning AUDIENCE and audience are considered identical. Max character limit: 120 attr_accessor :request_id # The request ID of a broadcast or narrowcast message sent in the past 60 days. Each Messaging API request has a request ID. diff --git a/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_response.rb b/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_response.rb index 11f7bcf6..b2f5af19 100644 --- a/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_response.rb +++ b/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for click-based retargeting -# @see https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for click-based retargeting + # @see https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group class CreateClickBasedAudienceGroupResponse attr_accessor :audience_group_id # The audience ID. attr_accessor :type diff --git a/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_request.rb b/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_request.rb index adb6c298..58bef56d 100644 --- a/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_request.rb +++ b/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for impression-based retargeting -# @see https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for impression-based retargeting + # @see https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group class CreateImpBasedAudienceGroupRequest attr_accessor :description # The audience's name. This is case-insensitive, meaning `AUDIENCE` and `audience` are considered identical. Max character limit: 120 attr_accessor :request_id # The request ID of a broadcast or narrowcast message sent in the past 60 days. Each Messaging API request has a request ID. diff --git a/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_response.rb b/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_response.rb index b1c7010c..fe936f87 100644 --- a/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_response.rb +++ b/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for impression-based retargeting -# @see https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for impression-based retargeting + # @see https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group class CreateImpBasedAudienceGroupResponse attr_accessor :audience_group_id # The audience ID. attr_accessor :type diff --git a/lib/line/bot/v2/manage_audience/model/detailed_owner.rb b/lib/line/bot/v2/manage_audience/model/detailed_owner.rb index 67031cf8..261beec3 100644 --- a/lib/line/bot/v2/manage_audience/model/detailed_owner.rb +++ b/lib/line/bot/v2/manage_audience/model/detailed_owner.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Owner of this audience group. module Line module Bot module V2 module ManageAudience + # Owner of this audience group. class DetailedOwner attr_accessor :service_type # Service name where the audience group has been created. attr_accessor :id # Owner ID in the service. diff --git a/lib/line/bot/v2/manage_audience/model/error_response.rb b/lib/line/bot/v2/manage_audience/model/error_response.rb index 93ac0664..b01752a1 100644 --- a/lib/line/bot/v2/manage_audience/model/error_response.rb +++ b/lib/line/bot/v2/manage_audience/model/error_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#error-responses module Line module Bot module V2 module ManageAudience + # @see https://developers.line.biz/en/reference/messaging-api/#error-responses class ErrorResponse attr_accessor :message # Message containing information about the error. attr_accessor :details # An array of error details. If the array is empty, this property will not be included in the response. diff --git a/lib/line/bot/v2/manage_audience/model/get_audience_data_response.rb b/lib/line/bot/v2/manage_audience/model/get_audience_data_response.rb index c8e0617a..f8e03e09 100644 --- a/lib/line/bot/v2/manage_audience/model/get_audience_data_response.rb +++ b/lib/line/bot/v2/manage_audience/model/get_audience_data_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get audience data -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group module Line module Bot module V2 module ManageAudience + # Get audience data + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group class GetAudienceDataResponse attr_accessor :audience_group attr_accessor :jobs # An array of jobs. This array is used to keep track of each attempt to add new user IDs or IFAs to an audience for uploading user IDs. Empty array is returned for any other type of audience. Max: 50 diff --git a/lib/line/bot/v2/manage_audience/model/get_audience_group_authority_level_response.rb b/lib/line/bot/v2/manage_audience/model/get_audience_group_authority_level_response.rb index 3f62a073..0d7bb547 100644 --- a/lib/line/bot/v2/manage_audience/model/get_audience_group_authority_level_response.rb +++ b/lib/line/bot/v2/manage_audience/model/get_audience_group_authority_level_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get the authority level of the audience -# @see https://developers.line.biz/en/reference/messaging-api/#get-authority-level module Line module Bot module V2 module ManageAudience + # Get the authority level of the audience + # @see https://developers.line.biz/en/reference/messaging-api/#get-authority-level class GetAudienceGroupAuthorityLevelResponse attr_accessor :authority_level diff --git a/lib/line/bot/v2/manage_audience/model/get_audience_groups_response.rb b/lib/line/bot/v2/manage_audience/model/get_audience_groups_response.rb index a0b4ac4c..40a1a5fc 100644 --- a/lib/line/bot/v2/manage_audience/model/get_audience_groups_response.rb +++ b/lib/line/bot/v2/manage_audience/model/get_audience_groups_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Gets data for more than one audience. -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-groups module Line module Bot module V2 module ManageAudience + # Gets data for more than one audience. + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-groups class GetAudienceGroupsResponse attr_accessor :audience_groups # An array of audience data. If there are no audiences that match the specified filter, an empty array will be returned. attr_accessor :has_next_page # true when this is not the last page. diff --git a/lib/line/bot/v2/manage_audience/model/get_shared_audience_data_response.rb b/lib/line/bot/v2/manage_audience/model/get_shared_audience_data_response.rb index 13ba8496..d603e976 100644 --- a/lib/line/bot/v2/manage_audience/model/get_shared_audience_data_response.rb +++ b/lib/line/bot/v2/manage_audience/model/get_shared_audience_data_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get audience data -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group module Line module Bot module V2 module ManageAudience + # Get audience data + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group class GetSharedAudienceDataResponse attr_accessor :audience_group attr_accessor :jobs # An array of jobs. This array is used to keep track of each attempt to add new user IDs or IFAs to an audience for uploading user IDs. Empty array is returned for any other type of audience. Max: 50 diff --git a/lib/line/bot/v2/manage_audience/model/get_shared_audience_groups_response.rb b/lib/line/bot/v2/manage_audience/model/get_shared_audience_groups_response.rb index 5c2ce6d7..ccdad6f5 100644 --- a/lib/line/bot/v2/manage_audience/model/get_shared_audience_groups_response.rb +++ b/lib/line/bot/v2/manage_audience/model/get_shared_audience_groups_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Gets data for more than one audience. -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-groups module Line module Bot module V2 module ManageAudience + # Gets data for more than one audience. + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-groups class GetSharedAudienceGroupsResponse attr_accessor :audience_groups # An array of audience data. If there are no audiences that match the specified filter, an empty array will be returned. attr_accessor :has_next_page # true when this is not the last page. diff --git a/lib/line/bot/v2/manage_audience/model/update_audience_group_authority_level_request.rb b/lib/line/bot/v2/manage_audience/model/update_audience_group_authority_level_request.rb index ca7c1d5d..9b6b3492 100644 --- a/lib/line/bot/v2/manage_audience/model/update_audience_group_authority_level_request.rb +++ b/lib/line/bot/v2/manage_audience/model/update_audience_group_authority_level_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Change the authority level of the audience -# @see https://developers.line.biz/en/reference/messaging-api/#change-authority-level module Line module Bot module V2 module ManageAudience + # Change the authority level of the audience + # @see https://developers.line.biz/en/reference/messaging-api/#change-authority-level class UpdateAudienceGroupAuthorityLevelRequest attr_accessor :authority_level diff --git a/lib/line/bot/v2/manage_audience/model/update_audience_group_description_request.rb b/lib/line/bot/v2/manage_audience/model/update_audience_group_description_request.rb index b5db82f5..d43592c0 100644 --- a/lib/line/bot/v2/manage_audience/model/update_audience_group_description_request.rb +++ b/lib/line/bot/v2/manage_audience/model/update_audience_group_description_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rename an audience -# @see https://developers.line.biz/en/reference/messaging-api/#set-description-audience-group module Line module Bot module V2 module ManageAudience + # Rename an audience + # @see https://developers.line.biz/en/reference/messaging-api/#set-description-audience-group class UpdateAudienceGroupDescriptionRequest attr_accessor :description # The audience's name. This is case-insensitive, meaning AUDIENCE and audience are considered identical. Max character limit: 120 diff --git a/lib/line/bot/v2/messaging_api/model/action.rb b/lib/line/bot/v2/messaging_api/model/action.rb index 0a7daea8..c34f2075 100644 --- a/lib/line/bot/v2/messaging_api/model/action.rb +++ b/lib/line/bot/v2/messaging_api/model/action.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Action -# @see https://developers.line.biz/en/reference/messaging-api/#action-objects module Line module Bot module V2 module MessagingApi + # Action + # @see https://developers.line.biz/en/reference/messaging-api/#action-objects class Action attr_accessor :type # Type of action attr_accessor :label # Label for the action. diff --git a/lib/line/bot/v2/messaging_api/model/all_mention_target.rb b/lib/line/bot/v2/messaging_api/model/all_mention_target.rb index c57128cd..d2521f89 100644 --- a/lib/line/bot/v2/messaging_api/model/all_mention_target.rb +++ b/lib/line/bot/v2/messaging_api/model/all_mention_target.rb @@ -9,11 +9,11 @@ require_relative './mention_target' -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mentionee-all module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mentionee-all class AllMentionTarget < MentionTarget attr_reader :type # Target to be mentioned diff --git a/lib/line/bot/v2/messaging_api/model/area_demographic.rb b/lib/line/bot/v2/messaging_api/model/area_demographic.rb index 2bdcc9bc..c99637d5 100644 --- a/lib/line/bot/v2/messaging_api/model/area_demographic.rb +++ b/lib/line/bot/v2/messaging_api/model/area_demographic.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message class AreaDemographic def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/audio_message.rb b/lib/line/bot/v2/messaging_api/model/audio_message.rb index c863818a..06c8a93c 100644 --- a/lib/line/bot/v2/messaging_api/model/audio_message.rb +++ b/lib/line/bot/v2/messaging_api/model/audio_message.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#audio-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#audio-message class AudioMessage < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/bot_info_response.rb b/lib/line/bot/v2/messaging_api/model/bot_info_response.rb index 300ad93b..e842843d 100644 --- a/lib/line/bot/v2/messaging_api/model/bot_info_response.rb +++ b/lib/line/bot/v2/messaging_api/model/bot_info_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-bot-info module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-bot-info class BotInfoResponse attr_accessor :user_id # Bot's user ID attr_accessor :basic_id # Bot's basic ID diff --git a/lib/line/bot/v2/messaging_api/model/broadcast_request.rb b/lib/line/bot/v2/messaging_api/model/broadcast_request.rb index 79d9bda3..890843f5 100644 --- a/lib/line/bot/v2/messaging_api/model/broadcast_request.rb +++ b/lib/line/bot/v2/messaging_api/model/broadcast_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message class BroadcastRequest attr_accessor :messages # List of Message objects. attr_accessor :notification_disabled # `true`: The user doesn’t receive a push notification when a message is sent. `false`: The user receives a push notification when the message is sent (unless they have disabled push notifications in LINE and/or their device). The default value is false. diff --git a/lib/line/bot/v2/messaging_api/model/carousel_column.rb b/lib/line/bot/v2/messaging_api/model/carousel_column.rb index 838717ec..c0831fac 100644 --- a/lib/line/bot/v2/messaging_api/model/carousel_column.rb +++ b/lib/line/bot/v2/messaging_api/model/carousel_column.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Column object for carousel template. module Line module Bot module V2 module MessagingApi + # Column object for carousel template. class CarouselColumn attr_accessor :thumbnail_image_url attr_accessor :image_background_color diff --git a/lib/line/bot/v2/messaging_api/model/chat_reference.rb b/lib/line/bot/v2/messaging_api/model/chat_reference.rb index 0368206c..ada1cc1a 100644 --- a/lib/line/bot/v2/messaging_api/model/chat_reference.rb +++ b/lib/line/bot/v2/messaging_api/model/chat_reference.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Chat reference -# @see https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read module Line module Bot module V2 module MessagingApi + # Chat reference + # @see https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read class ChatReference attr_accessor :user_id # The target user ID diff --git a/lib/line/bot/v2/messaging_api/model/clipboard_action.rb b/lib/line/bot/v2/messaging_api/model/clipboard_action.rb index 08b4df49..73452f1f 100644 --- a/lib/line/bot/v2/messaging_api/model/clipboard_action.rb +++ b/lib/line/bot/v2/messaging_api/model/clipboard_action.rb @@ -9,11 +9,11 @@ require_relative './action' -# @see https://developers.line.biz/en/reference/messaging-api/#clipboard-action module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#clipboard-action class ClipboardAction < Action attr_reader :type # Type of action attr_accessor :label # Label for the action. diff --git a/lib/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rb b/lib/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rb index af10b2ba..8e70b720 100644 --- a/lib/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rb +++ b/lib/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rb @@ -9,11 +9,11 @@ require_relative './imagemap_action' -# @see https://developers.line.biz/en/reference/messaging-api/#imagemap-clipboard-action-object module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#imagemap-clipboard-action-object class ClipboardImagemapAction < ImagemapAction attr_reader :type attr_accessor :area diff --git a/lib/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rb b/lib/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rb index 107fb415..ddd44898 100644 --- a/lib/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rb +++ b/lib/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias class CreateRichMenuAliasRequest attr_accessor :rich_menu_alias_id # Rich menu alias ID, which can be any ID, unique for each channel. attr_accessor :rich_menu_id # The rich menu ID to be associated with the rich menu alias. diff --git a/lib/line/bot/v2/messaging_api/model/datetime_picker_action.rb b/lib/line/bot/v2/messaging_api/model/datetime_picker_action.rb index c4464fb1..3ac07624 100644 --- a/lib/line/bot/v2/messaging_api/model/datetime_picker_action.rb +++ b/lib/line/bot/v2/messaging_api/model/datetime_picker_action.rb @@ -9,11 +9,11 @@ require_relative './action' -# @see https://developers.line.biz/en/reference/messaging-api/#datetime-picker-action module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#datetime-picker-action class DatetimePickerAction < Action attr_reader :type # Type of action attr_accessor :label # Label for the action. diff --git a/lib/line/bot/v2/messaging_api/model/demographic_filter.rb b/lib/line/bot/v2/messaging_api/model/demographic_filter.rb index a3ee0bfc..94345262 100644 --- a/lib/line/bot/v2/messaging_api/model/demographic_filter.rb +++ b/lib/line/bot/v2/messaging_api/model/demographic_filter.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Demographic filter module Line module Bot module V2 module MessagingApi + # Demographic filter class DemographicFilter attr_accessor :type # Type of demographic filter diff --git a/lib/line/bot/v2/messaging_api/model/emoji_substitution_object.rb b/lib/line/bot/v2/messaging_api/model/emoji_substitution_object.rb index f48c1056..b826a41f 100644 --- a/lib/line/bot/v2/messaging_api/model/emoji_substitution_object.rb +++ b/lib/line/bot/v2/messaging_api/model/emoji_substitution_object.rb @@ -9,12 +9,12 @@ require_relative './substitution_object' -# An object representing a emoji substitution. -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-emoji-object module Line module Bot module V2 module MessagingApi + # An object representing a emoji substitution. + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-emoji-object class EmojiSubstitutionObject < SubstitutionObject attr_reader :type # Type of substitution object attr_accessor :product_id diff --git a/lib/line/bot/v2/messaging_api/model/error_response.rb b/lib/line/bot/v2/messaging_api/model/error_response.rb index bc79ec08..d02a5b51 100644 --- a/lib/line/bot/v2/messaging_api/model/error_response.rb +++ b/lib/line/bot/v2/messaging_api/model/error_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#error-responses module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#error-responses class ErrorResponse attr_accessor :message # Message containing information about the error. attr_accessor :details # An array of error details. If the array is empty, this property will not be included in the response. diff --git a/lib/line/bot/v2/messaging_api/model/filter.rb b/lib/line/bot/v2/messaging_api/model/filter.rb index c31f5ed9..0f466289 100644 --- a/lib/line/bot/v2/messaging_api/model/filter.rb +++ b/lib/line/bot/v2/messaging_api/model/filter.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Filter for narrowcast module Line module Bot module V2 module MessagingApi + # Filter for narrowcast class Filter attr_accessor :demographic diff --git a/lib/line/bot/v2/messaging_api/model/flex_box_border_width.rb b/lib/line/bot/v2/messaging_api/model/flex_box_border_width.rb index ddca299d..46b9e8f9 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_box_border_width.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_box_border_width.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Width of box border. This is only for `borderWidth` in FlexBox. A value of none means that borders are not rendered; the other values are listed in order of increasing width. module Line module Bot module V2 module MessagingApi + # Width of box border. This is only for `borderWidth` in FlexBox. A value of none means that borders are not rendered; the other values are listed in order of increasing width. class FlexBoxBorderWidth def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/flex_box_corner_radius.rb b/lib/line/bot/v2/messaging_api/model/flex_box_corner_radius.rb index c919248e..5d74fd29 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_box_corner_radius.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_box_corner_radius.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Radius at the time of rounding the corners of the box. This is only for `cornerRadius` in FlexBox. A value of none means that corners are not rounded; the other values are listed in order of increasing radius. module Line module Bot module V2 module MessagingApi + # Radius at the time of rounding the corners of the box. This is only for `cornerRadius` in FlexBox. A value of none means that corners are not rounded; the other values are listed in order of increasing radius. class FlexBoxCornerRadius def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/flex_box_padding.rb b/lib/line/bot/v2/messaging_api/model/flex_box_padding.rb index 8af30c98..4318cfdb 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_box_padding.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_box_padding.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Padding can be specified in pixels, percentage (to the parent box width) or with a keyword. FlexBoxPadding just provides only keywords. module Line module Bot module V2 module MessagingApi + # Padding can be specified in pixels, percentage (to the parent box width) or with a keyword. FlexBoxPadding just provides only keywords. class FlexBoxPadding def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/flex_box_spacing.rb b/lib/line/bot/v2/messaging_api/model/flex_box_spacing.rb index 460ed12d..8508540f 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_box_spacing.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_box_spacing.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can specify the minimum space between two components with the `spacing` property of the parent box component, in pixels or with a keyword. FlexBoxSpacing just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can specify the minimum space between two components with the `spacing` property of the parent box component, in pixels or with a keyword. FlexBoxSpacing just provides only keywords. class FlexBoxSpacing def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/flex_icon.rb b/lib/line/bot/v2/messaging_api/model/flex_icon.rb index f5e94696..3a986a47 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_icon.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_icon.rb @@ -9,11 +9,11 @@ require_relative './flex_component' -# @see https://developers.line.biz/en/reference/messaging-api/#icon module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#icon class FlexIcon < FlexComponent attr_reader :type attr_accessor :url diff --git a/lib/line/bot/v2/messaging_api/model/flex_icon_size.rb b/lib/line/bot/v2/messaging_api/model/flex_icon_size.rb index aee159fb..2357f12c 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_icon_size.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_icon_size.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can set the width of an Flex icon component with the `size` property, in pixels, as a percentage, or with a keyword. FlexIconSize just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can set the width of an Flex icon component with the `size` property, in pixels, as a percentage, or with a keyword. FlexIconSize just provides only keywords. class FlexIconSize def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/flex_image.rb b/lib/line/bot/v2/messaging_api/model/flex_image.rb index f2b2ff9c..cdb4dfa7 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_image.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_image.rb @@ -9,11 +9,11 @@ require_relative './flex_component' -# @see https://developers.line.biz/en/reference/messaging-api/#f-image module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#f-image class FlexImage < FlexComponent attr_reader :type attr_accessor :url # Image URL (Max character limit: 2000) Protocol: HTTPS (TLS 1.2 or later) Image format: JPEG or PNG Maximum image size: 1024×1024 pixels Maximum file size: 10 MB (300 KB when the animated property is true) diff --git a/lib/line/bot/v2/messaging_api/model/flex_image_size.rb b/lib/line/bot/v2/messaging_api/model/flex_image_size.rb index b3e9d36e..14ac16f9 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_image_size.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_image_size.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can set the width of an Flex image component with the `size` property, in pixels, as a percentage, or with a keyword. FlexImageSize just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can set the width of an Flex image component with the `size` property, in pixels, as a percentage, or with a keyword. FlexImageSize just provides only keywords. class FlexImageSize def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/flex_margin.rb b/lib/line/bot/v2/messaging_api/model/flex_margin.rb index bcc1de7d..ee33d8a9 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_margin.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_margin.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can specify the minimum space before a child component with the `margin` property of the child component, in pixels or with a keyword. FlexMargin just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can specify the minimum space before a child component with the `margin` property of the child component, in pixels or with a keyword. FlexMargin just provides only keywords. class FlexMargin def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/flex_message.rb b/lib/line/bot/v2/messaging_api/model/flex_message.rb index 45ad2aea..98cdfb2c 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_message.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_message.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#flex-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#flex-message class FlexMessage < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/flex_offset.rb b/lib/line/bot/v2/messaging_api/model/flex_offset.rb index e0b3759a..1795fd87 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_offset.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_offset.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can specify the offset of a component with the `offset*` property, in pixels or with a keyword. You can also specify the percentage to the box width for `offsetStart` and `offsetEnd` and to the box height for `offsetTop` and `offsetBottom`. FlexOffset just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can specify the offset of a component with the `offset*` property, in pixels or with a keyword. You can also specify the percentage to the box width for `offsetStart` and `offsetEnd` and to the box height for `offsetTop` and `offsetBottom`. FlexOffset just provides only keywords. class FlexOffset def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/flex_span_size.rb b/lib/line/bot/v2/messaging_api/model/flex_span_size.rb index bf15027a..2fa76c9f 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_span_size.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_span_size.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Font size in the `size` property of the Flex span component. You can specify the size in pixels or with a keyword. FlexSpanSize just provides only keywords. module Line module Bot module V2 module MessagingApi + # Font size in the `size` property of the Flex span component. You can specify the size in pixels or with a keyword. FlexSpanSize just provides only keywords. class FlexSpanSize def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/flex_text_font_size.rb b/lib/line/bot/v2/messaging_api/model/flex_text_font_size.rb index 47a1fb3b..ab26df1b 100644 --- a/lib/line/bot/v2/messaging_api/model/flex_text_font_size.rb +++ b/lib/line/bot/v2/messaging_api/model/flex_text_font_size.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Font size in the `size` property of the Flex text component. You can specify the size in pixels or with a keyword. FlexTextFontSize just provides only keywords. module Line module Bot module V2 module MessagingApi + # Font size in the `size` property of the Flex text component. You can specify the size in pixels or with a keyword. FlexTextFontSize just provides only keywords. class FlexTextFontSize def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_name_list_response.rb b/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_name_list_response.rb index b782c84e..35e105c0 100644 --- a/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_name_list_response.rb +++ b/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_name_list_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month class GetAggregationUnitNameListResponse attr_accessor :custom_aggregation_units # An array of strings indicating the names of aggregation units used this month. attr_accessor :_next # A continuation token to get the next array of unit names. Returned only when there are remaining aggregation units that weren't returned in customAggregationUnits in the original request. diff --git a/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_usage_response.rb b/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_usage_response.rb index 96c6121c..88816f26 100644 --- a/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_usage_response.rb +++ b/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_usage_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-units-used-this-month module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-units-used-this-month class GetAggregationUnitUsageResponse attr_accessor :num_of_custom_aggregation_units # Number of aggregation units used this month. diff --git a/lib/line/bot/v2/messaging_api/model/get_followers_response.rb b/lib/line/bot/v2/messaging_api/model/get_followers_response.rb index d276fbf1..ee566cbf 100644 --- a/lib/line/bot/v2/messaging_api/model/get_followers_response.rb +++ b/lib/line/bot/v2/messaging_api/model/get_followers_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-follower-ids module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-follower-ids class GetFollowersResponse attr_accessor :user_ids # An array of strings indicating user IDs of users that have added the LINE Official Account as a friend. Only users of LINE for iOS and LINE for Android are included in `userIds`. attr_accessor :_next # A continuation token to get the next array of user IDs. Returned only when there are remaining user IDs that weren't returned in `userIds` in the original request. The number of user IDs in the `userIds` element doesn't have to reach the maximum number specified by `limit` for the `next` property to be included in the response. diff --git a/lib/line/bot/v2/messaging_api/model/get_joined_membership_users_response.rb b/lib/line/bot/v2/messaging_api/model/get_joined_membership_users_response.rb index 8cf33a96..b73426ad 100644 --- a/lib/line/bot/v2/messaging_api/model/get_joined_membership_users_response.rb +++ b/lib/line/bot/v2/messaging_api/model/get_joined_membership_users_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# List of users who have joined the membership -# @see https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids module Line module Bot module V2 module MessagingApi + # List of users who have joined the membership + # @see https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids class GetJoinedMembershipUsersResponse attr_accessor :user_ids # A list of user IDs who joined the membership. Users who have not agreed to the bot user agreement, are not following the bot, or are not active will be excluded. If there are no users in the membership, an empty list will be returned. attr_accessor :_next # A continuation token to get next remaining membership user IDs. Returned only when there are remaining user IDs that weren't returned in the userIds property in the previous request. The continuation token expires in 24 hours (86,400 seconds). diff --git a/lib/line/bot/v2/messaging_api/model/get_membership_subscription_response.rb b/lib/line/bot/v2/messaging_api/model/get_membership_subscription_response.rb index 19b993a8..355d1fcc 100644 --- a/lib/line/bot/v2/messaging_api/model/get_membership_subscription_response.rb +++ b/lib/line/bot/v2/messaging_api/model/get_membership_subscription_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# A user's membership subscription status -# @see https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status module Line module Bot module V2 module MessagingApi + # A user's membership subscription status + # @see https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status class GetMembershipSubscriptionResponse attr_accessor :subscriptions # List of subscription information diff --git a/lib/line/bot/v2/messaging_api/model/get_message_content_transcoding_response.rb b/lib/line/bot/v2/messaging_api/model/get_message_content_transcoding_response.rb index 2d5684c4..b917b8c0 100644 --- a/lib/line/bot/v2/messaging_api/model/get_message_content_transcoding_response.rb +++ b/lib/line/bot/v2/messaging_api/model/get_message_content_transcoding_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Transcoding response -# @see https://developers.line.biz/en/reference/messaging-api/#verify-video-or-audio-preparation-status module Line module Bot module V2 module MessagingApi + # Transcoding response + # @see https://developers.line.biz/en/reference/messaging-api/#verify-video-or-audio-preparation-status class GetMessageContentTranscodingResponse attr_accessor :status # The preparation status. One of: `processing`: Preparing to get content. `succeeded`: Ready to get the content. You can get the content sent by users. `failed`: Failed to prepare to get the content. diff --git a/lib/line/bot/v2/messaging_api/model/get_webhook_endpoint_response.rb b/lib/line/bot/v2/messaging_api/model/get_webhook_endpoint_response.rb index 17aff0ad..1d2025fe 100644 --- a/lib/line/bot/v2/messaging_api/model/get_webhook_endpoint_response.rb +++ b/lib/line/bot/v2/messaging_api/model/get_webhook_endpoint_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information class GetWebhookEndpointResponse attr_accessor :endpoint # Webhook URL attr_accessor :active # Webhook usage status. Send a webhook event from the LINE Platform to the webhook URL only if enabled. `true`: Webhook usage is enabled. `false`: Webhook usage is disabled. diff --git a/lib/line/bot/v2/messaging_api/model/group_member_count_response.rb b/lib/line/bot/v2/messaging_api/model/group_member_count_response.rb index 4a8a23c3..613d0d9d 100644 --- a/lib/line/bot/v2/messaging_api/model/group_member_count_response.rb +++ b/lib/line/bot/v2/messaging_api/model/group_member_count_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-members-group-count module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-members-group-count class GroupMemberCountResponse attr_accessor :count # The count of members in the group chat. The number returned excludes the LINE Official Account. diff --git a/lib/line/bot/v2/messaging_api/model/group_summary_response.rb b/lib/line/bot/v2/messaging_api/model/group_summary_response.rb index eb2f9d89..dc57671b 100644 --- a/lib/line/bot/v2/messaging_api/model/group_summary_response.rb +++ b/lib/line/bot/v2/messaging_api/model/group_summary_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-group-summary module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-group-summary class GroupSummaryResponse attr_accessor :group_id # Group ID attr_accessor :group_name # Group name diff --git a/lib/line/bot/v2/messaging_api/model/group_user_profile_response.rb b/lib/line/bot/v2/messaging_api/model/group_user_profile_response.rb index 5b9eae71..df90f1a6 100644 --- a/lib/line/bot/v2/messaging_api/model/group_user_profile_response.rb +++ b/lib/line/bot/v2/messaging_api/model/group_user_profile_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile class GroupUserProfileResponse attr_accessor :display_name # User's display name attr_accessor :user_id # User ID diff --git a/lib/line/bot/v2/messaging_api/model/image_message.rb b/lib/line/bot/v2/messaging_api/model/image_message.rb index a1270b8e..acffabc5 100644 --- a/lib/line/bot/v2/messaging_api/model/image_message.rb +++ b/lib/line/bot/v2/messaging_api/model/image_message.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#image-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#image-message class ImageMessage < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/imagemap_action.rb b/lib/line/bot/v2/messaging_api/model/imagemap_action.rb index db7183ff..655c6b5a 100644 --- a/lib/line/bot/v2/messaging_api/model/imagemap_action.rb +++ b/lib/line/bot/v2/messaging_api/model/imagemap_action.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#imagemap-action-objects module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#imagemap-action-objects class ImagemapAction attr_accessor :type attr_accessor :area diff --git a/lib/line/bot/v2/messaging_api/model/imagemap_message.rb b/lib/line/bot/v2/messaging_api/model/imagemap_message.rb index ea04f3e9..50693888 100644 --- a/lib/line/bot/v2/messaging_api/model/imagemap_message.rb +++ b/lib/line/bot/v2/messaging_api/model/imagemap_message.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#imagemap-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#imagemap-message class ImagemapMessage < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/issue_link_token_response.rb b/lib/line/bot/v2/messaging_api/model/issue_link_token_response.rb index f76d8577..ef72a37c 100644 --- a/lib/line/bot/v2/messaging_api/model/issue_link_token_response.rb +++ b/lib/line/bot/v2/messaging_api/model/issue_link_token_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#issue-link-token module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#issue-link-token class IssueLinkTokenResponse attr_accessor :link_token # Link token. Link tokens are valid for 10 minutes and can only be used once. diff --git a/lib/line/bot/v2/messaging_api/model/limit.rb b/lib/line/bot/v2/messaging_api/model/limit.rb index e6977561..4002dcb3 100644 --- a/lib/line/bot/v2/messaging_api/model/limit.rb +++ b/lib/line/bot/v2/messaging_api/model/limit.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Limit of the Narrowcast -# @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message module Line module Bot module V2 module MessagingApi + # Limit of the Narrowcast + # @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message class Limit attr_accessor :max # The maximum number of narrowcast messages to send. Use this parameter to limit the number of narrowcast messages sent. The recipients will be chosen at random. attr_accessor :up_to_remaining_quota # If true, the message will be sent within the maximum number of deliverable messages. The default value is `false`. Targets will be selected at random. diff --git a/lib/line/bot/v2/messaging_api/model/location_message.rb b/lib/line/bot/v2/messaging_api/model/location_message.rb index 72f80c2e..ff827430 100644 --- a/lib/line/bot/v2/messaging_api/model/location_message.rb +++ b/lib/line/bot/v2/messaging_api/model/location_message.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#location-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#location-message class LocationMessage < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rb b/lib/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rb index 95cb9c2f..f33365fb 100644 --- a/lib/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rb +++ b/lib/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read class MarkMessagesAsReadRequest attr_accessor :chat diff --git a/lib/line/bot/v2/messaging_api/model/membership_list_response.rb b/lib/line/bot/v2/messaging_api/model/membership_list_response.rb index f244344b..70b7d875 100644 --- a/lib/line/bot/v2/messaging_api/model/membership_list_response.rb +++ b/lib/line/bot/v2/messaging_api/model/membership_list_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# List of memberships module Line module Bot module V2 module MessagingApi + # List of memberships class MembershipListResponse attr_accessor :memberships # List of membership information diff --git a/lib/line/bot/v2/messaging_api/model/mention_substitution_object.rb b/lib/line/bot/v2/messaging_api/model/mention_substitution_object.rb index 9e6d5c77..fd3096ad 100644 --- a/lib/line/bot/v2/messaging_api/model/mention_substitution_object.rb +++ b/lib/line/bot/v2/messaging_api/model/mention_substitution_object.rb @@ -9,12 +9,12 @@ require_relative './substitution_object' -# An object representing a mention substitution. -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mention-object module Line module Bot module V2 module MessagingApi + # An object representing a mention substitution. + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mention-object class MentionSubstitutionObject < SubstitutionObject attr_reader :type # Type of substitution object attr_accessor :mentionee diff --git a/lib/line/bot/v2/messaging_api/model/message.rb b/lib/line/bot/v2/messaging_api/model/message.rb index 43f6cd86..6267625d 100644 --- a/lib/line/bot/v2/messaging_api/model/message.rb +++ b/lib/line/bot/v2/messaging_api/model/message.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#message-common-properties module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#message-common-properties class Message attr_accessor :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/message_quota_response.rb b/lib/line/bot/v2/messaging_api/model/message_quota_response.rb index 3ca00f7c..2137c9bf 100644 --- a/lib/line/bot/v2/messaging_api/model/message_quota_response.rb +++ b/lib/line/bot/v2/messaging_api/model/message_quota_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-quota module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-quota class MessageQuotaResponse attr_accessor :type attr_accessor :value # The target limit for sending messages in the current month. This property is returned when the `type` property has a value of `limited`. diff --git a/lib/line/bot/v2/messaging_api/model/multicast_request.rb b/lib/line/bot/v2/messaging_api/model/multicast_request.rb index cb0f3f13..48ec64e4 100644 --- a/lib/line/bot/v2/messaging_api/model/multicast_request.rb +++ b/lib/line/bot/v2/messaging_api/model/multicast_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-multicast-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-multicast-message class MulticastRequest attr_accessor :messages # Messages to send attr_accessor :to # Array of user IDs. Use userId values which are returned in webhook event objects. Do not use LINE IDs found on LINE. diff --git a/lib/line/bot/v2/messaging_api/model/narrowcast_progress_response.rb b/lib/line/bot/v2/messaging_api/model/narrowcast_progress_response.rb index d481be83..03cea535 100644 --- a/lib/line/bot/v2/messaging_api/model/narrowcast_progress_response.rb +++ b/lib/line/bot/v2/messaging_api/model/narrowcast_progress_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status class NarrowcastProgressResponse attr_accessor :phase # The current status. One of: `waiting`: Messages are not yet ready to be sent. They are currently being filtered or processed in some way. `sending`: Messages are currently being sent. `succeeded`: Messages were sent successfully. This may not mean the messages were successfully received. `failed`: Messages failed to be sent. Use the failedDescription property to find the cause of the failure. attr_accessor :success_count # The number of users who successfully received the message. diff --git a/lib/line/bot/v2/messaging_api/model/narrowcast_request.rb b/lib/line/bot/v2/messaging_api/model/narrowcast_request.rb index 048df0c4..2ed64c72 100644 --- a/lib/line/bot/v2/messaging_api/model/narrowcast_request.rb +++ b/lib/line/bot/v2/messaging_api/model/narrowcast_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message class NarrowcastRequest attr_accessor :messages # List of Message objects. attr_accessor :recipient diff --git a/lib/line/bot/v2/messaging_api/model/pnp_messages_request.rb b/lib/line/bot/v2/messaging_api/model/pnp_messages_request.rb index 85471018..72da4ce4 100644 --- a/lib/line/bot/v2/messaging_api/model/pnp_messages_request.rb +++ b/lib/line/bot/v2/messaging_api/model/pnp_messages_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message class PnpMessagesRequest attr_accessor :messages # Message to be sent. attr_accessor :to # Message destination. Specify a phone number that has been normalized to E.164 format and hashed with SHA256. diff --git a/lib/line/bot/v2/messaging_api/model/push_message_request.rb b/lib/line/bot/v2/messaging_api/model/push_message_request.rb index 715b7442..708cc966 100644 --- a/lib/line/bot/v2/messaging_api/model/push_message_request.rb +++ b/lib/line/bot/v2/messaging_api/model/push_message_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-push-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-push-message class PushMessageRequest attr_accessor :to # ID of the receiver. attr_accessor :messages # List of Message objects. diff --git a/lib/line/bot/v2/messaging_api/model/push_message_response.rb b/lib/line/bot/v2/messaging_api/model/push_message_response.rb index 5f31168a..001fa815 100644 --- a/lib/line/bot/v2/messaging_api/model/push_message_response.rb +++ b/lib/line/bot/v2/messaging_api/model/push_message_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-push-message-response module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-push-message-response class PushMessageResponse attr_accessor :sent_messages # Array of sent messages. diff --git a/lib/line/bot/v2/messaging_api/model/quick_reply.rb b/lib/line/bot/v2/messaging_api/model/quick_reply.rb index f56f8854..e7bc0ed0 100644 --- a/lib/line/bot/v2/messaging_api/model/quick_reply.rb +++ b/lib/line/bot/v2/messaging_api/model/quick_reply.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Quick reply -# @see https://developers.line.biz/en/reference/messaging-api/#items-object module Line module Bot module V2 module MessagingApi + # Quick reply + # @see https://developers.line.biz/en/reference/messaging-api/#items-object class QuickReply attr_accessor :items # Quick reply button objects. diff --git a/lib/line/bot/v2/messaging_api/model/quick_reply_item.rb b/lib/line/bot/v2/messaging_api/model/quick_reply_item.rb index 0807bf96..646a44eb 100644 --- a/lib/line/bot/v2/messaging_api/model/quick_reply_item.rb +++ b/lib/line/bot/v2/messaging_api/model/quick_reply_item.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#items-object module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#items-object class QuickReplyItem attr_accessor :image_url # URL of the icon that is displayed at the beginning of the button attr_accessor :action diff --git a/lib/line/bot/v2/messaging_api/model/quota_consumption_response.rb b/lib/line/bot/v2/messaging_api/model/quota_consumption_response.rb index 695327d5..cb4bb56f 100644 --- a/lib/line/bot/v2/messaging_api/model/quota_consumption_response.rb +++ b/lib/line/bot/v2/messaging_api/model/quota_consumption_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-consumption module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-consumption class QuotaConsumptionResponse attr_accessor :total_usage # The number of sent messages in the current month diff --git a/lib/line/bot/v2/messaging_api/model/quota_type.rb b/lib/line/bot/v2/messaging_api/model/quota_type.rb index 675aadbb..a078f00a 100644 --- a/lib/line/bot/v2/messaging_api/model/quota_type.rb +++ b/lib/line/bot/v2/messaging_api/model/quota_type.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# One of the following values to indicate whether a target limit is set or not. -# @see https://developers.line.biz/en/reference/messaging-api/#get-quota module Line module Bot module V2 module MessagingApi + # One of the following values to indicate whether a target limit is set or not. + # @see https://developers.line.biz/en/reference/messaging-api/#get-quota class QuotaType def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/recipient.rb b/lib/line/bot/v2/messaging_api/model/recipient.rb index fb44d9f1..9bbd2ce3 100644 --- a/lib/line/bot/v2/messaging_api/model/recipient.rb +++ b/lib/line/bot/v2/messaging_api/model/recipient.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Recipient module Line module Bot module V2 module MessagingApi + # Recipient class Recipient attr_accessor :type # Type of recipient diff --git a/lib/line/bot/v2/messaging_api/model/reply_message_request.rb b/lib/line/bot/v2/messaging_api/model/reply_message_request.rb index e99434cc..d7b6867d 100644 --- a/lib/line/bot/v2/messaging_api/model/reply_message_request.rb +++ b/lib/line/bot/v2/messaging_api/model/reply_message_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-reply-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-reply-message class ReplyMessageRequest attr_accessor :reply_token # replyToken received via webhook. attr_accessor :messages # List of messages. diff --git a/lib/line/bot/v2/messaging_api/model/reply_message_response.rb b/lib/line/bot/v2/messaging_api/model/reply_message_response.rb index cf1ba015..49df69a3 100644 --- a/lib/line/bot/v2/messaging_api/model/reply_message_response.rb +++ b/lib/line/bot/v2/messaging_api/model/reply_message_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-reply-message-response module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-reply-message-response class ReplyMessageResponse attr_accessor :sent_messages # Array of sent messages. diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rb index b3f9b118..6775e683 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-list module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-list class RichMenuAliasListResponse attr_accessor :aliases # Rich menu aliases. diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_area.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_area.rb index e1f850e9..fd8d9df2 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_area.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_area.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rich menu area module Line module Bot module V2 module MessagingApi + # Rich menu area class RichMenuArea attr_accessor :bounds attr_accessor :action diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_link_operation.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_link_operation.rb index ff52f309..f1aa4eb6 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_link_operation.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_link_operation.rb @@ -9,11 +9,11 @@ require_relative './rich_menu_batch_operation' -# Replace the rich menu with the rich menu specified in the `to` property for all users linked to the rich menu specified in the `from` property. module Line module Bot module V2 module MessagingApi + # Replace the rich menu with the rich menu specified in the `to` property for all users linked to the rich menu specified in the `from` property. class RichMenuBatchLinkOperation < RichMenuBatchOperation attr_reader :type # The type of operation to the rich menu linked to the user. One of link, unlink, or unlinkAll. attr_accessor :from diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_operation.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_operation.rb index 2191bf3c..bacd3b77 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_operation.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_operation.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rich menu operation object represents the batch operation to the rich menu linked to the user. -# @see https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users-operations module Line module Bot module V2 module MessagingApi + # Rich menu operation object represents the batch operation to the rich menu linked to the user. + # @see https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users-operations class RichMenuBatchOperation attr_accessor :type # The type of operation to the rich menu linked to the user. One of link, unlink, or unlinkAll. diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_progress_phase.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_progress_phase.rb index 4ec23e11..6f3919ae 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_progress_phase.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_progress_phase.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# The current status. One of: `ongoing`: Rich menu batch control is in progress. `succeeded`: Rich menu batch control is complete. `failed`: Rich menu batch control failed. This means that the rich menu for one or more users couldn't be controlled. There may also be users whose operations have been successfully completed. module Line module Bot module V2 module MessagingApi + # The current status. One of: `ongoing`: Rich menu batch control is in progress. `succeeded`: Rich menu batch control is complete. `failed`: Rich menu batch control failed. This means that the rich menu for one or more users couldn't be controlled. There may also be users whose operations have been successfully completed. class RichMenuBatchProgressPhase def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_progress_response.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_progress_response.rb index 288b222d..fcdc9d71 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_progress_response.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_progress_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status-response module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status-response class RichMenuBatchProgressResponse attr_accessor :phase attr_accessor :accepted_time # The accepted time in milliseconds of the request of batch control the rich menu. Format: ISO 8601 (e.g. 2023-06-08T10:15:30.121Z) Timezone: UTC diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_all_operation.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_all_operation.rb index 749adfd8..46bbe87b 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_all_operation.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_all_operation.rb @@ -9,11 +9,11 @@ require_relative './rich_menu_batch_operation' -# Unlink the rich menu from all users linked to the rich menu. module Line module Bot module V2 module MessagingApi + # Unlink the rich menu from all users linked to the rich menu. class RichMenuBatchUnlinkAllOperation < RichMenuBatchOperation attr_reader :type # The type of operation to the rich menu linked to the user. One of link, unlink, or unlinkAll. diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_operation.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_operation.rb index 22a1b387..6f689f84 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_operation.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_operation.rb @@ -9,11 +9,11 @@ require_relative './rich_menu_batch_operation' -# Unlink the rich menu for all users linked to the rich menu specified in the `from` property. module Line module Bot module V2 module MessagingApi + # Unlink the rich menu for all users linked to the rich menu specified in the `from` property. class RichMenuBatchUnlinkOperation < RichMenuBatchOperation attr_reader :type # The type of operation to the rich menu linked to the user. One of link, unlink, or unlinkAll. attr_accessor :from diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_bounds.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_bounds.rb index 428bc180..68b41f51 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_bounds.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_bounds.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rich menu bounds -# @see https://developers.line.biz/en/reference/messaging-api/#bounds-object module Line module Bot module V2 module MessagingApi + # Rich menu bounds + # @see https://developers.line.biz/en/reference/messaging-api/#bounds-object class RichMenuBounds attr_accessor :x # Horizontal position relative to the top-left corner of the area. attr_accessor :y # Vertical position relative to the top-left corner of the area. diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_link_request.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_link_request.rb index 8938a0bd..876d2374 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_link_request.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_link_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users class RichMenuBulkLinkRequest attr_accessor :rich_menu_id # ID of a rich menu attr_accessor :user_ids # Array of user IDs. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE. diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_unlink_request.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_unlink_request.rb index 2a5e0178..e5ec7db4 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_unlink_request.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_unlink_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users class RichMenuBulkUnlinkRequest attr_accessor :user_ids # Array of user IDs. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE. diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_list_response.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_list_response.rb index 86af4f90..589afc1b 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_list_response.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_list_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-list module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-list class RichMenuListResponse attr_accessor :richmenus # Rich menus diff --git a/lib/line/bot/v2/messaging_api/model/rich_menu_size.rb b/lib/line/bot/v2/messaging_api/model/rich_menu_size.rb index 97820fdb..44881296 100644 --- a/lib/line/bot/v2/messaging_api/model/rich_menu_size.rb +++ b/lib/line/bot/v2/messaging_api/model/rich_menu_size.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rich menu size module Line module Bot module V2 module MessagingApi + # Rich menu size class RichMenuSize attr_accessor :width # width attr_accessor :height # height diff --git a/lib/line/bot/v2/messaging_api/model/room_member_count_response.rb b/lib/line/bot/v2/messaging_api/model/room_member_count_response.rb index afc7129f..d922a631 100644 --- a/lib/line/bot/v2/messaging_api/model/room_member_count_response.rb +++ b/lib/line/bot/v2/messaging_api/model/room_member_count_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-members-room-count module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-members-room-count class RoomMemberCountResponse attr_accessor :count # The count of members in the multi-person chat. The number returned excludes the LINE Official Account. diff --git a/lib/line/bot/v2/messaging_api/model/room_user_profile_response.rb b/lib/line/bot/v2/messaging_api/model/room_user_profile_response.rb index 322398e0..9ecef6e0 100644 --- a/lib/line/bot/v2/messaging_api/model/room_user_profile_response.rb +++ b/lib/line/bot/v2/messaging_api/model/room_user_profile_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile class RoomUserProfileResponse attr_accessor :display_name # User's display name attr_accessor :user_id # User ID diff --git a/lib/line/bot/v2/messaging_api/model/sender.rb b/lib/line/bot/v2/messaging_api/model/sender.rb index 91072d58..5e726d37 100644 --- a/lib/line/bot/v2/messaging_api/model/sender.rb +++ b/lib/line/bot/v2/messaging_api/model/sender.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Change icon and display name module Line module Bot module V2 module MessagingApi + # Change icon and display name class Sender attr_accessor :name # Display name. Certain words such as `LINE` may not be used. attr_accessor :icon_url # URL of the image to display as an icon when sending a message diff --git a/lib/line/bot/v2/messaging_api/model/set_webhook_endpoint_request.rb b/lib/line/bot/v2/messaging_api/model/set_webhook_endpoint_request.rb index 446022d4..9bcf6d52 100644 --- a/lib/line/bot/v2/messaging_api/model/set_webhook_endpoint_request.rb +++ b/lib/line/bot/v2/messaging_api/model/set_webhook_endpoint_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url class SetWebhookEndpointRequest attr_accessor :endpoint # A valid webhook URL. diff --git a/lib/line/bot/v2/messaging_api/model/show_loading_animation_request.rb b/lib/line/bot/v2/messaging_api/model/show_loading_animation_request.rb index 72b03b47..f0dba376 100644 --- a/lib/line/bot/v2/messaging_api/model/show_loading_animation_request.rb +++ b/lib/line/bot/v2/messaging_api/model/show_loading_animation_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator-request-body module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator-request-body class ShowLoadingAnimationRequest attr_accessor :chat_id # User ID of the target user for whom the loading animation is to be displayed. attr_accessor :loading_seconds # The number of seconds to display the loading indicator. It must be a multiple of 5. The maximum value is 60 seconds. diff --git a/lib/line/bot/v2/messaging_api/model/sticker_message.rb b/lib/line/bot/v2/messaging_api/model/sticker_message.rb index 521b602f..93849e15 100644 --- a/lib/line/bot/v2/messaging_api/model/sticker_message.rb +++ b/lib/line/bot/v2/messaging_api/model/sticker_message.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#sticker-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#sticker-message class StickerMessage < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/subscribed_membership_plan.rb b/lib/line/bot/v2/messaging_api/model/subscribed_membership_plan.rb index b8e7ef1e..571f65ce 100644 --- a/lib/line/bot/v2/messaging_api/model/subscribed_membership_plan.rb +++ b/lib/line/bot/v2/messaging_api/model/subscribed_membership_plan.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Object containing information about the membership plan. module Line module Bot module V2 module MessagingApi + # Object containing information about the membership plan. class SubscribedMembershipPlan attr_accessor :membership_id # Membership plan ID. attr_accessor :title # Membership plan name. diff --git a/lib/line/bot/v2/messaging_api/model/subscribed_membership_user.rb b/lib/line/bot/v2/messaging_api/model/subscribed_membership_user.rb index d587408f..fbd1ee92 100644 --- a/lib/line/bot/v2/messaging_api/model/subscribed_membership_user.rb +++ b/lib/line/bot/v2/messaging_api/model/subscribed_membership_user.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Object containing user membership subscription information. module Line module Bot module V2 module MessagingApi + # Object containing user membership subscription information. class SubscribedMembershipUser attr_accessor :membership_no # The user's member number in the membership plan. attr_accessor :joined_time # UNIX timestamp at which the user subscribed to the membership. diff --git a/lib/line/bot/v2/messaging_api/model/subscription.rb b/lib/line/bot/v2/messaging_api/model/subscription.rb index 13c5666a..b2b7098f 100644 --- a/lib/line/bot/v2/messaging_api/model/subscription.rb +++ b/lib/line/bot/v2/messaging_api/model/subscription.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# An array of memberships. module Line module Bot module V2 module MessagingApi + # An array of memberships. class Subscription attr_accessor :membership attr_accessor :user diff --git a/lib/line/bot/v2/messaging_api/model/substitution_object.rb b/lib/line/bot/v2/messaging_api/model/substitution_object.rb index ee648ca8..320845c0 100644 --- a/lib/line/bot/v2/messaging_api/model/substitution_object.rb +++ b/lib/line/bot/v2/messaging_api/model/substitution_object.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# An object that defines the replacement value for a placeholder in the text. module Line module Bot module V2 module MessagingApi + # An object that defines the replacement value for a placeholder in the text. class SubstitutionObject attr_accessor :type # Type of substitution object diff --git a/lib/line/bot/v2/messaging_api/model/template_image_aspect_ratio.rb b/lib/line/bot/v2/messaging_api/model/template_image_aspect_ratio.rb index 99ab5037..aa2bde52 100644 --- a/lib/line/bot/v2/messaging_api/model/template_image_aspect_ratio.rb +++ b/lib/line/bot/v2/messaging_api/model/template_image_aspect_ratio.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Aspect ratio of the image. This is only for the `imageAspectRatio` in ButtonsTemplate. Specify one of the following values: `rectangle`: 1.51:1 `square`: 1:1 module Line module Bot module V2 module MessagingApi + # Aspect ratio of the image. This is only for the `imageAspectRatio` in ButtonsTemplate. Specify one of the following values: `rectangle`: 1.51:1 `square`: 1:1 class TemplateImageAspectRatio def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/template_image_size.rb b/lib/line/bot/v2/messaging_api/model/template_image_size.rb index e0dd1972..ad6cefd1 100644 --- a/lib/line/bot/v2/messaging_api/model/template_image_size.rb +++ b/lib/line/bot/v2/messaging_api/model/template_image_size.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Size of the image. This is only for the `imageSize` in ButtonsTemplate. Specify one of the following values: `cover`: The image fills the entire image area. Parts of the image that do not fit in the area are not displayed. `contain`: The entire image is displayed in the image area. A background is displayed in the unused areas to the left and right of vertical images and in the areas above and below horizontal images. module Line module Bot module V2 module MessagingApi + # Size of the image. This is only for the `imageSize` in ButtonsTemplate. Specify one of the following values: `cover`: The image fills the entire image area. Parts of the image that do not fit in the area are not displayed. `contain`: The entire image is displayed in the image area. A background is displayed in the unused areas to the left and right of vertical images and in the areas above and below horizontal images. class TemplateImageSize def initialize( diff --git a/lib/line/bot/v2/messaging_api/model/template_message.rb b/lib/line/bot/v2/messaging_api/model/template_message.rb index f9f8a73b..030c071d 100644 --- a/lib/line/bot/v2/messaging_api/model/template_message.rb +++ b/lib/line/bot/v2/messaging_api/model/template_message.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#template-messages module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#template-messages class TemplateMessage < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_request.rb b/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_request.rb index dcc2a706..19f351c2 100644 --- a/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_request.rb +++ b/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint class TestWebhookEndpointRequest attr_accessor :endpoint # A webhook URL to be validated. diff --git a/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_response.rb b/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_response.rb index 3ed4e467..5a4a4d3d 100644 --- a/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_response.rb +++ b/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint class TestWebhookEndpointResponse attr_accessor :success # Result of the communication from the LINE platform to the webhook URL. attr_accessor :timestamp # Time of the event in milliseconds. Even in the case of a redelivered webhook, it represents the time the event occurred, not the time it was redelivered. diff --git a/lib/line/bot/v2/messaging_api/model/text_message.rb b/lib/line/bot/v2/messaging_api/model/text_message.rb index 5a0c2d3b..d3fdeafd 100644 --- a/lib/line/bot/v2/messaging_api/model/text_message.rb +++ b/lib/line/bot/v2/messaging_api/model/text_message.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#text-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#text-message class TextMessage < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/text_message_v2.rb b/lib/line/bot/v2/messaging_api/model/text_message_v2.rb index 629c49a6..1566e546 100644 --- a/lib/line/bot/v2/messaging_api/model/text_message_v2.rb +++ b/lib/line/bot/v2/messaging_api/model/text_message_v2.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2 module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2 class TextMessageV2 < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/messaging_api/model/update_rich_menu_alias_request.rb b/lib/line/bot/v2/messaging_api/model/update_rich_menu_alias_request.rb index 5c83cd42..04389d43 100644 --- a/lib/line/bot/v2/messaging_api/model/update_rich_menu_alias_request.rb +++ b/lib/line/bot/v2/messaging_api/model/update_rich_menu_alias_request.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias class UpdateRichMenuAliasRequest attr_accessor :rich_menu_id # The rich menu ID to be associated with the rich menu alias. diff --git a/lib/line/bot/v2/messaging_api/model/user_mention_target.rb b/lib/line/bot/v2/messaging_api/model/user_mention_target.rb index 0855b06a..843d53a4 100644 --- a/lib/line/bot/v2/messaging_api/model/user_mention_target.rb +++ b/lib/line/bot/v2/messaging_api/model/user_mention_target.rb @@ -9,11 +9,11 @@ require_relative './mention_target' -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mentionee-user module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mentionee-user class UserMentionTarget < MentionTarget attr_reader :type # Target to be mentioned attr_accessor :user_id diff --git a/lib/line/bot/v2/messaging_api/model/user_profile_response.rb b/lib/line/bot/v2/messaging_api/model/user_profile_response.rb index 2b52bab5..b3bcf344 100644 --- a/lib/line/bot/v2/messaging_api/model/user_profile_response.rb +++ b/lib/line/bot/v2/messaging_api/model/user_profile_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-profile module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-profile class UserProfileResponse attr_accessor :display_name # User's display name attr_accessor :user_id # User ID diff --git a/lib/line/bot/v2/messaging_api/model/video_message.rb b/lib/line/bot/v2/messaging_api/model/video_message.rb index 23e8fe1d..80ef3b49 100644 --- a/lib/line/bot/v2/messaging_api/model/video_message.rb +++ b/lib/line/bot/v2/messaging_api/model/video_message.rb @@ -9,11 +9,11 @@ require_relative './message' -# @see https://developers.line.biz/en/reference/messaging-api/#video-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#video-message class VideoMessage < Message attr_reader :type # Type of message attr_accessor :quick_reply diff --git a/lib/line/bot/v2/module/model/acquire_chat_control_request.rb b/lib/line/bot/v2/module/model/acquire_chat_control_request.rb index 47a9562d..177e3622 100644 --- a/lib/line/bot/v2/module/model/acquire_chat_control_request.rb +++ b/lib/line/bot/v2/module/model/acquire_chat_control_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Request entity of the Acquire Control API -# @see https://developers.line.biz/en/reference/partner-docs/#acquire-control-api module Line module Bot module V2 module Module + # Request entity of the Acquire Control API + # @see https://developers.line.biz/en/reference/partner-docs/#acquire-control-api class AcquireChatControlRequest attr_accessor :expired # `True`: After the time limit (ttl) has passed, the initiative (Chat Control) will return to the Primary Channel. (Default) `False`: There's no time limit and the initiative (Chat Control) doesn't change over time. attr_accessor :ttl # The time it takes for initiative (Chat Control) to return to the Primary Channel (the time that the module channel stays on the Active Channel). The value is specified in seconds. The maximum value is one year (3600 * 24 * 365). The default value is 3600 (1 hour). * Ignored if the value of expired is false. diff --git a/lib/line/bot/v2/module/model/detach_module_request.rb b/lib/line/bot/v2/module/model/detach_module_request.rb index ab78e885..7bec883d 100644 --- a/lib/line/bot/v2/module/model/detach_module_request.rb +++ b/lib/line/bot/v2/module/model/detach_module_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Unlink (detach) the module channel by the operation of the module channel administrator -# @see https://developers.line.biz/en/reference/partner-docs/#unlink-detach-module-channel-by-operation-mc-admin module Line module Bot module V2 module Module + # Unlink (detach) the module channel by the operation of the module channel administrator + # @see https://developers.line.biz/en/reference/partner-docs/#unlink-detach-module-channel-by-operation-mc-admin class DetachModuleRequest attr_accessor :bot_id # User ID of the LINE Official Account bot attached to the module channel. diff --git a/lib/line/bot/v2/module/model/get_modules_response.rb b/lib/line/bot/v2/module/model/get_modules_response.rb index db339919..88bd324b 100644 --- a/lib/line/bot/v2/module/model/get_modules_response.rb +++ b/lib/line/bot/v2/module/model/get_modules_response.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# List of bots to which the module is attached -# @see https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api module Line module Bot module V2 module Module + # List of bots to which the module is attached + # @see https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api class GetModulesResponse attr_accessor :bots # Array of Bot list Item objects representing basic information about the bot. attr_accessor :_next # Continuation token. Used to get the next array of basic bot information. This property is only returned if there are more unreturned results. diff --git a/lib/line/bot/v2/module/model/module_bot.rb b/lib/line/bot/v2/module/model/module_bot.rb index a7fabf02..6a8f7968 100644 --- a/lib/line/bot/v2/module/model/module_bot.rb +++ b/lib/line/bot/v2/module/model/module_bot.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# basic information about the bot. -# @see https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api module Line module Bot module V2 module Module + # basic information about the bot. + # @see https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api class ModuleBot attr_accessor :user_id # Bot's user ID attr_accessor :basic_id # Bot's basic ID diff --git a/lib/line/bot/v2/module_attach/model/attach_module_response.rb b/lib/line/bot/v2/module_attach/model/attach_module_response.rb index 43eb7caa..c289d19a 100644 --- a/lib/line/bot/v2/module_attach/model/attach_module_response.rb +++ b/lib/line/bot/v2/module_attach/model/attach_module_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Attach by operation of the module channel provider module Line module Bot module V2 module ModuleAttach + # Attach by operation of the module channel provider class AttachModuleResponse attr_accessor :bot_id # User ID of the bot on the LINE Official Account. attr_accessor :scopes # Permissions (scope) granted by the LINE Official Account admin. diff --git a/lib/line/bot/v2/shop/model/error_response.rb b/lib/line/bot/v2/shop/model/error_response.rb index 877b834a..cbb463f0 100644 --- a/lib/line/bot/v2/shop/model/error_response.rb +++ b/lib/line/bot/v2/shop/model/error_response.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3 module Line module Bot module V2 module Shop + # @see https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3 class ErrorResponse attr_accessor :message # Message containing information about the error. diff --git a/lib/line/bot/v2/shop/model/mission_sticker_request.rb b/lib/line/bot/v2/shop/model/mission_sticker_request.rb index 98608678..76ab1b79 100644 --- a/lib/line/bot/v2/shop/model/mission_sticker_request.rb +++ b/lib/line/bot/v2/shop/model/mission_sticker_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Send mission stickers (v3) -# @see https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3 module Line module Bot module V2 module Shop + # Send mission stickers (v3) + # @see https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3 class MissionStickerRequest attr_accessor :to # Destination user ID attr_accessor :product_id # Package ID for a set of stickers diff --git a/lib/line/bot/v2/webhook/model/account_link_event.rb b/lib/line/bot/v2/webhook/model/account_link_event.rb index c2b3bc1d..79c8fef0 100644 --- a/lib/line/bot/v2/webhook/model/account_link_event.rb +++ b/lib/line/bot/v2/webhook/model/account_link_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when a user has linked their LINE account with a provider's service account. You can reply to account link events. module Line module Bot module V2 module Webhook + # Event object for when a user has linked their LINE account with a provider's service account. You can reply to account link events. class AccountLinkEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/activated_event.rb b/lib/line/bot/v2/webhook/model/activated_event.rb index d3595504..32f6465d 100644 --- a/lib/line/bot/v2/webhook/model/activated_event.rb +++ b/lib/line/bot/v2/webhook/model/activated_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# This event indicates that the module channel has been switched to Active Channel by calling the Acquire Control API. Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the module channel has been switched to Active Channel by calling the Acquire Control API. Sent to the webhook URL server of the module channel. class ActivatedEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/all_mentionee.rb b/lib/line/bot/v2/webhook/model/all_mentionee.rb index 39cd8601..a31dcd06 100644 --- a/lib/line/bot/v2/webhook/model/all_mentionee.rb +++ b/lib/line/bot/v2/webhook/model/all_mentionee.rb @@ -9,11 +9,11 @@ require_relative './mentionee' -# Mentioned target is entire group module Line module Bot module V2 module Webhook + # Mentioned target is entire group class AllMentionee < Mentionee attr_reader :type # Mentioned target. attr_accessor :index # Index position of the user mention for a character in text, with the first character being at position 0. diff --git a/lib/line/bot/v2/webhook/model/beacon_event.rb b/lib/line/bot/v2/webhook/model/beacon_event.rb index 46ed588c..a614282c 100644 --- a/lib/line/bot/v2/webhook/model/beacon_event.rb +++ b/lib/line/bot/v2/webhook/model/beacon_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when a user enters the range of a LINE Beacon. You can reply to beacon events. module Line module Bot module V2 module Webhook + # Event object for when a user enters the range of a LINE Beacon. You can reply to beacon events. class BeaconEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/bot_resumed_event.rb b/lib/line/bot/v2/webhook/model/bot_resumed_event.rb index 746515f8..575d2441 100644 --- a/lib/line/bot/v2/webhook/model/bot_resumed_event.rb +++ b/lib/line/bot/v2/webhook/model/bot_resumed_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# This event indicates that the LINE Official Account has returned from the suspended state. Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the LINE Official Account has returned from the suspended state. Sent to the webhook URL server of the module channel. class BotResumedEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/bot_suspended_event.rb b/lib/line/bot/v2/webhook/model/bot_suspended_event.rb index 420bdf6d..30c58f9b 100644 --- a/lib/line/bot/v2/webhook/model/bot_suspended_event.rb +++ b/lib/line/bot/v2/webhook/model/bot_suspended_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# This event indicates that the LINE Official Account has been suspended (Suspend). Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the LINE Official Account has been suspended (Suspend). Sent to the webhook URL server of the module channel. class BotSuspendedEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/callback_request.rb b/lib/line/bot/v2/webhook/model/callback_request.rb index 479b3ae1..ee25e809 100644 --- a/lib/line/bot/v2/webhook/model/callback_request.rb +++ b/lib/line/bot/v2/webhook/model/callback_request.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# The request body contains a JSON object with the user ID of a bot that should receive webhook events and an array of webhook event objects. -# @see https://developers.line.biz/en/reference/messaging-api/#request-body module Line module Bot module V2 module Webhook + # The request body contains a JSON object with the user ID of a bot that should receive webhook events and an array of webhook event objects. + # @see https://developers.line.biz/en/reference/messaging-api/#request-body class CallbackRequest attr_accessor :destination # User ID of a bot that should receive webhook events. The user ID value is a string that matches the regular expression, `U[0-9a-f]{32}`. attr_accessor :events # Array of webhook event objects. The LINE Platform may send an empty array that doesn't include a webhook event object to confirm communication. diff --git a/lib/line/bot/v2/webhook/model/content_provider.rb b/lib/line/bot/v2/webhook/model/content_provider.rb index 608b3cdd..8f391085 100644 --- a/lib/line/bot/v2/webhook/model/content_provider.rb +++ b/lib/line/bot/v2/webhook/model/content_provider.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Provider of the media file. module Line module Bot module V2 module Webhook + # Provider of the media file. class ContentProvider attr_accessor :type # Provider of the image file. attr_accessor :original_content_url # URL of the image file. Only included when contentProvider.type is external. diff --git a/lib/line/bot/v2/webhook/model/deactivated_event.rb b/lib/line/bot/v2/webhook/model/deactivated_event.rb index 90edcb3e..f3bb7d04 100644 --- a/lib/line/bot/v2/webhook/model/deactivated_event.rb +++ b/lib/line/bot/v2/webhook/model/deactivated_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# This event indicates that the module channel has been switched to Standby Channel by calling Acquire Control API or Release Control API. Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the module channel has been switched to Standby Channel by calling Acquire Control API or Release Control API. Sent to the webhook URL server of the module channel. class DeactivatedEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/delivery_context.rb b/lib/line/bot/v2/webhook/model/delivery_context.rb index 7e7b55fb..2b067224 100644 --- a/lib/line/bot/v2/webhook/model/delivery_context.rb +++ b/lib/line/bot/v2/webhook/model/delivery_context.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# webhook's delivery context information module Line module Bot module V2 module Webhook + # webhook's delivery context information class DeliveryContext attr_accessor :is_redelivery # Whether the webhook event is a redelivered one or not. diff --git a/lib/line/bot/v2/webhook/model/event.rb b/lib/line/bot/v2/webhook/model/event.rb index 328607ff..3219edd0 100644 --- a/lib/line/bot/v2/webhook/model/event.rb +++ b/lib/line/bot/v2/webhook/model/event.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Webhook event module Line module Bot module V2 module Webhook + # Webhook event class Event attr_accessor :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/event_mode.rb b/lib/line/bot/v2/webhook/model/event_mode.rb index 5f67aefa..25fac943 100644 --- a/lib/line/bot/v2/webhook/model/event_mode.rb +++ b/lib/line/bot/v2/webhook/model/event_mode.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Channel state. module Line module Bot module V2 module Webhook + # Channel state. class EventMode def initialize( diff --git a/lib/line/bot/v2/webhook/model/follow_event.rb b/lib/line/bot/v2/webhook/model/follow_event.rb index 4060732c..963123a5 100644 --- a/lib/line/bot/v2/webhook/model/follow_event.rb +++ b/lib/line/bot/v2/webhook/model/follow_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when your LINE Official Account is added as a friend (or unblocked). You can reply to follow events. module Line module Bot module V2 module Webhook + # Event object for when your LINE Official Account is added as a friend (or unblocked). You can reply to follow events. class FollowEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/join_event.rb b/lib/line/bot/v2/webhook/model/join_event.rb index a4b259cb..66c5bc16 100644 --- a/lib/line/bot/v2/webhook/model/join_event.rb +++ b/lib/line/bot/v2/webhook/model/join_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when your LINE Official Account joins a group chat or multi-person chat. You can reply to join events. module Line module Bot module V2 module Webhook + # Event object for when your LINE Official Account joins a group chat or multi-person chat. You can reply to join events. class JoinEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/leave_event.rb b/lib/line/bot/v2/webhook/model/leave_event.rb index 55e001ac..b094f104 100644 --- a/lib/line/bot/v2/webhook/model/leave_event.rb +++ b/lib/line/bot/v2/webhook/model/leave_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when a user removes your LINE Official Account from a group chat or when your LINE Official Account leaves a group chat or multi-person chat. module Line module Bot module V2 module Webhook + # Event object for when a user removes your LINE Official Account from a group chat or when your LINE Official Account leaves a group chat or multi-person chat. class LeaveEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/link_content.rb b/lib/line/bot/v2/webhook/model/link_content.rb index e5435b07..c9e95fdb 100644 --- a/lib/line/bot/v2/webhook/model/link_content.rb +++ b/lib/line/bot/v2/webhook/model/link_content.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Content of the account link event. module Line module Bot module V2 module Webhook + # Content of the account link event. class LinkContent attr_accessor :result # One of the following values to indicate whether linking the account was successful or not attr_accessor :nonce # Specified nonce (number used once) when verifying the user ID. diff --git a/lib/line/bot/v2/webhook/model/member_joined_event.rb b/lib/line/bot/v2/webhook/model/member_joined_event.rb index d6500e22..bf27b789 100644 --- a/lib/line/bot/v2/webhook/model/member_joined_event.rb +++ b/lib/line/bot/v2/webhook/model/member_joined_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when a user joins a group chat or multi-person chat that the LINE Official Account is in. module Line module Bot module V2 module Webhook + # Event object for when a user joins a group chat or multi-person chat that the LINE Official Account is in. class MemberJoinedEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/member_left_event.rb b/lib/line/bot/v2/webhook/model/member_left_event.rb index f235ed34..1dc0f42b 100644 --- a/lib/line/bot/v2/webhook/model/member_left_event.rb +++ b/lib/line/bot/v2/webhook/model/member_left_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when a user leaves a group chat or multi-person chat that the LINE Official Account is in. module Line module Bot module V2 module Webhook + # Event object for when a user leaves a group chat or multi-person chat that the LINE Official Account is in. class MemberLeftEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/membership_content.rb b/lib/line/bot/v2/webhook/model/membership_content.rb index 3ed1d880..cd31d71d 100644 --- a/lib/line/bot/v2/webhook/model/membership_content.rb +++ b/lib/line/bot/v2/webhook/model/membership_content.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Content of the membership event. module Line module Bot module V2 module Webhook + # Content of the membership event. class MembershipContent attr_accessor :type # Type of membership event. diff --git a/lib/line/bot/v2/webhook/model/membership_event.rb b/lib/line/bot/v2/webhook/model/membership_event.rb index 3ea0c787..cfdc3d29 100644 --- a/lib/line/bot/v2/webhook/model/membership_event.rb +++ b/lib/line/bot/v2/webhook/model/membership_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# This event indicates that a user has subscribed (joined), unsubscribed (left), or renewed the bot's membership. module Line module Bot module V2 module Webhook + # This event indicates that a user has subscribed (joined), unsubscribed (left), or renewed the bot's membership. class MembershipEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/mentionee.rb b/lib/line/bot/v2/webhook/model/mentionee.rb index 4e5dad3b..29072c03 100644 --- a/lib/line/bot/v2/webhook/model/mentionee.rb +++ b/lib/line/bot/v2/webhook/model/mentionee.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#wh-text module Line module Bot module V2 module Webhook + # @see https://developers.line.biz/en/reference/messaging-api/#wh-text class Mentionee attr_accessor :type # Mentioned target. attr_accessor :index # Index position of the user mention for a character in text, with the first character being at position 0. diff --git a/lib/line/bot/v2/webhook/model/message_content.rb b/lib/line/bot/v2/webhook/model/message_content.rb index 1a0281bc..f4a7c278 100644 --- a/lib/line/bot/v2/webhook/model/message_content.rb +++ b/lib/line/bot/v2/webhook/model/message_content.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#message-event module Line module Bot module V2 module Webhook + # @see https://developers.line.biz/en/reference/messaging-api/#message-event class MessageContent attr_accessor :type # Type attr_accessor :id # Message ID diff --git a/lib/line/bot/v2/webhook/model/message_event.rb b/lib/line/bot/v2/webhook/model/message_event.rb index 79ca26ae..d65dbce4 100644 --- a/lib/line/bot/v2/webhook/model/message_event.rb +++ b/lib/line/bot/v2/webhook/model/message_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Webhook event object which contains the sent message. module Line module Bot module V2 module Webhook + # Webhook event object which contains the sent message. class MessageEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/module_event.rb b/lib/line/bot/v2/webhook/model/module_event.rb index 80606c38..cd8af8ac 100644 --- a/lib/line/bot/v2/webhook/model/module_event.rb +++ b/lib/line/bot/v2/webhook/model/module_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# This event indicates that the module channel has been attached to the LINE Official Account. Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the module channel has been attached to the LINE Official Account. Sent to the webhook URL server of the module channel. class ModuleEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/pnp_delivery.rb b/lib/line/bot/v2/webhook/model/pnp_delivery.rb index 0a2bde25..61cdbdd3 100644 --- a/lib/line/bot/v2/webhook/model/pnp_delivery.rb +++ b/lib/line/bot/v2/webhook/model/pnp_delivery.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# A delivery object containing a hashed phone number string or a string specified by `X-Line-Delivery-Tag` header module Line module Bot module V2 module Webhook + # A delivery object containing a hashed phone number string or a string specified by `X-Line-Delivery-Tag` header class PnpDelivery attr_accessor :data # A hashed phone number string or a string specified by `X-Line-Delivery-Tag` header diff --git a/lib/line/bot/v2/webhook/model/pnp_delivery_completion_event.rb b/lib/line/bot/v2/webhook/model/pnp_delivery_completion_event.rb index df4148bb..25580c90 100644 --- a/lib/line/bot/v2/webhook/model/pnp_delivery_completion_event.rb +++ b/lib/line/bot/v2/webhook/model/pnp_delivery_completion_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# When a request is made to the LINE notification messages API and delivery of the LINE notification message to the user is completed, a dedicated webhook event (delivery completion event) is sent from the LINE Platform to the webhook URL of the bot server. module Line module Bot module V2 module Webhook + # When a request is made to the LINE notification messages API and delivery of the LINE notification message to the user is completed, a dedicated webhook event (delivery completion event) is sent from the LINE Platform to the webhook URL of the bot server. class PnpDeliveryCompletionEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/postback_event.rb b/lib/line/bot/v2/webhook/model/postback_event.rb index b64cae9f..eea92549 100644 --- a/lib/line/bot/v2/webhook/model/postback_event.rb +++ b/lib/line/bot/v2/webhook/model/postback_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when a user performs a postback action which initiates a postback. You can reply to postback events. module Line module Bot module V2 module Webhook + # Event object for when a user performs a postback action which initiates a postback. You can reply to postback events. class PostbackEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/scenario_result.rb b/lib/line/bot/v2/webhook/model/scenario_result.rb index 13335e99..8612a5e7 100644 --- a/lib/line/bot/v2/webhook/model/scenario_result.rb +++ b/lib/line/bot/v2/webhook/model/scenario_result.rb @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#scenario-result-event module Line module Bot module V2 module Webhook + # @see https://developers.line.biz/en/reference/messaging-api/#scenario-result-event class ScenarioResult attr_accessor :scenario_id # Scenario ID executed attr_accessor :revision # Revision number of the scenario set containing the executed scenario diff --git a/lib/line/bot/v2/webhook/model/source.rb b/lib/line/bot/v2/webhook/model/source.rb index dead7854..5584a6d1 100644 --- a/lib/line/bot/v2/webhook/model/source.rb +++ b/lib/line/bot/v2/webhook/model/source.rb @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# the source of the event. -# @see https://developers.line.biz/en/reference/messaging-api/#source-user module Line module Bot module V2 module Webhook + # the source of the event. + # @see https://developers.line.biz/en/reference/messaging-api/#source-user class Source attr_accessor :type # source type diff --git a/lib/line/bot/v2/webhook/model/sticker_message_content.rb b/lib/line/bot/v2/webhook/model/sticker_message_content.rb index 2a67108b..4c5a8520 100644 --- a/lib/line/bot/v2/webhook/model/sticker_message_content.rb +++ b/lib/line/bot/v2/webhook/model/sticker_message_content.rb @@ -9,11 +9,11 @@ require_relative './message_content' -# @see https://developers.line.biz/en/reference/messaging-api/#wh-sticker module Line module Bot module V2 module Webhook + # @see https://developers.line.biz/en/reference/messaging-api/#wh-sticker class StickerMessageContent < MessageContent attr_reader :type # Type attr_accessor :id # Message ID diff --git a/lib/line/bot/v2/webhook/model/things_event.rb b/lib/line/bot/v2/webhook/model/things_event.rb index 44a2abc3..cf71de58 100644 --- a/lib/line/bot/v2/webhook/model/things_event.rb +++ b/lib/line/bot/v2/webhook/model/things_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Indicates that a user linked a device with LINE. module Line module Bot module V2 module Webhook + # Indicates that a user linked a device with LINE. class ThingsEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/unfollow_event.rb b/lib/line/bot/v2/webhook/model/unfollow_event.rb index b6052afe..cb0c1c59 100644 --- a/lib/line/bot/v2/webhook/model/unfollow_event.rb +++ b/lib/line/bot/v2/webhook/model/unfollow_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when your LINE Official Account is blocked. module Line module Bot module V2 module Webhook + # Event object for when your LINE Official Account is blocked. class UnfollowEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/unsend_event.rb b/lib/line/bot/v2/webhook/model/unsend_event.rb index 77c684d7..1bdef72e 100644 --- a/lib/line/bot/v2/webhook/model/unsend_event.rb +++ b/lib/line/bot/v2/webhook/model/unsend_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event object for when the user unsends a message. module Line module Bot module V2 module Webhook + # Event object for when the user unsends a message. class UnsendEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/lib/line/bot/v2/webhook/model/user_mentionee.rb b/lib/line/bot/v2/webhook/model/user_mentionee.rb index f5260845..b8261710 100644 --- a/lib/line/bot/v2/webhook/model/user_mentionee.rb +++ b/lib/line/bot/v2/webhook/model/user_mentionee.rb @@ -9,11 +9,11 @@ require_relative './mentionee' -# Mentioned target is user module Line module Bot module V2 module Webhook + # Mentioned target is user class UserMentionee < Mentionee attr_reader :type # Mentioned target. attr_accessor :index # Index position of the user mention for a character in text, with the first character being at position 0. diff --git a/lib/line/bot/v2/webhook/model/video_play_complete_event.rb b/lib/line/bot/v2/webhook/model/video_play_complete_event.rb index b879d6cc..f10fbef8 100644 --- a/lib/line/bot/v2/webhook/model/video_play_complete_event.rb +++ b/lib/line/bot/v2/webhook/model/video_play_complete_event.rb @@ -9,11 +9,11 @@ require_relative './event' -# Event for when a user finishes viewing a video at least once with the specified trackingId sent by the LINE Official Account. module Line module Bot module V2 module Webhook + # Event for when a user finishes viewing a video at least once with the specified trackingId sent by the LINE Official Account. class VideoPlayCompleteEvent < Event attr_reader :type # Type of the event attr_accessor :source diff --git a/sig/line/bot/v2/channel_access_token/model/channel_access_token_key_ids_response.rbs b/sig/line/bot/v2/channel_access_token/model/channel_access_token_key_ids_response.rbs index 29984bcd..c578231a 100644 --- a/sig/line/bot/v2/channel_access_token/model/channel_access_token_key_ids_response.rbs +++ b/sig/line/bot/v2/channel_access_token/model/channel_access_token_key_ids_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Channel access token key IDs -# @see https://developers.line.biz/en/reference/messaging-api/#get-all-valid-channel-access-token-key-ids-v2-1 module Line module Bot module V2 module ChannelAccessToken + # Channel access token key IDs + # @see https://developers.line.biz/en/reference/messaging-api/#get-all-valid-channel-access-token-key-ids-v2-1 class ChannelAccessTokenKeyIdsResponse attr_accessor kids: Array[String] diff --git a/sig/line/bot/v2/channel_access_token/model/error_response.rbs b/sig/line/bot/v2/channel_access_token/model/error_response.rbs index c2a5b5a1..6c91afb7 100644 --- a/sig/line/bot/v2/channel_access_token/model/error_response.rbs +++ b/sig/line/bot/v2/channel_access_token/model/error_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Error response of the Channel access token module Line module Bot module V2 module ChannelAccessToken + # Error response of the Channel access token class ErrorResponse attr_accessor error: String? attr_accessor error_description: String? diff --git a/sig/line/bot/v2/channel_access_token/model/issue_channel_access_token_response.rbs b/sig/line/bot/v2/channel_access_token/model/issue_channel_access_token_response.rbs index 92493f3c..7096a6de 100644 --- a/sig/line/bot/v2/channel_access_token/model/issue_channel_access_token_response.rbs +++ b/sig/line/bot/v2/channel_access_token/model/issue_channel_access_token_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Issued channel access token -# @see https://developers.line.biz/en/reference/messaging-api/#issue-channel-access-token-v2-1 module Line module Bot module V2 module ChannelAccessToken + # Issued channel access token + # @see https://developers.line.biz/en/reference/messaging-api/#issue-channel-access-token-v2-1 class IssueChannelAccessTokenResponse attr_accessor access_token: String attr_accessor expires_in: Integer diff --git a/sig/line/bot/v2/channel_access_token/model/issue_short_lived_channel_access_token_response.rbs b/sig/line/bot/v2/channel_access_token/model/issue_short_lived_channel_access_token_response.rbs index e208a6d0..c983c77b 100644 --- a/sig/line/bot/v2/channel_access_token/model/issue_short_lived_channel_access_token_response.rbs +++ b/sig/line/bot/v2/channel_access_token/model/issue_short_lived_channel_access_token_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Issued short-lived channel access token -# @see https://developers.line.biz/en/reference/messaging-api/#issue-shortlived-channel-access-token module Line module Bot module V2 module ChannelAccessToken + # Issued short-lived channel access token + # @see https://developers.line.biz/en/reference/messaging-api/#issue-shortlived-channel-access-token class IssueShortLivedChannelAccessTokenResponse attr_accessor access_token: String attr_accessor expires_in: Integer diff --git a/sig/line/bot/v2/channel_access_token/model/issue_stateless_channel_access_token_response.rbs b/sig/line/bot/v2/channel_access_token/model/issue_stateless_channel_access_token_response.rbs index b3acd54b..7878bc1a 100644 --- a/sig/line/bot/v2/channel_access_token/model/issue_stateless_channel_access_token_response.rbs +++ b/sig/line/bot/v2/channel_access_token/model/issue_stateless_channel_access_token_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Issued stateless channel access token -# @see https://developers.line.biz/en/reference/messaging-api/#issue-stateless-channel-access-token module Line module Bot module V2 module ChannelAccessToken + # Issued stateless channel access token + # @see https://developers.line.biz/en/reference/messaging-api/#issue-stateless-channel-access-token class IssueStatelessChannelAccessTokenResponse attr_accessor access_token: String attr_accessor expires_in: Integer diff --git a/sig/line/bot/v2/channel_access_token/model/verify_channel_access_token_response.rbs b/sig/line/bot/v2/channel_access_token/model/verify_channel_access_token_response.rbs index e7301820..fa7b3a7e 100644 --- a/sig/line/bot/v2/channel_access_token/model/verify_channel_access_token_response.rbs +++ b/sig/line/bot/v2/channel_access_token/model/verify_channel_access_token_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Verification result module Line module Bot module V2 module ChannelAccessToken + # Verification result class VerifyChannelAccessTokenResponse attr_accessor client_id: String attr_accessor expires_in: Integer diff --git a/sig/line/bot/v2/insight/model/error_response.rbs b/sig/line/bot/v2/insight/model/error_response.rbs index af76e62a..5b757be5 100644 --- a/sig/line/bot/v2/insight/model/error_response.rbs +++ b/sig/line/bot/v2/insight/model/error_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#error-responses module Line module Bot module V2 module Insight + # @see https://developers.line.biz/en/reference/messaging-api/#error-responses class ErrorResponse attr_accessor message: String attr_accessor details: Array[ErrorDetail]? diff --git a/sig/line/bot/v2/insight/model/get_friends_demographics_response.rbs b/sig/line/bot/v2/insight/model/get_friends_demographics_response.rbs index 43fde113..d1799a48 100644 --- a/sig/line/bot/v2/insight/model/get_friends_demographics_response.rbs +++ b/sig/line/bot/v2/insight/model/get_friends_demographics_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get friend demographics -# @see https://developers.line.biz/en/reference/messaging-api/#get-demographic module Line module Bot module V2 module Insight + # Get friend demographics + # @see https://developers.line.biz/en/reference/messaging-api/#get-demographic class GetFriendsDemographicsResponse attr_accessor available: bool? attr_accessor genders: Array[GenderTile]? diff --git a/sig/line/bot/v2/insight/model/get_message_event_response.rbs b/sig/line/bot/v2/insight/model/get_message_event_response.rbs index c526aacf..9cac0311 100644 --- a/sig/line/bot/v2/insight/model/get_message_event_response.rbs +++ b/sig/line/bot/v2/insight/model/get_message_event_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account. -# @see https://developers.line.biz/en/reference/messaging-api/#get-insight-message-event-response module Line module Bot module V2 module Insight + # Statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account. + # @see https://developers.line.biz/en/reference/messaging-api/#get-insight-message-event-response class GetMessageEventResponse attr_accessor overview: GetMessageEventResponseOverview? attr_accessor messages: Array[GetMessageEventResponseMessage]? diff --git a/sig/line/bot/v2/insight/model/get_message_event_response_overview.rbs b/sig/line/bot/v2/insight/model/get_message_event_response_overview.rbs index 4b894fdc..b32213bd 100644 --- a/sig/line/bot/v2/insight/model/get_message_event_response_overview.rbs +++ b/sig/line/bot/v2/insight/model/get_message_event_response_overview.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Summary of message statistics. module Line module Bot module V2 module Insight + # Summary of message statistics. class GetMessageEventResponseOverview attr_accessor request_id: String? attr_accessor timestamp: Integer? diff --git a/sig/line/bot/v2/insight/model/get_number_of_followers_response.rbs b/sig/line/bot/v2/insight/model/get_number_of_followers_response.rbs index e7f919e5..7b678fd8 100644 --- a/sig/line/bot/v2/insight/model/get_number_of_followers_response.rbs +++ b/sig/line/bot/v2/insight/model/get_number_of_followers_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get number of followers -# @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-followers module Line module Bot module V2 module Insight + # Get number of followers + # @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-followers class GetNumberOfFollowersResponse attr_accessor status: 'ready'|'unready'|'out_of_service'? attr_accessor followers: Integer? diff --git a/sig/line/bot/v2/insight/model/get_number_of_message_deliveries_response.rbs b/sig/line/bot/v2/insight/model/get_number_of_message_deliveries_response.rbs index 572036e8..d4e786a0 100644 --- a/sig/line/bot/v2/insight/model/get_number_of_message_deliveries_response.rbs +++ b/sig/line/bot/v2/insight/model/get_number_of_message_deliveries_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get number of message deliveries -# @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-delivery-messages module Line module Bot module V2 module Insight + # Get number of message deliveries + # @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-delivery-messages class GetNumberOfMessageDeliveriesResponse attr_accessor status: 'ready'|'unready'|'out_of_service'? attr_accessor broadcast: Integer? diff --git a/sig/line/bot/v2/insight/model/get_statistics_per_unit_response.rbs b/sig/line/bot/v2/insight/model/get_statistics_per_unit_response.rbs index b425b01a..e793b9b2 100644 --- a/sig/line/bot/v2/insight/model/get_statistics_per_unit_response.rbs +++ b/sig/line/bot/v2/insight/model/get_statistics_per_unit_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Response object for `get statistics per unit` -# @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response module Line module Bot module V2 module Insight + # Response object for `get statistics per unit` + # @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response class GetStatisticsPerUnitResponse attr_accessor overview: GetStatisticsPerUnitResponseOverview attr_accessor messages: Array[GetStatisticsPerUnitResponseMessage] diff --git a/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_click.rbs b/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_click.rbs index a2f75376..0d734607 100644 --- a/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_click.rbs +++ b/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_click.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response module Line module Bot module V2 module Insight + # @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response class GetStatisticsPerUnitResponseClick attr_accessor seq: Integer attr_accessor url: String diff --git a/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_message.rbs b/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_message.rbs index d5961dc5..7327d8dc 100644 --- a/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_message.rbs +++ b/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response module Line module Bot module V2 module Insight + # @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response class GetStatisticsPerUnitResponseMessage attr_accessor seq: Integer attr_accessor impression: Integer? diff --git a/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_overview.rbs b/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_overview.rbs index 275d3a58..a5975412 100644 --- a/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_overview.rbs +++ b/sig/line/bot/v2/insight/model/get_statistics_per_unit_response_overview.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Statistics related to messages. -# @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response module Line module Bot module V2 module Insight + # Statistics related to messages. + # @see https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response class GetStatisticsPerUnitResponseOverview attr_accessor unique_impression: Integer? attr_accessor unique_click: Integer? diff --git a/sig/line/bot/v2/liff/model/add_liff_app_request.rbs b/sig/line/bot/v2/liff/model/add_liff_app_request.rbs index 15efd980..c14fbd7c 100644 --- a/sig/line/bot/v2/liff/model/add_liff_app_request.rbs +++ b/sig/line/bot/v2/liff/model/add_liff_app_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/liff-server/#add-liff-app module Line module Bot module V2 module Liff + # @see https://developers.line.biz/en/reference/liff-server/#add-liff-app class AddLiffAppRequest attr_accessor view: LiffView attr_accessor description: String? diff --git a/sig/line/bot/v2/liff/model/liff_bot_prompt.rbs b/sig/line/bot/v2/liff/model/liff_bot_prompt.rbs index 3ce253c2..77eedb06 100644 --- a/sig/line/bot/v2/liff/model/liff_bot_prompt.rbs +++ b/sig/line/bot/v2/liff/model/liff_bot_prompt.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Specify the setting for bot link feature with one of the following values: `normal`: Display the option to add the LINE Official Account as a friend in the channel consent screen. `aggressive`: Display a screen with the option to add the LINE Official Account as a friend after the channel consent screen. `none`: Don't display the option to add the LINE Official Account as a friend. The default value is none. module Line module Bot module V2 module Liff + # Specify the setting for bot link feature with one of the following values: `normal`: Display the option to add the LINE Official Account as a friend in the channel consent screen. `aggressive`: Display a screen with the option to add the LINE Official Account as a friend after the channel consent screen. `none`: Don't display the option to add the LINE Official Account as a friend. The default value is none. class LiffBotPrompt end diff --git a/sig/line/bot/v2/liff/model/liff_scope.rbs b/sig/line/bot/v2/liff/model/liff_scope.rbs index 00efbe8b..67421b49 100644 --- a/sig/line/bot/v2/liff/model/liff_scope.rbs +++ b/sig/line/bot/v2/liff/model/liff_scope.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Array of scopes required for some LIFF SDK methods to function. The default value is `[\"profile\", \"chat_message.write\"]`. module Line module Bot module V2 module Liff + # Array of scopes required for some LIFF SDK methods to function. The default value is `[\"profile\", \"chat_message.write\"]`. class LiffScope end diff --git a/sig/line/bot/v2/liff/model/liff_view.rbs b/sig/line/bot/v2/liff/model/liff_view.rbs index 0687d8ac..7b919730 100644 --- a/sig/line/bot/v2/liff/model/liff_view.rbs +++ b/sig/line/bot/v2/liff/model/liff_view.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/liff-server/#add-liff-app module Line module Bot module V2 module Liff + # @see https://developers.line.biz/en/reference/liff-server/#add-liff-app class LiffView attr_accessor type: 'compact'|'tall'|'full' attr_accessor url: String diff --git a/sig/line/bot/v2/liff/model/update_liff_app_request.rbs b/sig/line/bot/v2/liff/model/update_liff_app_request.rbs index 94cbea6a..4af72932 100644 --- a/sig/line/bot/v2/liff/model/update_liff_app_request.rbs +++ b/sig/line/bot/v2/liff/model/update_liff_app_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/liff-server/#add-liff-app module Line module Bot module V2 module Liff + # @see https://developers.line.biz/en/reference/liff-server/#add-liff-app class UpdateLiffAppRequest attr_accessor view: UpdateLiffView? attr_accessor description: String? diff --git a/sig/line/bot/v2/liff/model/update_liff_view.rbs b/sig/line/bot/v2/liff/model/update_liff_view.rbs index 97a390c1..d33c39ce 100644 --- a/sig/line/bot/v2/liff/model/update_liff_view.rbs +++ b/sig/line/bot/v2/liff/model/update_liff_view.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/liff-server/#update-liff-app module Line module Bot module V2 module Liff + # @see https://developers.line.biz/en/reference/liff-server/#update-liff-app class UpdateLiffView attr_accessor type: 'compact'|'tall'|'full'? attr_accessor url: String? diff --git a/sig/line/bot/v2/manage_audience/model/adaccount.rbs b/sig/line/bot/v2/manage_audience/model/adaccount.rbs index c0bdf8f2..6b7e8d1f 100644 --- a/sig/line/bot/v2/manage_audience/model/adaccount.rbs +++ b/sig/line/bot/v2/manage_audience/model/adaccount.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Adaccount module Line module Bot module V2 module ManageAudience + # Adaccount class Adaccount attr_accessor name: String? diff --git a/sig/line/bot/v2/manage_audience/model/add_audience_to_audience_group_request.rbs b/sig/line/bot/v2/manage_audience/model/add_audience_to_audience_group_request.rbs index 813773f2..cad6d8fd 100644 --- a/sig/line/bot/v2/manage_audience/model/add_audience_to_audience_group_request.rbs +++ b/sig/line/bot/v2/manage_audience/model/add_audience_to_audience_group_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON) -# @see https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group module Line module Bot module V2 module ManageAudience + # Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON) + # @see https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group class AddAudienceToAudienceGroupRequest attr_accessor audience_group_id: Integer? attr_accessor upload_description: String? diff --git a/sig/line/bot/v2/manage_audience/model/audience.rbs b/sig/line/bot/v2/manage_audience/model/audience.rbs index 9f0bad8d..417d392e 100644 --- a/sig/line/bot/v2/manage_audience/model/audience.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Audience module Line module Bot module V2 module ManageAudience + # Audience class Audience attr_accessor id: String? diff --git a/sig/line/bot/v2/manage_audience/model/audience_group.rbs b/sig/line/bot/v2/manage_audience/model/audience_group.rbs index 0a2d40cc..8d1293a6 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Audience group module Line module Bot module V2 module ManageAudience + # Audience group class AudienceGroup attr_accessor audience_group_id: Integer? attr_accessor type: 'UPLOAD'|'CLICK'|'IMP'|'CHAT_TAG'|'FRIEND_PATH'|'RESERVATION'|'APP_EVENT'|'VIDEO_VIEW'|'WEBTRAFFIC'|'IMAGE_CLICK'|'RICHMENU_IMP'|'RICHMENU_CLICK'? diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_authority_level.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_authority_level.rbs index 8a41d824..bd0b5ad3 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_authority_level.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_authority_level.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# authority level module Line module Bot module V2 module ManageAudience + # authority level class AudienceGroupAuthorityLevel end diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_create_route.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_create_route.rbs index f4050901..4a4c5275 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_create_route.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_create_route.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# How the audience was created. One of: - `OA_MANAGER`: Audience created with [LINE Official Account Manager](https://manager.line.biz/). - `MESSAGING_API`: Audience created with Messaging API. - `POINT_AD`: Audience created with [LINE Points Ads](https://www.linebiz.com/jp/service/line-point-ad/) (Japanese only). - `AD_MANAGER`: Audience created with [LINE Ads](https://admanager.line.biz/). module Line module Bot module V2 module ManageAudience + # How the audience was created. One of: - `OA_MANAGER`: Audience created with [LINE Official Account Manager](https://manager.line.biz/). - `MESSAGING_API`: Audience created with Messaging API. - `POINT_AD`: Audience created with [LINE Points Ads](https://www.linebiz.com/jp/service/line-point-ad/) (Japanese only). - `AD_MANAGER`: Audience created with [LINE Ads](https://admanager.line.biz/). class AudienceGroupCreateRoute end diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_failed_type.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_failed_type.rbs index c5c475e4..4e39eff1 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_failed_type.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_failed_type.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Failed type module Line module Bot module V2 module ManageAudience + # Failed type class AudienceGroupFailedType end diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_job.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_job.rbs index 9f79727c..3e92c3f1 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_job.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_job.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Audience group job -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group module Line module Bot module V2 module ManageAudience + # Audience group job + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group class AudienceGroupJob attr_accessor audience_group_job_id: Integer? attr_accessor audience_group_id: Integer? diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_job_failed_type.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_job_failed_type.rbs index 0a979938..27901602 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_job_failed_type.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_job_failed_type.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Failed type module Line module Bot module V2 module ManageAudience + # Failed type class AudienceGroupJobFailedType end diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_job_status.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_job_status.rbs index dfecf23b..4065cbed 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_job_status.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_job_status.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Job status module Line module Bot module V2 module ManageAudience + # Job status class AudienceGroupJobStatus end diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_job_type.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_job_type.rbs index 148e32c6..b33d2545 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_job_type.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_job_type.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Job Type module Line module Bot module V2 module ManageAudience + # Job Type class AudienceGroupJobType end diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_permission.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_permission.rbs index ab236dd4..9f006a68 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_permission.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_permission.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Permission module Line module Bot module V2 module ManageAudience + # Permission class AudienceGroupPermission end diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_status.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_status.rbs index a817ae0e..a9c8f527 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_status.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_status.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Status module Line module Bot module V2 module ManageAudience + # Status class AudienceGroupStatus end diff --git a/sig/line/bot/v2/manage_audience/model/audience_group_type.rbs b/sig/line/bot/v2/manage_audience/model/audience_group_type.rbs index 15adbcf6..c3b9cdb5 100644 --- a/sig/line/bot/v2/manage_audience/model/audience_group_type.rbs +++ b/sig/line/bot/v2/manage_audience/model/audience_group_type.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Audience group type module Line module Bot module V2 module ManageAudience + # Audience group type class AudienceGroupType end diff --git a/sig/line/bot/v2/manage_audience/model/create_audience_group_request.rbs b/sig/line/bot/v2/manage_audience/model/create_audience_group_request.rbs index d6cf4b37..19386d37 100644 --- a/sig/line/bot/v2/manage_audience/model/create_audience_group_request.rbs +++ b/sig/line/bot/v2/manage_audience/model/create_audience_group_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for uploading user IDs (by JSON) -# @see https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for uploading user IDs (by JSON) + # @see https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group class CreateAudienceGroupRequest attr_accessor description: String? attr_accessor is_ifa_audience: bool? diff --git a/sig/line/bot/v2/manage_audience/model/create_audience_group_response.rbs b/sig/line/bot/v2/manage_audience/model/create_audience_group_response.rbs index 52053546..156c9dff 100644 --- a/sig/line/bot/v2/manage_audience/model/create_audience_group_response.rbs +++ b/sig/line/bot/v2/manage_audience/model/create_audience_group_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for uploading user IDs (by JSON) -# @see https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for uploading user IDs (by JSON) + # @see https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group class CreateAudienceGroupResponse attr_accessor audience_group_id: Integer? attr_accessor create_route: 'MESSAGING_API'? diff --git a/sig/line/bot/v2/manage_audience/model/create_click_based_audience_group_request.rbs b/sig/line/bot/v2/manage_audience/model/create_click_based_audience_group_request.rbs index 832fa15d..5e89843d 100644 --- a/sig/line/bot/v2/manage_audience/model/create_click_based_audience_group_request.rbs +++ b/sig/line/bot/v2/manage_audience/model/create_click_based_audience_group_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for click-based retargeting -# @see https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for click-based retargeting + # @see https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group class CreateClickBasedAudienceGroupRequest attr_accessor description: String? attr_accessor request_id: String? diff --git a/sig/line/bot/v2/manage_audience/model/create_click_based_audience_group_response.rbs b/sig/line/bot/v2/manage_audience/model/create_click_based_audience_group_response.rbs index b526e268..20667c79 100644 --- a/sig/line/bot/v2/manage_audience/model/create_click_based_audience_group_response.rbs +++ b/sig/line/bot/v2/manage_audience/model/create_click_based_audience_group_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for click-based retargeting -# @see https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for click-based retargeting + # @see https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group class CreateClickBasedAudienceGroupResponse attr_accessor audience_group_id: Integer? attr_accessor type: 'UPLOAD'|'CLICK'|'IMP'|'CHAT_TAG'|'FRIEND_PATH'|'RESERVATION'|'APP_EVENT'|'VIDEO_VIEW'|'WEBTRAFFIC'|'IMAGE_CLICK'|'RICHMENU_IMP'|'RICHMENU_CLICK'? diff --git a/sig/line/bot/v2/manage_audience/model/create_imp_based_audience_group_request.rbs b/sig/line/bot/v2/manage_audience/model/create_imp_based_audience_group_request.rbs index 9029d4f5..5753ed9f 100644 --- a/sig/line/bot/v2/manage_audience/model/create_imp_based_audience_group_request.rbs +++ b/sig/line/bot/v2/manage_audience/model/create_imp_based_audience_group_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for impression-based retargeting -# @see https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for impression-based retargeting + # @see https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group class CreateImpBasedAudienceGroupRequest attr_accessor description: String? attr_accessor request_id: String? diff --git a/sig/line/bot/v2/manage_audience/model/create_imp_based_audience_group_response.rbs b/sig/line/bot/v2/manage_audience/model/create_imp_based_audience_group_response.rbs index abbce4dc..2f7659f3 100644 --- a/sig/line/bot/v2/manage_audience/model/create_imp_based_audience_group_response.rbs +++ b/sig/line/bot/v2/manage_audience/model/create_imp_based_audience_group_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Create audience for impression-based retargeting -# @see https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group module Line module Bot module V2 module ManageAudience + # Create audience for impression-based retargeting + # @see https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group class CreateImpBasedAudienceGroupResponse attr_accessor audience_group_id: Integer? attr_accessor type: 'UPLOAD'|'CLICK'|'IMP'|'CHAT_TAG'|'FRIEND_PATH'|'RESERVATION'|'APP_EVENT'|'VIDEO_VIEW'|'WEBTRAFFIC'|'IMAGE_CLICK'|'RICHMENU_IMP'|'RICHMENU_CLICK'? diff --git a/sig/line/bot/v2/manage_audience/model/detailed_owner.rbs b/sig/line/bot/v2/manage_audience/model/detailed_owner.rbs index 199d895f..e379d0ed 100644 --- a/sig/line/bot/v2/manage_audience/model/detailed_owner.rbs +++ b/sig/line/bot/v2/manage_audience/model/detailed_owner.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Owner of this audience group. module Line module Bot module V2 module ManageAudience + # Owner of this audience group. class DetailedOwner attr_accessor service_type: String? attr_accessor id: String? diff --git a/sig/line/bot/v2/manage_audience/model/error_response.rbs b/sig/line/bot/v2/manage_audience/model/error_response.rbs index dd278975..f476a15f 100644 --- a/sig/line/bot/v2/manage_audience/model/error_response.rbs +++ b/sig/line/bot/v2/manage_audience/model/error_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#error-responses module Line module Bot module V2 module ManageAudience + # @see https://developers.line.biz/en/reference/messaging-api/#error-responses class ErrorResponse attr_accessor message: String attr_accessor details: Array[ErrorDetail]? diff --git a/sig/line/bot/v2/manage_audience/model/get_audience_data_response.rbs b/sig/line/bot/v2/manage_audience/model/get_audience_data_response.rbs index a52f62f3..63d917c1 100644 --- a/sig/line/bot/v2/manage_audience/model/get_audience_data_response.rbs +++ b/sig/line/bot/v2/manage_audience/model/get_audience_data_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get audience data -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group module Line module Bot module V2 module ManageAudience + # Get audience data + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group class GetAudienceDataResponse attr_accessor audience_group: AudienceGroup? attr_accessor jobs: Array[AudienceGroupJob]? diff --git a/sig/line/bot/v2/manage_audience/model/get_audience_group_authority_level_response.rbs b/sig/line/bot/v2/manage_audience/model/get_audience_group_authority_level_response.rbs index 1422a0d8..768c1cfa 100644 --- a/sig/line/bot/v2/manage_audience/model/get_audience_group_authority_level_response.rbs +++ b/sig/line/bot/v2/manage_audience/model/get_audience_group_authority_level_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get the authority level of the audience -# @see https://developers.line.biz/en/reference/messaging-api/#get-authority-level module Line module Bot module V2 module ManageAudience + # Get the authority level of the audience + # @see https://developers.line.biz/en/reference/messaging-api/#get-authority-level class GetAudienceGroupAuthorityLevelResponse attr_accessor authority_level: 'PUBLIC'|'PRIVATE'? diff --git a/sig/line/bot/v2/manage_audience/model/get_audience_groups_response.rbs b/sig/line/bot/v2/manage_audience/model/get_audience_groups_response.rbs index 5c0c0fec..59c9bb5f 100644 --- a/sig/line/bot/v2/manage_audience/model/get_audience_groups_response.rbs +++ b/sig/line/bot/v2/manage_audience/model/get_audience_groups_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Gets data for more than one audience. -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-groups module Line module Bot module V2 module ManageAudience + # Gets data for more than one audience. + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-groups class GetAudienceGroupsResponse attr_accessor audience_groups: Array[AudienceGroup]? attr_accessor has_next_page: bool? diff --git a/sig/line/bot/v2/manage_audience/model/get_shared_audience_data_response.rbs b/sig/line/bot/v2/manage_audience/model/get_shared_audience_data_response.rbs index 3b654abc..19cca14c 100644 --- a/sig/line/bot/v2/manage_audience/model/get_shared_audience_data_response.rbs +++ b/sig/line/bot/v2/manage_audience/model/get_shared_audience_data_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Get audience data -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group module Line module Bot module V2 module ManageAudience + # Get audience data + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-group class GetSharedAudienceDataResponse attr_accessor audience_group: AudienceGroup? attr_accessor jobs: Array[AudienceGroupJob]? diff --git a/sig/line/bot/v2/manage_audience/model/get_shared_audience_groups_response.rbs b/sig/line/bot/v2/manage_audience/model/get_shared_audience_groups_response.rbs index 2b3d2fde..05298617 100644 --- a/sig/line/bot/v2/manage_audience/model/get_shared_audience_groups_response.rbs +++ b/sig/line/bot/v2/manage_audience/model/get_shared_audience_groups_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Gets data for more than one audience. -# @see https://developers.line.biz/en/reference/messaging-api/#get-audience-groups module Line module Bot module V2 module ManageAudience + # Gets data for more than one audience. + # @see https://developers.line.biz/en/reference/messaging-api/#get-audience-groups class GetSharedAudienceGroupsResponse attr_accessor audience_groups: Array[AudienceGroup]? attr_accessor has_next_page: bool? diff --git a/sig/line/bot/v2/manage_audience/model/update_audience_group_authority_level_request.rbs b/sig/line/bot/v2/manage_audience/model/update_audience_group_authority_level_request.rbs index 83c8be1a..e1743685 100644 --- a/sig/line/bot/v2/manage_audience/model/update_audience_group_authority_level_request.rbs +++ b/sig/line/bot/v2/manage_audience/model/update_audience_group_authority_level_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Change the authority level of the audience -# @see https://developers.line.biz/en/reference/messaging-api/#change-authority-level module Line module Bot module V2 module ManageAudience + # Change the authority level of the audience + # @see https://developers.line.biz/en/reference/messaging-api/#change-authority-level class UpdateAudienceGroupAuthorityLevelRequest attr_accessor authority_level: 'PUBLIC'|'PRIVATE'? diff --git a/sig/line/bot/v2/manage_audience/model/update_audience_group_description_request.rbs b/sig/line/bot/v2/manage_audience/model/update_audience_group_description_request.rbs index 4da9401d..c7658db6 100644 --- a/sig/line/bot/v2/manage_audience/model/update_audience_group_description_request.rbs +++ b/sig/line/bot/v2/manage_audience/model/update_audience_group_description_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rename an audience -# @see https://developers.line.biz/en/reference/messaging-api/#set-description-audience-group module Line module Bot module V2 module ManageAudience + # Rename an audience + # @see https://developers.line.biz/en/reference/messaging-api/#set-description-audience-group class UpdateAudienceGroupDescriptionRequest attr_accessor description: String? diff --git a/sig/line/bot/v2/messaging_api/model/action.rbs b/sig/line/bot/v2/messaging_api/model/action.rbs index 36d52dd1..1f2adf0e 100644 --- a/sig/line/bot/v2/messaging_api/model/action.rbs +++ b/sig/line/bot/v2/messaging_api/model/action.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Action -# @see https://developers.line.biz/en/reference/messaging-api/#action-objects module Line module Bot module V2 module MessagingApi + # Action + # @see https://developers.line.biz/en/reference/messaging-api/#action-objects class Action attr_accessor type: String? attr_accessor label: String? diff --git a/sig/line/bot/v2/messaging_api/model/all_mention_target.rbs b/sig/line/bot/v2/messaging_api/model/all_mention_target.rbs index b1d23400..a5522d3d 100644 --- a/sig/line/bot/v2/messaging_api/model/all_mention_target.rbs +++ b/sig/line/bot/v2/messaging_api/model/all_mention_target.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mentionee-all module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mentionee-all class AllMentionTarget < MentionTarget attr_reader type: String diff --git a/sig/line/bot/v2/messaging_api/model/area_demographic.rbs b/sig/line/bot/v2/messaging_api/model/area_demographic.rbs index c4e953db..043f491d 100644 --- a/sig/line/bot/v2/messaging_api/model/area_demographic.rbs +++ b/sig/line/bot/v2/messaging_api/model/area_demographic.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message class AreaDemographic end diff --git a/sig/line/bot/v2/messaging_api/model/audio_message.rbs b/sig/line/bot/v2/messaging_api/model/audio_message.rbs index 4d28dedf..58884263 100644 --- a/sig/line/bot/v2/messaging_api/model/audio_message.rbs +++ b/sig/line/bot/v2/messaging_api/model/audio_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#audio-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#audio-message class AudioMessage < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/bot_info_response.rbs b/sig/line/bot/v2/messaging_api/model/bot_info_response.rbs index eaa1d57f..adb6be6b 100644 --- a/sig/line/bot/v2/messaging_api/model/bot_info_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/bot_info_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-bot-info module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-bot-info class BotInfoResponse attr_accessor user_id: String attr_accessor basic_id: String diff --git a/sig/line/bot/v2/messaging_api/model/broadcast_request.rbs b/sig/line/bot/v2/messaging_api/model/broadcast_request.rbs index 1a86ca30..a27dbc96 100644 --- a/sig/line/bot/v2/messaging_api/model/broadcast_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/broadcast_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message class BroadcastRequest attr_accessor messages: Array[Message] attr_accessor notification_disabled: bool? diff --git a/sig/line/bot/v2/messaging_api/model/carousel_column.rbs b/sig/line/bot/v2/messaging_api/model/carousel_column.rbs index 4671c47f..b760bd35 100644 --- a/sig/line/bot/v2/messaging_api/model/carousel_column.rbs +++ b/sig/line/bot/v2/messaging_api/model/carousel_column.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Column object for carousel template. module Line module Bot module V2 module MessagingApi + # Column object for carousel template. class CarouselColumn attr_accessor thumbnail_image_url: String? attr_accessor image_background_color: String? diff --git a/sig/line/bot/v2/messaging_api/model/chat_reference.rbs b/sig/line/bot/v2/messaging_api/model/chat_reference.rbs index 8d0862d9..c77ec5b9 100644 --- a/sig/line/bot/v2/messaging_api/model/chat_reference.rbs +++ b/sig/line/bot/v2/messaging_api/model/chat_reference.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Chat reference -# @see https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read module Line module Bot module V2 module MessagingApi + # Chat reference + # @see https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read class ChatReference attr_accessor user_id: String diff --git a/sig/line/bot/v2/messaging_api/model/clipboard_action.rbs b/sig/line/bot/v2/messaging_api/model/clipboard_action.rbs index 7d155e05..934dc279 100644 --- a/sig/line/bot/v2/messaging_api/model/clipboard_action.rbs +++ b/sig/line/bot/v2/messaging_api/model/clipboard_action.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#clipboard-action module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#clipboard-action class ClipboardAction < Action attr_reader type: String? attr_accessor label: String? diff --git a/sig/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rbs b/sig/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rbs index a2596351..c7fc6a05 100644 --- a/sig/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rbs +++ b/sig/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#imagemap-clipboard-action-object module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#imagemap-clipboard-action-object class ClipboardImagemapAction < ImagemapAction attr_reader type: String attr_accessor area: ImagemapArea diff --git a/sig/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rbs b/sig/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rbs index 8e8ddb2c..73e8b8f2 100644 --- a/sig/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias class CreateRichMenuAliasRequest attr_accessor rich_menu_alias_id: String attr_accessor rich_menu_id: String diff --git a/sig/line/bot/v2/messaging_api/model/datetime_picker_action.rbs b/sig/line/bot/v2/messaging_api/model/datetime_picker_action.rbs index ad697f8a..a423a688 100644 --- a/sig/line/bot/v2/messaging_api/model/datetime_picker_action.rbs +++ b/sig/line/bot/v2/messaging_api/model/datetime_picker_action.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#datetime-picker-action module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#datetime-picker-action class DatetimePickerAction < Action attr_reader type: String? attr_accessor label: String? diff --git a/sig/line/bot/v2/messaging_api/model/demographic_filter.rbs b/sig/line/bot/v2/messaging_api/model/demographic_filter.rbs index ddbf50b7..2bcd58a6 100644 --- a/sig/line/bot/v2/messaging_api/model/demographic_filter.rbs +++ b/sig/line/bot/v2/messaging_api/model/demographic_filter.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Demographic filter module Line module Bot module V2 module MessagingApi + # Demographic filter class DemographicFilter attr_accessor type: String? diff --git a/sig/line/bot/v2/messaging_api/model/emoji_substitution_object.rbs b/sig/line/bot/v2/messaging_api/model/emoji_substitution_object.rbs index 3dc5e9f5..5ff1a3ef 100644 --- a/sig/line/bot/v2/messaging_api/model/emoji_substitution_object.rbs +++ b/sig/line/bot/v2/messaging_api/model/emoji_substitution_object.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# An object representing a emoji substitution. -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-emoji-object module Line module Bot module V2 module MessagingApi + # An object representing a emoji substitution. + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-emoji-object class EmojiSubstitutionObject < SubstitutionObject attr_reader type: String attr_accessor product_id: String diff --git a/sig/line/bot/v2/messaging_api/model/error_response.rbs b/sig/line/bot/v2/messaging_api/model/error_response.rbs index f73c6710..467cd09c 100644 --- a/sig/line/bot/v2/messaging_api/model/error_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/error_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#error-responses module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#error-responses class ErrorResponse attr_accessor message: String attr_accessor details: Array[ErrorDetail]? diff --git a/sig/line/bot/v2/messaging_api/model/filter.rbs b/sig/line/bot/v2/messaging_api/model/filter.rbs index 498a9d88..bd119a14 100644 --- a/sig/line/bot/v2/messaging_api/model/filter.rbs +++ b/sig/line/bot/v2/messaging_api/model/filter.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Filter for narrowcast module Line module Bot module V2 module MessagingApi + # Filter for narrowcast class Filter attr_accessor demographic: DemographicFilter? diff --git a/sig/line/bot/v2/messaging_api/model/flex_box_border_width.rbs b/sig/line/bot/v2/messaging_api/model/flex_box_border_width.rbs index 6ff400a1..be19a39a 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_box_border_width.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_box_border_width.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Width of box border. This is only for `borderWidth` in FlexBox. A value of none means that borders are not rendered; the other values are listed in order of increasing width. module Line module Bot module V2 module MessagingApi + # Width of box border. This is only for `borderWidth` in FlexBox. A value of none means that borders are not rendered; the other values are listed in order of increasing width. class FlexBoxBorderWidth end diff --git a/sig/line/bot/v2/messaging_api/model/flex_box_corner_radius.rbs b/sig/line/bot/v2/messaging_api/model/flex_box_corner_radius.rbs index 9dbec51b..75c0674b 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_box_corner_radius.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_box_corner_radius.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Radius at the time of rounding the corners of the box. This is only for `cornerRadius` in FlexBox. A value of none means that corners are not rounded; the other values are listed in order of increasing radius. module Line module Bot module V2 module MessagingApi + # Radius at the time of rounding the corners of the box. This is only for `cornerRadius` in FlexBox. A value of none means that corners are not rounded; the other values are listed in order of increasing radius. class FlexBoxCornerRadius end diff --git a/sig/line/bot/v2/messaging_api/model/flex_box_padding.rbs b/sig/line/bot/v2/messaging_api/model/flex_box_padding.rbs index 79c7ddad..386a96d9 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_box_padding.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_box_padding.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Padding can be specified in pixels, percentage (to the parent box width) or with a keyword. FlexBoxPadding just provides only keywords. module Line module Bot module V2 module MessagingApi + # Padding can be specified in pixels, percentage (to the parent box width) or with a keyword. FlexBoxPadding just provides only keywords. class FlexBoxPadding end diff --git a/sig/line/bot/v2/messaging_api/model/flex_box_spacing.rbs b/sig/line/bot/v2/messaging_api/model/flex_box_spacing.rbs index a4fd572e..1f606a7b 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_box_spacing.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_box_spacing.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can specify the minimum space between two components with the `spacing` property of the parent box component, in pixels or with a keyword. FlexBoxSpacing just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can specify the minimum space between two components with the `spacing` property of the parent box component, in pixels or with a keyword. FlexBoxSpacing just provides only keywords. class FlexBoxSpacing end diff --git a/sig/line/bot/v2/messaging_api/model/flex_icon.rbs b/sig/line/bot/v2/messaging_api/model/flex_icon.rbs index e0288cc9..d59832f8 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_icon.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_icon.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#icon module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#icon class FlexIcon < FlexComponent attr_reader type: String attr_accessor url: String diff --git a/sig/line/bot/v2/messaging_api/model/flex_icon_size.rbs b/sig/line/bot/v2/messaging_api/model/flex_icon_size.rbs index 4bae71a4..be8dfbcd 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_icon_size.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_icon_size.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can set the width of an Flex icon component with the `size` property, in pixels, as a percentage, or with a keyword. FlexIconSize just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can set the width of an Flex icon component with the `size` property, in pixels, as a percentage, or with a keyword. FlexIconSize just provides only keywords. class FlexIconSize end diff --git a/sig/line/bot/v2/messaging_api/model/flex_image.rbs b/sig/line/bot/v2/messaging_api/model/flex_image.rbs index a3e4af4d..8251bc3a 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_image.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_image.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#f-image module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#f-image class FlexImage < FlexComponent attr_reader type: String attr_accessor url: String diff --git a/sig/line/bot/v2/messaging_api/model/flex_image_size.rbs b/sig/line/bot/v2/messaging_api/model/flex_image_size.rbs index 149caa7e..a984b275 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_image_size.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_image_size.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can set the width of an Flex image component with the `size` property, in pixels, as a percentage, or with a keyword. FlexImageSize just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can set the width of an Flex image component with the `size` property, in pixels, as a percentage, or with a keyword. FlexImageSize just provides only keywords. class FlexImageSize end diff --git a/sig/line/bot/v2/messaging_api/model/flex_margin.rbs b/sig/line/bot/v2/messaging_api/model/flex_margin.rbs index 63b89163..b2852611 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_margin.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_margin.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can specify the minimum space before a child component with the `margin` property of the child component, in pixels or with a keyword. FlexMargin just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can specify the minimum space before a child component with the `margin` property of the child component, in pixels or with a keyword. FlexMargin just provides only keywords. class FlexMargin end diff --git a/sig/line/bot/v2/messaging_api/model/flex_message.rbs b/sig/line/bot/v2/messaging_api/model/flex_message.rbs index c99639f8..e8cda8e7 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_message.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#flex-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#flex-message class FlexMessage < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/flex_offset.rbs b/sig/line/bot/v2/messaging_api/model/flex_offset.rbs index 36c36097..83af9272 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_offset.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_offset.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# You can specify the offset of a component with the `offset*` property, in pixels or with a keyword. You can also specify the percentage to the box width for `offsetStart` and `offsetEnd` and to the box height for `offsetTop` and `offsetBottom`. FlexOffset just provides only keywords. module Line module Bot module V2 module MessagingApi + # You can specify the offset of a component with the `offset*` property, in pixels or with a keyword. You can also specify the percentage to the box width for `offsetStart` and `offsetEnd` and to the box height for `offsetTop` and `offsetBottom`. FlexOffset just provides only keywords. class FlexOffset end diff --git a/sig/line/bot/v2/messaging_api/model/flex_span_size.rbs b/sig/line/bot/v2/messaging_api/model/flex_span_size.rbs index 453ebf67..75bc37e5 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_span_size.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_span_size.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Font size in the `size` property of the Flex span component. You can specify the size in pixels or with a keyword. FlexSpanSize just provides only keywords. module Line module Bot module V2 module MessagingApi + # Font size in the `size` property of the Flex span component. You can specify the size in pixels or with a keyword. FlexSpanSize just provides only keywords. class FlexSpanSize end diff --git a/sig/line/bot/v2/messaging_api/model/flex_text_font_size.rbs b/sig/line/bot/v2/messaging_api/model/flex_text_font_size.rbs index 17be9bd7..96ab33b9 100644 --- a/sig/line/bot/v2/messaging_api/model/flex_text_font_size.rbs +++ b/sig/line/bot/v2/messaging_api/model/flex_text_font_size.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Font size in the `size` property of the Flex text component. You can specify the size in pixels or with a keyword. FlexTextFontSize just provides only keywords. module Line module Bot module V2 module MessagingApi + # Font size in the `size` property of the Flex text component. You can specify the size in pixels or with a keyword. FlexTextFontSize just provides only keywords. class FlexTextFontSize end diff --git a/sig/line/bot/v2/messaging_api/model/get_aggregation_unit_name_list_response.rbs b/sig/line/bot/v2/messaging_api/model/get_aggregation_unit_name_list_response.rbs index f8f039c7..aa79c86d 100644 --- a/sig/line/bot/v2/messaging_api/model/get_aggregation_unit_name_list_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/get_aggregation_unit_name_list_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month class GetAggregationUnitNameListResponse attr_accessor custom_aggregation_units: Array[String] attr_accessor _next: String? diff --git a/sig/line/bot/v2/messaging_api/model/get_aggregation_unit_usage_response.rbs b/sig/line/bot/v2/messaging_api/model/get_aggregation_unit_usage_response.rbs index 8450b403..31ff3495 100644 --- a/sig/line/bot/v2/messaging_api/model/get_aggregation_unit_usage_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/get_aggregation_unit_usage_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-units-used-this-month module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-number-of-units-used-this-month class GetAggregationUnitUsageResponse attr_accessor num_of_custom_aggregation_units: Integer diff --git a/sig/line/bot/v2/messaging_api/model/get_followers_response.rbs b/sig/line/bot/v2/messaging_api/model/get_followers_response.rbs index 18fa5abb..ef6224dc 100644 --- a/sig/line/bot/v2/messaging_api/model/get_followers_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/get_followers_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-follower-ids module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-follower-ids class GetFollowersResponse attr_accessor user_ids: Array[String] attr_accessor _next: String? diff --git a/sig/line/bot/v2/messaging_api/model/get_joined_membership_users_response.rbs b/sig/line/bot/v2/messaging_api/model/get_joined_membership_users_response.rbs index 14e99609..c52093f4 100644 --- a/sig/line/bot/v2/messaging_api/model/get_joined_membership_users_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/get_joined_membership_users_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# List of users who have joined the membership -# @see https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids module Line module Bot module V2 module MessagingApi + # List of users who have joined the membership + # @see https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids class GetJoinedMembershipUsersResponse attr_accessor user_ids: Array[String] attr_accessor _next: String? diff --git a/sig/line/bot/v2/messaging_api/model/get_membership_subscription_response.rbs b/sig/line/bot/v2/messaging_api/model/get_membership_subscription_response.rbs index de8dd62d..c9432ec2 100644 --- a/sig/line/bot/v2/messaging_api/model/get_membership_subscription_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/get_membership_subscription_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# A user's membership subscription status -# @see https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status module Line module Bot module V2 module MessagingApi + # A user's membership subscription status + # @see https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status class GetMembershipSubscriptionResponse attr_accessor subscriptions: Array[Subscription] diff --git a/sig/line/bot/v2/messaging_api/model/get_message_content_transcoding_response.rbs b/sig/line/bot/v2/messaging_api/model/get_message_content_transcoding_response.rbs index 89a8e467..b4732de2 100644 --- a/sig/line/bot/v2/messaging_api/model/get_message_content_transcoding_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/get_message_content_transcoding_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Transcoding response -# @see https://developers.line.biz/en/reference/messaging-api/#verify-video-or-audio-preparation-status module Line module Bot module V2 module MessagingApi + # Transcoding response + # @see https://developers.line.biz/en/reference/messaging-api/#verify-video-or-audio-preparation-status class GetMessageContentTranscodingResponse attr_accessor status: 'processing'|'succeeded'|'failed' diff --git a/sig/line/bot/v2/messaging_api/model/get_webhook_endpoint_response.rbs b/sig/line/bot/v2/messaging_api/model/get_webhook_endpoint_response.rbs index 6e13fa0c..b5a042a6 100644 --- a/sig/line/bot/v2/messaging_api/model/get_webhook_endpoint_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/get_webhook_endpoint_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information class GetWebhookEndpointResponse attr_accessor endpoint: String attr_accessor active: bool diff --git a/sig/line/bot/v2/messaging_api/model/group_member_count_response.rbs b/sig/line/bot/v2/messaging_api/model/group_member_count_response.rbs index 63d771e4..386a0c84 100644 --- a/sig/line/bot/v2/messaging_api/model/group_member_count_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/group_member_count_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-members-group-count module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-members-group-count class GroupMemberCountResponse attr_accessor count: Integer diff --git a/sig/line/bot/v2/messaging_api/model/group_summary_response.rbs b/sig/line/bot/v2/messaging_api/model/group_summary_response.rbs index a5189de9..fd0834f5 100644 --- a/sig/line/bot/v2/messaging_api/model/group_summary_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/group_summary_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-group-summary module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-group-summary class GroupSummaryResponse attr_accessor group_id: String attr_accessor group_name: String diff --git a/sig/line/bot/v2/messaging_api/model/group_user_profile_response.rbs b/sig/line/bot/v2/messaging_api/model/group_user_profile_response.rbs index 212ff10f..f0d90da9 100644 --- a/sig/line/bot/v2/messaging_api/model/group_user_profile_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/group_user_profile_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile class GroupUserProfileResponse attr_accessor display_name: String attr_accessor user_id: String diff --git a/sig/line/bot/v2/messaging_api/model/image_message.rbs b/sig/line/bot/v2/messaging_api/model/image_message.rbs index dfd0aec2..f40548de 100644 --- a/sig/line/bot/v2/messaging_api/model/image_message.rbs +++ b/sig/line/bot/v2/messaging_api/model/image_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#image-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#image-message class ImageMessage < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/imagemap_action.rbs b/sig/line/bot/v2/messaging_api/model/imagemap_action.rbs index 4fc63c06..cafc7a2d 100644 --- a/sig/line/bot/v2/messaging_api/model/imagemap_action.rbs +++ b/sig/line/bot/v2/messaging_api/model/imagemap_action.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#imagemap-action-objects module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#imagemap-action-objects class ImagemapAction attr_accessor type: String attr_accessor area: ImagemapArea diff --git a/sig/line/bot/v2/messaging_api/model/imagemap_message.rbs b/sig/line/bot/v2/messaging_api/model/imagemap_message.rbs index a00cef32..165582a9 100644 --- a/sig/line/bot/v2/messaging_api/model/imagemap_message.rbs +++ b/sig/line/bot/v2/messaging_api/model/imagemap_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#imagemap-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#imagemap-message class ImagemapMessage < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/issue_link_token_response.rbs b/sig/line/bot/v2/messaging_api/model/issue_link_token_response.rbs index afb0b27c..e53f18cb 100644 --- a/sig/line/bot/v2/messaging_api/model/issue_link_token_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/issue_link_token_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#issue-link-token module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#issue-link-token class IssueLinkTokenResponse attr_accessor link_token: String diff --git a/sig/line/bot/v2/messaging_api/model/limit.rbs b/sig/line/bot/v2/messaging_api/model/limit.rbs index 842090ec..3ca781c9 100644 --- a/sig/line/bot/v2/messaging_api/model/limit.rbs +++ b/sig/line/bot/v2/messaging_api/model/limit.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Limit of the Narrowcast -# @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message module Line module Bot module V2 module MessagingApi + # Limit of the Narrowcast + # @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message class Limit attr_accessor max: Integer? attr_accessor up_to_remaining_quota: bool? diff --git a/sig/line/bot/v2/messaging_api/model/location_message.rbs b/sig/line/bot/v2/messaging_api/model/location_message.rbs index 34f3da0e..93319cc3 100644 --- a/sig/line/bot/v2/messaging_api/model/location_message.rbs +++ b/sig/line/bot/v2/messaging_api/model/location_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#location-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#location-message class LocationMessage < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rbs b/sig/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rbs index bcb1e177..2704c905 100644 --- a/sig/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read class MarkMessagesAsReadRequest attr_accessor chat: ChatReference diff --git a/sig/line/bot/v2/messaging_api/model/membership_list_response.rbs b/sig/line/bot/v2/messaging_api/model/membership_list_response.rbs index 85d93b54..2c4d44f5 100644 --- a/sig/line/bot/v2/messaging_api/model/membership_list_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/membership_list_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# List of memberships module Line module Bot module V2 module MessagingApi + # List of memberships class MembershipListResponse attr_accessor memberships: Array[Membership] diff --git a/sig/line/bot/v2/messaging_api/model/mention_substitution_object.rbs b/sig/line/bot/v2/messaging_api/model/mention_substitution_object.rbs index d39ec953..1160c095 100644 --- a/sig/line/bot/v2/messaging_api/model/mention_substitution_object.rbs +++ b/sig/line/bot/v2/messaging_api/model/mention_substitution_object.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# An object representing a mention substitution. -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mention-object module Line module Bot module V2 module MessagingApi + # An object representing a mention substitution. + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mention-object class MentionSubstitutionObject < SubstitutionObject attr_reader type: String attr_accessor mentionee: MentionTarget diff --git a/sig/line/bot/v2/messaging_api/model/message.rbs b/sig/line/bot/v2/messaging_api/model/message.rbs index 035d5f2c..757667a7 100644 --- a/sig/line/bot/v2/messaging_api/model/message.rbs +++ b/sig/line/bot/v2/messaging_api/model/message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#message-common-properties module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#message-common-properties class Message attr_accessor type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/message_quota_response.rbs b/sig/line/bot/v2/messaging_api/model/message_quota_response.rbs index fab60b40..2777a6ce 100644 --- a/sig/line/bot/v2/messaging_api/model/message_quota_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/message_quota_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-quota module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-quota class MessageQuotaResponse attr_accessor type: 'none'|'limited' attr_accessor value: Integer? diff --git a/sig/line/bot/v2/messaging_api/model/multicast_request.rbs b/sig/line/bot/v2/messaging_api/model/multicast_request.rbs index ac453b93..db07ecc1 100644 --- a/sig/line/bot/v2/messaging_api/model/multicast_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/multicast_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-multicast-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-multicast-message class MulticastRequest attr_accessor messages: Array[Message] attr_accessor to: Array[String] diff --git a/sig/line/bot/v2/messaging_api/model/narrowcast_progress_response.rbs b/sig/line/bot/v2/messaging_api/model/narrowcast_progress_response.rbs index 29ad6aa0..0150fd42 100644 --- a/sig/line/bot/v2/messaging_api/model/narrowcast_progress_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/narrowcast_progress_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status class NarrowcastProgressResponse attr_accessor phase: 'waiting'|'sending'|'succeeded'|'failed' attr_accessor success_count: Integer? diff --git a/sig/line/bot/v2/messaging_api/model/narrowcast_request.rbs b/sig/line/bot/v2/messaging_api/model/narrowcast_request.rbs index cad5f2cd..f2a2b5e4 100644 --- a/sig/line/bot/v2/messaging_api/model/narrowcast_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/narrowcast_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message class NarrowcastRequest attr_accessor messages: Array[Message] attr_accessor recipient: Recipient? diff --git a/sig/line/bot/v2/messaging_api/model/pnp_messages_request.rbs b/sig/line/bot/v2/messaging_api/model/pnp_messages_request.rbs index 0502babe..2c4bbed6 100644 --- a/sig/line/bot/v2/messaging_api/model/pnp_messages_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/pnp_messages_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message class PnpMessagesRequest attr_accessor messages: Array[Message] attr_accessor to: String diff --git a/sig/line/bot/v2/messaging_api/model/push_message_request.rbs b/sig/line/bot/v2/messaging_api/model/push_message_request.rbs index 2e65887e..5b34e147 100644 --- a/sig/line/bot/v2/messaging_api/model/push_message_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/push_message_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-push-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-push-message class PushMessageRequest attr_accessor to: String attr_accessor messages: Array[Message] diff --git a/sig/line/bot/v2/messaging_api/model/push_message_response.rbs b/sig/line/bot/v2/messaging_api/model/push_message_response.rbs index 42408f9d..1bcfe6d2 100644 --- a/sig/line/bot/v2/messaging_api/model/push_message_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/push_message_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-push-message-response module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-push-message-response class PushMessageResponse attr_accessor sent_messages: Array[SentMessage] diff --git a/sig/line/bot/v2/messaging_api/model/quick_reply.rbs b/sig/line/bot/v2/messaging_api/model/quick_reply.rbs index ef1d7a17..48cedf45 100644 --- a/sig/line/bot/v2/messaging_api/model/quick_reply.rbs +++ b/sig/line/bot/v2/messaging_api/model/quick_reply.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Quick reply -# @see https://developers.line.biz/en/reference/messaging-api/#items-object module Line module Bot module V2 module MessagingApi + # Quick reply + # @see https://developers.line.biz/en/reference/messaging-api/#items-object class QuickReply attr_accessor items: Array[QuickReplyItem]? diff --git a/sig/line/bot/v2/messaging_api/model/quick_reply_item.rbs b/sig/line/bot/v2/messaging_api/model/quick_reply_item.rbs index ae63df8c..e3f57b5e 100644 --- a/sig/line/bot/v2/messaging_api/model/quick_reply_item.rbs +++ b/sig/line/bot/v2/messaging_api/model/quick_reply_item.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#items-object module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#items-object class QuickReplyItem attr_accessor image_url: String? attr_accessor action: Action? diff --git a/sig/line/bot/v2/messaging_api/model/quota_consumption_response.rbs b/sig/line/bot/v2/messaging_api/model/quota_consumption_response.rbs index 01597e6d..71224f68 100644 --- a/sig/line/bot/v2/messaging_api/model/quota_consumption_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/quota_consumption_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-consumption module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-consumption class QuotaConsumptionResponse attr_accessor total_usage: Integer diff --git a/sig/line/bot/v2/messaging_api/model/quota_type.rbs b/sig/line/bot/v2/messaging_api/model/quota_type.rbs index c70781bf..dc1530ef 100644 --- a/sig/line/bot/v2/messaging_api/model/quota_type.rbs +++ b/sig/line/bot/v2/messaging_api/model/quota_type.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# One of the following values to indicate whether a target limit is set or not. -# @see https://developers.line.biz/en/reference/messaging-api/#get-quota module Line module Bot module V2 module MessagingApi + # One of the following values to indicate whether a target limit is set or not. + # @see https://developers.line.biz/en/reference/messaging-api/#get-quota class QuotaType end diff --git a/sig/line/bot/v2/messaging_api/model/recipient.rbs b/sig/line/bot/v2/messaging_api/model/recipient.rbs index 8b5423ea..3a903754 100644 --- a/sig/line/bot/v2/messaging_api/model/recipient.rbs +++ b/sig/line/bot/v2/messaging_api/model/recipient.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Recipient module Line module Bot module V2 module MessagingApi + # Recipient class Recipient attr_accessor type: String? diff --git a/sig/line/bot/v2/messaging_api/model/reply_message_request.rbs b/sig/line/bot/v2/messaging_api/model/reply_message_request.rbs index 5b5cd5e2..e0a4dd9c 100644 --- a/sig/line/bot/v2/messaging_api/model/reply_message_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/reply_message_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-reply-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-reply-message class ReplyMessageRequest attr_accessor reply_token: String attr_accessor messages: Array[Message] diff --git a/sig/line/bot/v2/messaging_api/model/reply_message_response.rbs b/sig/line/bot/v2/messaging_api/model/reply_message_response.rbs index f3ecb0c5..743a3b3a 100644 --- a/sig/line/bot/v2/messaging_api/model/reply_message_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/reply_message_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#send-reply-message-response module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#send-reply-message-response class ReplyMessageResponse attr_accessor sent_messages: Array[SentMessage] diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rbs index b7de99ee..c3288b2a 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-list module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-list class RichMenuAliasListResponse attr_accessor aliases: Array[RichMenuAliasResponse] diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_area.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_area.rbs index 5543de32..6b59bdf4 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_area.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_area.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rich menu area module Line module Bot module V2 module MessagingApi + # Rich menu area class RichMenuArea attr_accessor bounds: RichMenuBounds? attr_accessor action: Action? diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_link_operation.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_link_operation.rbs index 4ab21bdd..760ccc6c 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_link_operation.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_link_operation.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Replace the rich menu with the rich menu specified in the `to` property for all users linked to the rich menu specified in the `from` property. module Line module Bot module V2 module MessagingApi + # Replace the rich menu with the rich menu specified in the `to` property for all users linked to the rich menu specified in the `from` property. class RichMenuBatchLinkOperation < RichMenuBatchOperation attr_reader type: String attr_accessor from: String diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_operation.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_operation.rbs index 4ff97c46..faa8f19c 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_operation.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_operation.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rich menu operation object represents the batch operation to the rich menu linked to the user. -# @see https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users-operations module Line module Bot module V2 module MessagingApi + # Rich menu operation object represents the batch operation to the rich menu linked to the user. + # @see https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users-operations class RichMenuBatchOperation attr_accessor type: String diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_progress_phase.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_progress_phase.rbs index d9f8e6d4..c97fb954 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_progress_phase.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_progress_phase.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# The current status. One of: `ongoing`: Rich menu batch control is in progress. `succeeded`: Rich menu batch control is complete. `failed`: Rich menu batch control failed. This means that the rich menu for one or more users couldn't be controlled. There may also be users whose operations have been successfully completed. module Line module Bot module V2 module MessagingApi + # The current status. One of: `ongoing`: Rich menu batch control is in progress. `succeeded`: Rich menu batch control is complete. `failed`: Rich menu batch control failed. This means that the rich menu for one or more users couldn't be controlled. There may also be users whose operations have been successfully completed. class RichMenuBatchProgressPhase end diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_progress_response.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_progress_response.rbs index 54a3f7dd..6c70d04a 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_progress_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_progress_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status-response module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status-response class RichMenuBatchProgressResponse attr_accessor phase: 'ongoing'|'succeeded'|'failed' attr_accessor accepted_time: String diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_all_operation.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_all_operation.rbs index d271ccc1..cd03964e 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_all_operation.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_all_operation.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Unlink the rich menu from all users linked to the rich menu. module Line module Bot module V2 module MessagingApi + # Unlink the rich menu from all users linked to the rich menu. class RichMenuBatchUnlinkAllOperation < RichMenuBatchOperation attr_reader type: String diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_operation.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_operation.rbs index 5f878e66..e964f54f 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_operation.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_operation.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Unlink the rich menu for all users linked to the rich menu specified in the `from` property. module Line module Bot module V2 module MessagingApi + # Unlink the rich menu for all users linked to the rich menu specified in the `from` property. class RichMenuBatchUnlinkOperation < RichMenuBatchOperation attr_reader type: String attr_accessor from: String diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_bounds.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_bounds.rbs index 38c8cf93..2e378a46 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_bounds.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_bounds.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rich menu bounds -# @see https://developers.line.biz/en/reference/messaging-api/#bounds-object module Line module Bot module V2 module MessagingApi + # Rich menu bounds + # @see https://developers.line.biz/en/reference/messaging-api/#bounds-object class RichMenuBounds attr_accessor x: Integer? attr_accessor y: Integer? diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_bulk_link_request.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_bulk_link_request.rbs index 05fcdc18..e389d21d 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_bulk_link_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_bulk_link_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users class RichMenuBulkLinkRequest attr_accessor rich_menu_id: String attr_accessor user_ids: Array[String] diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_bulk_unlink_request.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_bulk_unlink_request.rbs index 9815f569..a85a857c 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_bulk_unlink_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_bulk_unlink_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users class RichMenuBulkUnlinkRequest attr_accessor user_ids: Array[String] diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_list_response.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_list_response.rbs index 77b8a9bf..a5652332 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_list_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_list_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-list module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-list class RichMenuListResponse attr_accessor richmenus: Array[RichMenuResponse] diff --git a/sig/line/bot/v2/messaging_api/model/rich_menu_size.rbs b/sig/line/bot/v2/messaging_api/model/rich_menu_size.rbs index c85aea86..4e7795fb 100644 --- a/sig/line/bot/v2/messaging_api/model/rich_menu_size.rbs +++ b/sig/line/bot/v2/messaging_api/model/rich_menu_size.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Rich menu size module Line module Bot module V2 module MessagingApi + # Rich menu size class RichMenuSize attr_accessor width: Integer? attr_accessor height: Integer? diff --git a/sig/line/bot/v2/messaging_api/model/room_member_count_response.rbs b/sig/line/bot/v2/messaging_api/model/room_member_count_response.rbs index 8db23417..22ffc4be 100644 --- a/sig/line/bot/v2/messaging_api/model/room_member_count_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/room_member_count_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-members-room-count module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-members-room-count class RoomMemberCountResponse attr_accessor count: Integer diff --git a/sig/line/bot/v2/messaging_api/model/room_user_profile_response.rbs b/sig/line/bot/v2/messaging_api/model/room_user_profile_response.rbs index 74a4b8ab..d03bf013 100644 --- a/sig/line/bot/v2/messaging_api/model/room_user_profile_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/room_user_profile_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile class RoomUserProfileResponse attr_accessor display_name: String attr_accessor user_id: String diff --git a/sig/line/bot/v2/messaging_api/model/sender.rbs b/sig/line/bot/v2/messaging_api/model/sender.rbs index 5d4d1d77..b43c0f6c 100644 --- a/sig/line/bot/v2/messaging_api/model/sender.rbs +++ b/sig/line/bot/v2/messaging_api/model/sender.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Change icon and display name module Line module Bot module V2 module MessagingApi + # Change icon and display name class Sender attr_accessor name: String? attr_accessor icon_url: String? diff --git a/sig/line/bot/v2/messaging_api/model/set_webhook_endpoint_request.rbs b/sig/line/bot/v2/messaging_api/model/set_webhook_endpoint_request.rbs index cb381e31..0761f318 100644 --- a/sig/line/bot/v2/messaging_api/model/set_webhook_endpoint_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/set_webhook_endpoint_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url class SetWebhookEndpointRequest attr_accessor endpoint: String diff --git a/sig/line/bot/v2/messaging_api/model/show_loading_animation_request.rbs b/sig/line/bot/v2/messaging_api/model/show_loading_animation_request.rbs index 86b87366..e0f580f9 100644 --- a/sig/line/bot/v2/messaging_api/model/show_loading_animation_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/show_loading_animation_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator-request-body module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator-request-body class ShowLoadingAnimationRequest attr_accessor chat_id: String attr_accessor loading_seconds: Integer? diff --git a/sig/line/bot/v2/messaging_api/model/sticker_message.rbs b/sig/line/bot/v2/messaging_api/model/sticker_message.rbs index 41e05953..b924d3b3 100644 --- a/sig/line/bot/v2/messaging_api/model/sticker_message.rbs +++ b/sig/line/bot/v2/messaging_api/model/sticker_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#sticker-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#sticker-message class StickerMessage < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/subscribed_membership_plan.rbs b/sig/line/bot/v2/messaging_api/model/subscribed_membership_plan.rbs index 0beffa55..8c870c0b 100644 --- a/sig/line/bot/v2/messaging_api/model/subscribed_membership_plan.rbs +++ b/sig/line/bot/v2/messaging_api/model/subscribed_membership_plan.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Object containing information about the membership plan. module Line module Bot module V2 module MessagingApi + # Object containing information about the membership plan. class SubscribedMembershipPlan attr_accessor membership_id: Integer attr_accessor title: String diff --git a/sig/line/bot/v2/messaging_api/model/subscribed_membership_user.rbs b/sig/line/bot/v2/messaging_api/model/subscribed_membership_user.rbs index 22ecef27..f440f3be 100644 --- a/sig/line/bot/v2/messaging_api/model/subscribed_membership_user.rbs +++ b/sig/line/bot/v2/messaging_api/model/subscribed_membership_user.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Object containing user membership subscription information. module Line module Bot module V2 module MessagingApi + # Object containing user membership subscription information. class SubscribedMembershipUser attr_accessor membership_no: Integer attr_accessor joined_time: Integer diff --git a/sig/line/bot/v2/messaging_api/model/subscription.rbs b/sig/line/bot/v2/messaging_api/model/subscription.rbs index d7322b55..5876a1ca 100644 --- a/sig/line/bot/v2/messaging_api/model/subscription.rbs +++ b/sig/line/bot/v2/messaging_api/model/subscription.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# An array of memberships. module Line module Bot module V2 module MessagingApi + # An array of memberships. class Subscription attr_accessor membership: SubscribedMembershipPlan attr_accessor user: SubscribedMembershipUser diff --git a/sig/line/bot/v2/messaging_api/model/substitution_object.rbs b/sig/line/bot/v2/messaging_api/model/substitution_object.rbs index 9560eba0..c011278f 100644 --- a/sig/line/bot/v2/messaging_api/model/substitution_object.rbs +++ b/sig/line/bot/v2/messaging_api/model/substitution_object.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# An object that defines the replacement value for a placeholder in the text. module Line module Bot module V2 module MessagingApi + # An object that defines the replacement value for a placeholder in the text. class SubstitutionObject attr_accessor type: String diff --git a/sig/line/bot/v2/messaging_api/model/template_image_aspect_ratio.rbs b/sig/line/bot/v2/messaging_api/model/template_image_aspect_ratio.rbs index 22f02869..56b5c374 100644 --- a/sig/line/bot/v2/messaging_api/model/template_image_aspect_ratio.rbs +++ b/sig/line/bot/v2/messaging_api/model/template_image_aspect_ratio.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Aspect ratio of the image. This is only for the `imageAspectRatio` in ButtonsTemplate. Specify one of the following values: `rectangle`: 1.51:1 `square`: 1:1 module Line module Bot module V2 module MessagingApi + # Aspect ratio of the image. This is only for the `imageAspectRatio` in ButtonsTemplate. Specify one of the following values: `rectangle`: 1.51:1 `square`: 1:1 class TemplateImageAspectRatio end diff --git a/sig/line/bot/v2/messaging_api/model/template_image_size.rbs b/sig/line/bot/v2/messaging_api/model/template_image_size.rbs index 825498f5..0eed12b2 100644 --- a/sig/line/bot/v2/messaging_api/model/template_image_size.rbs +++ b/sig/line/bot/v2/messaging_api/model/template_image_size.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Size of the image. This is only for the `imageSize` in ButtonsTemplate. Specify one of the following values: `cover`: The image fills the entire image area. Parts of the image that do not fit in the area are not displayed. `contain`: The entire image is displayed in the image area. A background is displayed in the unused areas to the left and right of vertical images and in the areas above and below horizontal images. module Line module Bot module V2 module MessagingApi + # Size of the image. This is only for the `imageSize` in ButtonsTemplate. Specify one of the following values: `cover`: The image fills the entire image area. Parts of the image that do not fit in the area are not displayed. `contain`: The entire image is displayed in the image area. A background is displayed in the unused areas to the left and right of vertical images and in the areas above and below horizontal images. class TemplateImageSize end diff --git a/sig/line/bot/v2/messaging_api/model/template_message.rbs b/sig/line/bot/v2/messaging_api/model/template_message.rbs index 42e2800b..67222061 100644 --- a/sig/line/bot/v2/messaging_api/model/template_message.rbs +++ b/sig/line/bot/v2/messaging_api/model/template_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#template-messages module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#template-messages class TemplateMessage < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/test_webhook_endpoint_request.rbs b/sig/line/bot/v2/messaging_api/model/test_webhook_endpoint_request.rbs index f6a5c371..d0266c60 100644 --- a/sig/line/bot/v2/messaging_api/model/test_webhook_endpoint_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/test_webhook_endpoint_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint class TestWebhookEndpointRequest attr_accessor endpoint: String? diff --git a/sig/line/bot/v2/messaging_api/model/test_webhook_endpoint_response.rbs b/sig/line/bot/v2/messaging_api/model/test_webhook_endpoint_response.rbs index 76dfb8af..a5c4dea2 100644 --- a/sig/line/bot/v2/messaging_api/model/test_webhook_endpoint_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/test_webhook_endpoint_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint class TestWebhookEndpointResponse attr_accessor success: bool? attr_accessor timestamp: String diff --git a/sig/line/bot/v2/messaging_api/model/text_message.rbs b/sig/line/bot/v2/messaging_api/model/text_message.rbs index c88028c9..2b5ee8f6 100644 --- a/sig/line/bot/v2/messaging_api/model/text_message.rbs +++ b/sig/line/bot/v2/messaging_api/model/text_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#text-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#text-message class TextMessage < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/text_message_v2.rbs b/sig/line/bot/v2/messaging_api/model/text_message_v2.rbs index faf1fc00..8b614ffb 100644 --- a/sig/line/bot/v2/messaging_api/model/text_message_v2.rbs +++ b/sig/line/bot/v2/messaging_api/model/text_message_v2.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2 module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2 class TextMessageV2 < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/messaging_api/model/update_rich_menu_alias_request.rbs b/sig/line/bot/v2/messaging_api/model/update_rich_menu_alias_request.rbs index 553970c8..7ed283d3 100644 --- a/sig/line/bot/v2/messaging_api/model/update_rich_menu_alias_request.rbs +++ b/sig/line/bot/v2/messaging_api/model/update_rich_menu_alias_request.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias class UpdateRichMenuAliasRequest attr_accessor rich_menu_id: String diff --git a/sig/line/bot/v2/messaging_api/model/user_mention_target.rbs b/sig/line/bot/v2/messaging_api/model/user_mention_target.rbs index 7dc0447e..d67faff5 100644 --- a/sig/line/bot/v2/messaging_api/model/user_mention_target.rbs +++ b/sig/line/bot/v2/messaging_api/model/user_mention_target.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mentionee-user module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#text-message-v2-mentionee-user class UserMentionTarget < MentionTarget attr_reader type: String attr_accessor user_id: String diff --git a/sig/line/bot/v2/messaging_api/model/user_profile_response.rbs b/sig/line/bot/v2/messaging_api/model/user_profile_response.rbs index 9540f67d..7a8b4584 100644 --- a/sig/line/bot/v2/messaging_api/model/user_profile_response.rbs +++ b/sig/line/bot/v2/messaging_api/model/user_profile_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#get-profile module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#get-profile class UserProfileResponse attr_accessor display_name: String attr_accessor user_id: String diff --git a/sig/line/bot/v2/messaging_api/model/video_message.rbs b/sig/line/bot/v2/messaging_api/model/video_message.rbs index cedf9e4a..dfb6fccf 100644 --- a/sig/line/bot/v2/messaging_api/model/video_message.rbs +++ b/sig/line/bot/v2/messaging_api/model/video_message.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#video-message module Line module Bot module V2 module MessagingApi + # @see https://developers.line.biz/en/reference/messaging-api/#video-message class VideoMessage < Message attr_reader type: String attr_accessor quick_reply: QuickReply? diff --git a/sig/line/bot/v2/module/model/acquire_chat_control_request.rbs b/sig/line/bot/v2/module/model/acquire_chat_control_request.rbs index 841706e4..28b43007 100644 --- a/sig/line/bot/v2/module/model/acquire_chat_control_request.rbs +++ b/sig/line/bot/v2/module/model/acquire_chat_control_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Request entity of the Acquire Control API -# @see https://developers.line.biz/en/reference/partner-docs/#acquire-control-api module Line module Bot module V2 module Module + # Request entity of the Acquire Control API + # @see https://developers.line.biz/en/reference/partner-docs/#acquire-control-api class AcquireChatControlRequest attr_accessor expired: bool? attr_accessor ttl: Integer? diff --git a/sig/line/bot/v2/module/model/detach_module_request.rbs b/sig/line/bot/v2/module/model/detach_module_request.rbs index ce98a2d5..c7998381 100644 --- a/sig/line/bot/v2/module/model/detach_module_request.rbs +++ b/sig/line/bot/v2/module/model/detach_module_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Unlink (detach) the module channel by the operation of the module channel administrator -# @see https://developers.line.biz/en/reference/partner-docs/#unlink-detach-module-channel-by-operation-mc-admin module Line module Bot module V2 module Module + # Unlink (detach) the module channel by the operation of the module channel administrator + # @see https://developers.line.biz/en/reference/partner-docs/#unlink-detach-module-channel-by-operation-mc-admin class DetachModuleRequest attr_accessor bot_id: String? diff --git a/sig/line/bot/v2/module/model/get_modules_response.rbs b/sig/line/bot/v2/module/model/get_modules_response.rbs index 060ed8d0..ddc07c17 100644 --- a/sig/line/bot/v2/module/model/get_modules_response.rbs +++ b/sig/line/bot/v2/module/model/get_modules_response.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# List of bots to which the module is attached -# @see https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api module Line module Bot module V2 module Module + # List of bots to which the module is attached + # @see https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api class GetModulesResponse attr_accessor bots: Array[ModuleBot] attr_accessor _next: String? diff --git a/sig/line/bot/v2/module/model/module_bot.rbs b/sig/line/bot/v2/module/model/module_bot.rbs index bb28d537..3d6a836d 100644 --- a/sig/line/bot/v2/module/model/module_bot.rbs +++ b/sig/line/bot/v2/module/model/module_bot.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# basic information about the bot. -# @see https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api module Line module Bot module V2 module Module + # basic information about the bot. + # @see https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api class ModuleBot attr_accessor user_id: String attr_accessor basic_id: String diff --git a/sig/line/bot/v2/module_attach/model/attach_module_response.rbs b/sig/line/bot/v2/module_attach/model/attach_module_response.rbs index 03d24ae5..b2379452 100644 --- a/sig/line/bot/v2/module_attach/model/attach_module_response.rbs +++ b/sig/line/bot/v2/module_attach/model/attach_module_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Attach by operation of the module channel provider module Line module Bot module V2 module ModuleAttach + # Attach by operation of the module channel provider class AttachModuleResponse attr_accessor bot_id: String attr_accessor scopes: Array[String] diff --git a/sig/line/bot/v2/shop/model/error_response.rbs b/sig/line/bot/v2/shop/model/error_response.rbs index be1ff0db..95fc956a 100644 --- a/sig/line/bot/v2/shop/model/error_response.rbs +++ b/sig/line/bot/v2/shop/model/error_response.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3 module Line module Bot module V2 module Shop + # @see https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3 class ErrorResponse attr_accessor message: String diff --git a/sig/line/bot/v2/shop/model/mission_sticker_request.rbs b/sig/line/bot/v2/shop/model/mission_sticker_request.rbs index 71f1b964..25c0adca 100644 --- a/sig/line/bot/v2/shop/model/mission_sticker_request.rbs +++ b/sig/line/bot/v2/shop/model/mission_sticker_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Send mission stickers (v3) -# @see https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3 module Line module Bot module V2 module Shop + # Send mission stickers (v3) + # @see https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3 class MissionStickerRequest attr_accessor to: String attr_accessor product_id: String diff --git a/sig/line/bot/v2/webhook/model/account_link_event.rbs b/sig/line/bot/v2/webhook/model/account_link_event.rbs index d855dfe6..39100624 100644 --- a/sig/line/bot/v2/webhook/model/account_link_event.rbs +++ b/sig/line/bot/v2/webhook/model/account_link_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when a user has linked their LINE account with a provider's service account. You can reply to account link events. module Line module Bot module V2 module Webhook + # Event object for when a user has linked their LINE account with a provider's service account. You can reply to account link events. class AccountLinkEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/activated_event.rbs b/sig/line/bot/v2/webhook/model/activated_event.rbs index e2caa08e..2f63d8f2 100644 --- a/sig/line/bot/v2/webhook/model/activated_event.rbs +++ b/sig/line/bot/v2/webhook/model/activated_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# This event indicates that the module channel has been switched to Active Channel by calling the Acquire Control API. Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the module channel has been switched to Active Channel by calling the Acquire Control API. Sent to the webhook URL server of the module channel. class ActivatedEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/all_mentionee.rbs b/sig/line/bot/v2/webhook/model/all_mentionee.rbs index 13e32782..203ec8c5 100644 --- a/sig/line/bot/v2/webhook/model/all_mentionee.rbs +++ b/sig/line/bot/v2/webhook/model/all_mentionee.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Mentioned target is entire group module Line module Bot module V2 module Webhook + # Mentioned target is entire group class AllMentionee < Mentionee attr_reader type: String attr_accessor index: Integer diff --git a/sig/line/bot/v2/webhook/model/beacon_event.rbs b/sig/line/bot/v2/webhook/model/beacon_event.rbs index 9e947fc6..e7e4868d 100644 --- a/sig/line/bot/v2/webhook/model/beacon_event.rbs +++ b/sig/line/bot/v2/webhook/model/beacon_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when a user enters the range of a LINE Beacon. You can reply to beacon events. module Line module Bot module V2 module Webhook + # Event object for when a user enters the range of a LINE Beacon. You can reply to beacon events. class BeaconEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/bot_resumed_event.rbs b/sig/line/bot/v2/webhook/model/bot_resumed_event.rbs index 292af308..c0afb256 100644 --- a/sig/line/bot/v2/webhook/model/bot_resumed_event.rbs +++ b/sig/line/bot/v2/webhook/model/bot_resumed_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# This event indicates that the LINE Official Account has returned from the suspended state. Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the LINE Official Account has returned from the suspended state. Sent to the webhook URL server of the module channel. class BotResumedEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/bot_suspended_event.rbs b/sig/line/bot/v2/webhook/model/bot_suspended_event.rbs index 8e2c7aeb..eff6ec5d 100644 --- a/sig/line/bot/v2/webhook/model/bot_suspended_event.rbs +++ b/sig/line/bot/v2/webhook/model/bot_suspended_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# This event indicates that the LINE Official Account has been suspended (Suspend). Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the LINE Official Account has been suspended (Suspend). Sent to the webhook URL server of the module channel. class BotSuspendedEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/callback_request.rbs b/sig/line/bot/v2/webhook/model/callback_request.rbs index eae438b6..cc97f3b7 100644 --- a/sig/line/bot/v2/webhook/model/callback_request.rbs +++ b/sig/line/bot/v2/webhook/model/callback_request.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# The request body contains a JSON object with the user ID of a bot that should receive webhook events and an array of webhook event objects. -# @see https://developers.line.biz/en/reference/messaging-api/#request-body module Line module Bot module V2 module Webhook + # The request body contains a JSON object with the user ID of a bot that should receive webhook events and an array of webhook event objects. + # @see https://developers.line.biz/en/reference/messaging-api/#request-body class CallbackRequest attr_accessor destination: String attr_accessor events: Array[Event] diff --git a/sig/line/bot/v2/webhook/model/content_provider.rbs b/sig/line/bot/v2/webhook/model/content_provider.rbs index d843b381..ceba33ab 100644 --- a/sig/line/bot/v2/webhook/model/content_provider.rbs +++ b/sig/line/bot/v2/webhook/model/content_provider.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Provider of the media file. module Line module Bot module V2 module Webhook + # Provider of the media file. class ContentProvider attr_accessor type: 'line'|'external' attr_accessor original_content_url: String? diff --git a/sig/line/bot/v2/webhook/model/deactivated_event.rbs b/sig/line/bot/v2/webhook/model/deactivated_event.rbs index d43d3a73..4a52c5c7 100644 --- a/sig/line/bot/v2/webhook/model/deactivated_event.rbs +++ b/sig/line/bot/v2/webhook/model/deactivated_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# This event indicates that the module channel has been switched to Standby Channel by calling Acquire Control API or Release Control API. Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the module channel has been switched to Standby Channel by calling Acquire Control API or Release Control API. Sent to the webhook URL server of the module channel. class DeactivatedEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/delivery_context.rbs b/sig/line/bot/v2/webhook/model/delivery_context.rbs index d801cea9..b37ee82c 100644 --- a/sig/line/bot/v2/webhook/model/delivery_context.rbs +++ b/sig/line/bot/v2/webhook/model/delivery_context.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# webhook's delivery context information module Line module Bot module V2 module Webhook + # webhook's delivery context information class DeliveryContext attr_accessor is_redelivery: bool diff --git a/sig/line/bot/v2/webhook/model/event.rbs b/sig/line/bot/v2/webhook/model/event.rbs index 403019f4..d5164bf8 100644 --- a/sig/line/bot/v2/webhook/model/event.rbs +++ b/sig/line/bot/v2/webhook/model/event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Webhook event module Line module Bot module V2 module Webhook + # Webhook event class Event attr_accessor type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/event_mode.rbs b/sig/line/bot/v2/webhook/model/event_mode.rbs index 7596a292..05b5d49e 100644 --- a/sig/line/bot/v2/webhook/model/event_mode.rbs +++ b/sig/line/bot/v2/webhook/model/event_mode.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Channel state. module Line module Bot module V2 module Webhook + # Channel state. class EventMode end diff --git a/sig/line/bot/v2/webhook/model/follow_event.rbs b/sig/line/bot/v2/webhook/model/follow_event.rbs index 588077c3..56311648 100644 --- a/sig/line/bot/v2/webhook/model/follow_event.rbs +++ b/sig/line/bot/v2/webhook/model/follow_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when your LINE Official Account is added as a friend (or unblocked). You can reply to follow events. module Line module Bot module V2 module Webhook + # Event object for when your LINE Official Account is added as a friend (or unblocked). You can reply to follow events. class FollowEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/join_event.rbs b/sig/line/bot/v2/webhook/model/join_event.rbs index 5db3d16f..a44c7ef7 100644 --- a/sig/line/bot/v2/webhook/model/join_event.rbs +++ b/sig/line/bot/v2/webhook/model/join_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when your LINE Official Account joins a group chat or multi-person chat. You can reply to join events. module Line module Bot module V2 module Webhook + # Event object for when your LINE Official Account joins a group chat or multi-person chat. You can reply to join events. class JoinEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/leave_event.rbs b/sig/line/bot/v2/webhook/model/leave_event.rbs index 988ce919..6d592e34 100644 --- a/sig/line/bot/v2/webhook/model/leave_event.rbs +++ b/sig/line/bot/v2/webhook/model/leave_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when a user removes your LINE Official Account from a group chat or when your LINE Official Account leaves a group chat or multi-person chat. module Line module Bot module V2 module Webhook + # Event object for when a user removes your LINE Official Account from a group chat or when your LINE Official Account leaves a group chat or multi-person chat. class LeaveEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/link_content.rbs b/sig/line/bot/v2/webhook/model/link_content.rbs index 8bc659af..061335e5 100644 --- a/sig/line/bot/v2/webhook/model/link_content.rbs +++ b/sig/line/bot/v2/webhook/model/link_content.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Content of the account link event. module Line module Bot module V2 module Webhook + # Content of the account link event. class LinkContent attr_accessor result: 'ok'|'failed' attr_accessor nonce: String diff --git a/sig/line/bot/v2/webhook/model/member_joined_event.rbs b/sig/line/bot/v2/webhook/model/member_joined_event.rbs index f16e9e02..636ab80c 100644 --- a/sig/line/bot/v2/webhook/model/member_joined_event.rbs +++ b/sig/line/bot/v2/webhook/model/member_joined_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when a user joins a group chat or multi-person chat that the LINE Official Account is in. module Line module Bot module V2 module Webhook + # Event object for when a user joins a group chat or multi-person chat that the LINE Official Account is in. class MemberJoinedEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/member_left_event.rbs b/sig/line/bot/v2/webhook/model/member_left_event.rbs index a5ddbafd..4f661287 100644 --- a/sig/line/bot/v2/webhook/model/member_left_event.rbs +++ b/sig/line/bot/v2/webhook/model/member_left_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when a user leaves a group chat or multi-person chat that the LINE Official Account is in. module Line module Bot module V2 module Webhook + # Event object for when a user leaves a group chat or multi-person chat that the LINE Official Account is in. class MemberLeftEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/membership_content.rbs b/sig/line/bot/v2/webhook/model/membership_content.rbs index d146affe..065fa9f8 100644 --- a/sig/line/bot/v2/webhook/model/membership_content.rbs +++ b/sig/line/bot/v2/webhook/model/membership_content.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Content of the membership event. module Line module Bot module V2 module Webhook + # Content of the membership event. class MembershipContent attr_accessor type: String diff --git a/sig/line/bot/v2/webhook/model/membership_event.rbs b/sig/line/bot/v2/webhook/model/membership_event.rbs index 471e2a8a..35e3f71f 100644 --- a/sig/line/bot/v2/webhook/model/membership_event.rbs +++ b/sig/line/bot/v2/webhook/model/membership_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# This event indicates that a user has subscribed (joined), unsubscribed (left), or renewed the bot's membership. module Line module Bot module V2 module Webhook + # This event indicates that a user has subscribed (joined), unsubscribed (left), or renewed the bot's membership. class MembershipEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/mentionee.rbs b/sig/line/bot/v2/webhook/model/mentionee.rbs index b1222497..885e7a9d 100644 --- a/sig/line/bot/v2/webhook/model/mentionee.rbs +++ b/sig/line/bot/v2/webhook/model/mentionee.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#wh-text module Line module Bot module V2 module Webhook + # @see https://developers.line.biz/en/reference/messaging-api/#wh-text class Mentionee attr_accessor type: String attr_accessor index: Integer diff --git a/sig/line/bot/v2/webhook/model/message_content.rbs b/sig/line/bot/v2/webhook/model/message_content.rbs index 49f2a796..7ab9d194 100644 --- a/sig/line/bot/v2/webhook/model/message_content.rbs +++ b/sig/line/bot/v2/webhook/model/message_content.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#message-event module Line module Bot module V2 module Webhook + # @see https://developers.line.biz/en/reference/messaging-api/#message-event class MessageContent attr_accessor type: String attr_accessor id: String diff --git a/sig/line/bot/v2/webhook/model/message_event.rbs b/sig/line/bot/v2/webhook/model/message_event.rbs index 03e9dd50..d69757d9 100644 --- a/sig/line/bot/v2/webhook/model/message_event.rbs +++ b/sig/line/bot/v2/webhook/model/message_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Webhook event object which contains the sent message. module Line module Bot module V2 module Webhook + # Webhook event object which contains the sent message. class MessageEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/module_event.rbs b/sig/line/bot/v2/webhook/model/module_event.rbs index 489a755c..88909896 100644 --- a/sig/line/bot/v2/webhook/model/module_event.rbs +++ b/sig/line/bot/v2/webhook/model/module_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# This event indicates that the module channel has been attached to the LINE Official Account. Sent to the webhook URL server of the module channel. module Line module Bot module V2 module Webhook + # This event indicates that the module channel has been attached to the LINE Official Account. Sent to the webhook URL server of the module channel. class ModuleEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/pnp_delivery.rbs b/sig/line/bot/v2/webhook/model/pnp_delivery.rbs index 11e58d74..74a434f6 100644 --- a/sig/line/bot/v2/webhook/model/pnp_delivery.rbs +++ b/sig/line/bot/v2/webhook/model/pnp_delivery.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# A delivery object containing a hashed phone number string or a string specified by `X-Line-Delivery-Tag` header module Line module Bot module V2 module Webhook + # A delivery object containing a hashed phone number string or a string specified by `X-Line-Delivery-Tag` header class PnpDelivery attr_accessor data: String diff --git a/sig/line/bot/v2/webhook/model/pnp_delivery_completion_event.rbs b/sig/line/bot/v2/webhook/model/pnp_delivery_completion_event.rbs index 87854664..b6008500 100644 --- a/sig/line/bot/v2/webhook/model/pnp_delivery_completion_event.rbs +++ b/sig/line/bot/v2/webhook/model/pnp_delivery_completion_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# When a request is made to the LINE notification messages API and delivery of the LINE notification message to the user is completed, a dedicated webhook event (delivery completion event) is sent from the LINE Platform to the webhook URL of the bot server. module Line module Bot module V2 module Webhook + # When a request is made to the LINE notification messages API and delivery of the LINE notification message to the user is completed, a dedicated webhook event (delivery completion event) is sent from the LINE Platform to the webhook URL of the bot server. class PnpDeliveryCompletionEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/postback_event.rbs b/sig/line/bot/v2/webhook/model/postback_event.rbs index 56defb01..d93cadb6 100644 --- a/sig/line/bot/v2/webhook/model/postback_event.rbs +++ b/sig/line/bot/v2/webhook/model/postback_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when a user performs a postback action which initiates a postback. You can reply to postback events. module Line module Bot module V2 module Webhook + # Event object for when a user performs a postback action which initiates a postback. You can reply to postback events. class PostbackEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/scenario_result.rbs b/sig/line/bot/v2/webhook/model/scenario_result.rbs index cff8d57c..ccdc8db6 100644 --- a/sig/line/bot/v2/webhook/model/scenario_result.rbs +++ b/sig/line/bot/v2/webhook/model/scenario_result.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#scenario-result-event module Line module Bot module V2 module Webhook + # @see https://developers.line.biz/en/reference/messaging-api/#scenario-result-event class ScenarioResult attr_accessor scenario_id: String? attr_accessor revision: Integer? diff --git a/sig/line/bot/v2/webhook/model/source.rbs b/sig/line/bot/v2/webhook/model/source.rbs index 86110557..5044b26a 100644 --- a/sig/line/bot/v2/webhook/model/source.rbs +++ b/sig/line/bot/v2/webhook/model/source.rbs @@ -7,12 +7,12 @@ # https://openapi-generator.tech # Do not edit the class manually. -# the source of the event. -# @see https://developers.line.biz/en/reference/messaging-api/#source-user module Line module Bot module V2 module Webhook + # the source of the event. + # @see https://developers.line.biz/en/reference/messaging-api/#source-user class Source attr_accessor type: String? diff --git a/sig/line/bot/v2/webhook/model/sticker_message_content.rbs b/sig/line/bot/v2/webhook/model/sticker_message_content.rbs index 6154facc..9ba34a1b 100644 --- a/sig/line/bot/v2/webhook/model/sticker_message_content.rbs +++ b/sig/line/bot/v2/webhook/model/sticker_message_content.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# @see https://developers.line.biz/en/reference/messaging-api/#wh-sticker module Line module Bot module V2 module Webhook + # @see https://developers.line.biz/en/reference/messaging-api/#wh-sticker class StickerMessageContent < MessageContent attr_reader type: String attr_accessor id: String diff --git a/sig/line/bot/v2/webhook/model/things_event.rbs b/sig/line/bot/v2/webhook/model/things_event.rbs index 519f1034..be616879 100644 --- a/sig/line/bot/v2/webhook/model/things_event.rbs +++ b/sig/line/bot/v2/webhook/model/things_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Indicates that a user linked a device with LINE. module Line module Bot module V2 module Webhook + # Indicates that a user linked a device with LINE. class ThingsEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/unfollow_event.rbs b/sig/line/bot/v2/webhook/model/unfollow_event.rbs index 3cacbd5a..e688d978 100644 --- a/sig/line/bot/v2/webhook/model/unfollow_event.rbs +++ b/sig/line/bot/v2/webhook/model/unfollow_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when your LINE Official Account is blocked. module Line module Bot module V2 module Webhook + # Event object for when your LINE Official Account is blocked. class UnfollowEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/unsend_event.rbs b/sig/line/bot/v2/webhook/model/unsend_event.rbs index 2f535e2d..fdc13988 100644 --- a/sig/line/bot/v2/webhook/model/unsend_event.rbs +++ b/sig/line/bot/v2/webhook/model/unsend_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event object for when the user unsends a message. module Line module Bot module V2 module Webhook + # Event object for when the user unsends a message. class UnsendEvent < Event attr_reader type: String attr_accessor source: Source? diff --git a/sig/line/bot/v2/webhook/model/user_mentionee.rbs b/sig/line/bot/v2/webhook/model/user_mentionee.rbs index 71f4b3e2..1238a110 100644 --- a/sig/line/bot/v2/webhook/model/user_mentionee.rbs +++ b/sig/line/bot/v2/webhook/model/user_mentionee.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Mentioned target is user module Line module Bot module V2 module Webhook + # Mentioned target is user class UserMentionee < Mentionee attr_reader type: String attr_accessor index: Integer diff --git a/sig/line/bot/v2/webhook/model/video_play_complete_event.rbs b/sig/line/bot/v2/webhook/model/video_play_complete_event.rbs index c4832c8a..83b57eb1 100644 --- a/sig/line/bot/v2/webhook/model/video_play_complete_event.rbs +++ b/sig/line/bot/v2/webhook/model/video_play_complete_event.rbs @@ -7,11 +7,11 @@ # https://openapi-generator.tech # Do not edit the class manually. -# Event for when a user finishes viewing a video at least once with the specified trackingId sent by the LINE Official Account. module Line module Bot module V2 module Webhook + # Event for when a user finishes viewing a video at least once with the specified trackingId sent by the LINE Official Account. class VideoPlayCompleteEvent < Event attr_reader type: String attr_accessor source: Source?