teleswagger 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/LICENSE +201 -0
- data/README.md +88 -74
- data/docs/AnswerCallbackQueryBody.md +12 -0
- data/docs/AttachmentsApi.md +166 -3
- data/docs/CallbacksApi.md +6 -18
- data/docs/Chat.md +2 -0
- data/docs/ChatsApi.md +112 -9
- data/docs/EditMessageCaptionBody.md +1 -0
- data/docs/EditMessageLiveLocationBody.md +13 -0
- data/docs/GamesApi.md +5 -5
- data/docs/GetUpdatesBody.md +11 -0
- data/docs/InlineApi.md +1 -1
- data/docs/InlineQueryResultAudio.md +1 -0
- data/docs/InlineQueryResultCachedAudio.md +1 -0
- data/docs/InlineQueryResultCachedDocument.md +1 -0
- data/docs/InlineQueryResultCachedGif.md +1 -0
- data/docs/InlineQueryResultCachedMpeg4Gif.md +1 -0
- data/docs/InlineQueryResultCachedPhoto.md +1 -0
- data/docs/InlineQueryResultCachedVideo.md +1 -0
- data/docs/InlineQueryResultCachedVoice.md +1 -0
- data/docs/InlineQueryResultDocument.md +1 -0
- data/docs/InlineQueryResultGif.md +1 -0
- data/docs/InlineQueryResultLocation.md +1 -0
- data/docs/InlineQueryResultMpeg4Gif.md +1 -0
- data/docs/InlineQueryResultPhoto.md +1 -0
- data/docs/InlineQueryResultVideo.md +1 -0
- data/docs/InlineQueryResultVoice.md +1 -0
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +1 -1
- data/docs/InputLocationMessageContent.md +1 -0
- data/docs/InputMediaPhoto.md +11 -0
- data/docs/InputMediaVideo.md +15 -0
- data/docs/Message.md +3 -0
- data/docs/MessagesApi.md +7 -7
- data/docs/PaymentsApi.md +1 -1
- data/docs/ReplyKeyboardMarkup.md +1 -1
- data/docs/SendInvoiceBody.md +1 -0
- data/docs/SendLocationBody.md +1 -0
- data/docs/SendMediaGroupLinkBody.md +11 -0
- data/docs/StickersApi.md +3 -3
- data/docs/StopMessageLiveLocationBody.md +11 -0
- data/docs/UpdatesApi.md +4 -8
- data/docs/UsersApi.md +5 -5
- data/git_push.sh +67 -0
- data/lib/teleswagger.rb +20 -2
- data/lib/teleswagger/api/attachments_api.rb +367 -158
- data/lib/teleswagger/api/callbacks_api.rb +29 -47
- data/lib/teleswagger/api/chats_api.rb +316 -192
- data/lib/teleswagger/api/games_api.rb +46 -35
- data/lib/teleswagger/api/inline_api.rb +21 -8
- data/lib/teleswagger/api/messages_api.rb +84 -71
- data/lib/teleswagger/api/payments_api.rb +39 -26
- data/lib/teleswagger/api/stickers_api.rb +107 -116
- data/lib/teleswagger/api/updates_api.rb +50 -39
- data/lib/teleswagger/api/users_api.rb +36 -23
- data/lib/teleswagger/api_client.rb +45 -55
- data/lib/teleswagger/api_error.rb +18 -9
- data/lib/teleswagger/configuration.rb +13 -8
- data/lib/teleswagger/models/add_sticker_to_set_link_body.rb +16 -21
- data/lib/teleswagger/models/allowed_update.rb +15 -2
- data/lib/teleswagger/models/animation.rb +16 -9
- data/lib/teleswagger/models/answer_callback_query_body.rb +235 -0
- data/lib/teleswagger/models/answer_inline_query_body.rb +16 -13
- data/lib/teleswagger/models/answer_shipping_query_body.rb +16 -13
- data/lib/teleswagger/models/audio.rb +16 -5
- data/lib/teleswagger/models/callback_game.rb +16 -5
- data/lib/teleswagger/models/callback_query.rb +16 -5
- data/lib/teleswagger/models/chat.rb +38 -17
- data/lib/teleswagger/models/chat_member.rb +16 -13
- data/lib/teleswagger/models/chat_photo.rb +16 -5
- data/lib/teleswagger/models/chosen_inline_result.rb +16 -17
- data/lib/teleswagger/models/contact.rb +16 -5
- data/lib/teleswagger/models/create_new_sticker_set_link_body.rb +16 -25
- data/lib/teleswagger/models/document.rb +16 -5
- data/lib/teleswagger/models/edit_message_caption_body.rb +26 -6
- data/lib/teleswagger/models/edit_message_live_location_body.rb +246 -0
- data/lib/teleswagger/models/edit_message_reply_markup_body.rb +16 -5
- data/lib/teleswagger/models/edit_message_text_body.rb +16 -9
- data/lib/teleswagger/models/error.rb +16 -5
- data/lib/teleswagger/models/file.rb +16 -5
- data/lib/teleswagger/models/force_reply.rb +16 -5
- data/lib/teleswagger/models/game.rb +16 -17
- data/lib/teleswagger/models/game_high_score.rb +16 -5
- data/lib/teleswagger/models/get_updates_body.rb +228 -0
- data/lib/teleswagger/models/inline_keyboard_button.rb +16 -5
- data/lib/teleswagger/models/inline_keyboard_markup.rb +16 -5
- data/lib/teleswagger/models/inline_query.rb +16 -5
- data/lib/teleswagger/models/inline_query_result_article.rb +16 -21
- data/lib/teleswagger/models/inline_query_result_audio.rb +26 -22
- data/lib/teleswagger/models/inline_query_result_cached_audio.rb +26 -18
- data/lib/teleswagger/models/inline_query_result_cached_document.rb +26 -18
- data/lib/teleswagger/models/inline_query_result_cached_gif.rb +26 -18
- data/lib/teleswagger/models/inline_query_result_cached_mpeg4_gif.rb +26 -18
- data/lib/teleswagger/models/inline_query_result_cached_photo.rb +26 -18
- data/lib/teleswagger/models/inline_query_result_cached_sticker.rb +16 -17
- data/lib/teleswagger/models/inline_query_result_cached_video.rb +26 -18
- data/lib/teleswagger/models/inline_query_result_cached_voice.rb +26 -18
- data/lib/teleswagger/models/inline_query_result_contact.rb +16 -21
- data/lib/teleswagger/models/inline_query_result_document.rb +26 -26
- data/lib/teleswagger/models/inline_query_result_game.rb +16 -17
- data/lib/teleswagger/models/inline_query_result_gif.rb +26 -22
- data/lib/teleswagger/models/inline_query_result_location.rb +50 -24
- data/lib/teleswagger/models/inline_query_result_mpeg4_gif.rb +26 -22
- data/lib/teleswagger/models/inline_query_result_photo.rb +26 -22
- data/lib/teleswagger/models/inline_query_result_venue.rb +16 -29
- data/lib/teleswagger/models/inline_query_result_video.rb +26 -30
- data/lib/teleswagger/models/inline_query_result_voice.rb +26 -22
- data/lib/teleswagger/models/inline_response_200.rb +17 -6
- data/lib/teleswagger/models/inline_response_200_1.rb +17 -6
- data/lib/teleswagger/models/inline_response_200_2.rb +20 -7
- data/lib/teleswagger/models/inline_response_200_3.rb +17 -6
- data/lib/teleswagger/models/inline_response_200_4.rb +18 -9
- data/lib/teleswagger/models/inline_response_200_5.rb +17 -6
- data/lib/teleswagger/models/inline_response_200_6.rb +17 -6
- data/lib/teleswagger/models/inline_response_200_7.rb +17 -6
- data/lib/teleswagger/models/inline_response_200_8.rb +17 -6
- data/lib/teleswagger/models/inline_response_200_9.rb +17 -6
- data/lib/teleswagger/models/inline_type.rb +13 -2
- data/lib/teleswagger/models/input_contact_message_content.rb +16 -13
- data/lib/teleswagger/models/input_location_message_content.rb +51 -13
- data/lib/teleswagger/models/input_media_photo.rb +228 -0
- data/lib/teleswagger/models/input_media_video.rb +264 -0
- data/lib/teleswagger/models/input_text_message_content.rb +16 -9
- data/lib/teleswagger/models/input_venue_message_content.rb +16 -21
- data/lib/teleswagger/models/invoice.rb +16 -5
- data/lib/teleswagger/models/keyboard_button.rb +16 -5
- data/lib/teleswagger/models/labeled_price.rb +16 -5
- data/lib/teleswagger/models/location.rb +16 -5
- data/lib/teleswagger/models/mask_position.rb +16 -5
- data/lib/teleswagger/models/message.rb +49 -9
- data/lib/teleswagger/models/message_entity.rb +16 -5
- data/lib/teleswagger/models/order_info.rb +16 -5
- data/lib/teleswagger/models/parse_mode.rb +13 -2
- data/lib/teleswagger/models/photo_size.rb +16 -5
- data/lib/teleswagger/models/pre_checkout_query.rb +16 -5
- data/lib/teleswagger/models/promote_chat_member_body.rb +16 -13
- data/lib/teleswagger/models/reply_keyboard_markup.rb +17 -6
- data/lib/teleswagger/models/reply_keyboard_remove.rb +16 -5
- data/lib/teleswagger/models/response_bool.rb +16 -5
- data/lib/teleswagger/models/response_message.rb +16 -5
- data/lib/teleswagger/models/response_parameters.rb +16 -5
- data/lib/teleswagger/models/response_update.rb +16 -5
- data/lib/teleswagger/models/restrict_chat_member_body.rb +16 -13
- data/lib/teleswagger/models/send_audio_link_body.rb +16 -13
- data/lib/teleswagger/models/send_contact_body.rb +16 -17
- data/lib/teleswagger/models/send_document_link_body.rb +16 -13
- data/lib/teleswagger/models/send_game_body.rb +16 -13
- data/lib/teleswagger/models/send_invoice_body.rb +26 -38
- data/lib/teleswagger/models/send_location_body.rb +50 -16
- data/lib/teleswagger/models/send_media_group_link_body.rb +230 -0
- data/lib/teleswagger/models/send_message_body.rb +16 -13
- data/lib/teleswagger/models/send_photo_link_body.rb +16 -13
- data/lib/teleswagger/models/send_sticker_link_body.rb +16 -13
- data/lib/teleswagger/models/send_venue_body.rb +16 -25
- data/lib/teleswagger/models/send_video_link_body.rb +16 -13
- data/lib/teleswagger/models/send_video_note_link_body.rb +16 -13
- data/lib/teleswagger/models/send_voice_link_body.rb +16 -13
- data/lib/teleswagger/models/shipping_address.rb +16 -5
- data/lib/teleswagger/models/shipping_option.rb +16 -5
- data/lib/teleswagger/models/shipping_query.rb +16 -5
- data/lib/teleswagger/models/sticker.rb +16 -5
- data/lib/teleswagger/models/sticker_set.rb +16 -5
- data/lib/teleswagger/models/stop_message_live_location_body.rb +226 -0
- data/lib/teleswagger/models/successful_payment.rb +16 -5
- data/lib/teleswagger/models/update.rb +16 -5
- data/lib/teleswagger/models/user.rb +16 -5
- data/lib/teleswagger/models/user_profile_photos.rb +16 -5
- data/lib/teleswagger/models/venue.rb +16 -5
- data/lib/teleswagger/models/video.rb +16 -5
- data/lib/teleswagger/models/video_note.rb +16 -5
- data/lib/teleswagger/models/voice.rb +16 -5
- data/lib/teleswagger/models/webhook_info.rb +16 -17
- data/lib/teleswagger/version.rb +15 -4
- data/spec/models/answer_callback_query_body_spec.rb +77 -0
- data/spec/models/edit_message_live_location_body_spec.rb +83 -0
- data/spec/models/get_updates_body_spec.rb +71 -0
- data/spec/models/input_media_photo_spec.rb +71 -0
- data/spec/models/input_media_video_spec.rb +95 -0
- data/spec/models/send_media_group_link_body_spec.rb +71 -0
- data/spec/models/stop_message_live_location_body_spec.rb +71 -0
- data/swagger.yaml +428 -52
- data/teleswagger.gemspec +17 -8
- metadata +45 -14
@@ -3,10 +3,21 @@
|
|
3
3
|
|
4
4
|
#This is a swagger defenition for [Telegram bot API](https://core.telegram.org/bots/api).
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.
|
6
|
+
OpenAPI spec version: 3.6
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
|
9
|
+
|
10
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
11
|
+
you may not use this file except in compliance with the License.
|
12
|
+
You may obtain a copy of the License at
|
13
|
+
|
14
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15
|
+
|
16
|
+
Unless required by applicable law or agreed to in writing, software
|
17
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
18
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19
|
+
See the License for the specific language governing permissions and
|
20
|
+
limitations under the License.
|
10
21
|
|
11
22
|
=end
|
12
23
|
|
@@ -74,18 +85,6 @@ module Teleswagger
|
|
74
85
|
# @return Array for valid properies with the reasons
|
75
86
|
def list_invalid_properties
|
76
87
|
invalid_properties = Array.new
|
77
|
-
if @type.nil?
|
78
|
-
invalid_properties.push("invalid value for 'type', type cannot be nil.")
|
79
|
-
end
|
80
|
-
|
81
|
-
if @id.nil?
|
82
|
-
invalid_properties.push("invalid value for 'id', id cannot be nil.")
|
83
|
-
end
|
84
|
-
|
85
|
-
if @game_short_name.nil?
|
86
|
-
invalid_properties.push("invalid value for 'game_short_name', game_short_name cannot be nil.")
|
87
|
-
end
|
88
|
-
|
89
88
|
return invalid_properties
|
90
89
|
end
|
91
90
|
|
@@ -127,7 +126,7 @@ module Teleswagger
|
|
127
126
|
def build_from_hash(attributes)
|
128
127
|
return nil unless attributes.is_a?(Hash)
|
129
128
|
self.class.swagger_types.each_pair do |key, type|
|
130
|
-
if type =~
|
129
|
+
if type =~ /^Array<(.*)>/i
|
131
130
|
# check to ensure the input is an array given that the the attribute
|
132
131
|
# is documented as an array but the input is not
|
133
132
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
@@ -158,7 +157,7 @@ module Teleswagger
|
|
158
157
|
when :Float
|
159
158
|
value.to_f
|
160
159
|
when :BOOLEAN
|
161
|
-
if value.to_s =~
|
160
|
+
if value.to_s =~ /^(true|t|yes|y|1)$/i
|
162
161
|
true
|
163
162
|
else
|
164
163
|
false
|
@@ -169,7 +168,7 @@ module Teleswagger
|
|
169
168
|
when /\AArray<(?<inner_type>.+)>\z/
|
170
169
|
inner_type = Regexp.last_match[:inner_type]
|
171
170
|
value.map { |v| _deserialize(inner_type, v) }
|
172
|
-
when /\AHash<(?<k_type
|
171
|
+
when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
|
173
172
|
k_type = Regexp.last_match[:k_type]
|
174
173
|
v_type = Regexp.last_match[:v_type]
|
175
174
|
{}.tap do |hash|
|
@@ -3,10 +3,21 @@
|
|
3
3
|
|
4
4
|
#This is a swagger defenition for [Telegram bot API](https://core.telegram.org/bots/api).
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.
|
6
|
+
OpenAPI spec version: 3.6
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
|
9
|
+
|
10
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
11
|
+
you may not use this file except in compliance with the License.
|
12
|
+
You may obtain a copy of the License at
|
13
|
+
|
14
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15
|
+
|
16
|
+
Unless required by applicable law or agreed to in writing, software
|
17
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
18
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19
|
+
See the License for the specific language governing permissions and
|
20
|
+
limitations under the License.
|
10
21
|
|
11
22
|
=end
|
12
23
|
|
@@ -33,6 +44,8 @@ module Teleswagger
|
|
33
44
|
|
34
45
|
attr_accessor :caption
|
35
46
|
|
47
|
+
attr_accessor :parse_mode
|
48
|
+
|
36
49
|
attr_accessor :reply_markup
|
37
50
|
|
38
51
|
attr_accessor :input_message_content
|
@@ -50,6 +63,7 @@ module Teleswagger
|
|
50
63
|
:'thumb_url' => :'thumb_url',
|
51
64
|
:'title' => :'title',
|
52
65
|
:'caption' => :'caption',
|
66
|
+
:'parse_mode' => :'parse_mode',
|
53
67
|
:'reply_markup' => :'reply_markup',
|
54
68
|
:'input_message_content' => :'input_message_content'
|
55
69
|
}
|
@@ -67,6 +81,7 @@ module Teleswagger
|
|
67
81
|
:'thumb_url' => :'String',
|
68
82
|
:'title' => :'String',
|
69
83
|
:'caption' => :'String',
|
84
|
+
:'parse_mode' => :'ParseMode',
|
70
85
|
:'reply_markup' => :'InlineKeyboardMarkup',
|
71
86
|
:'input_message_content' => :'Object'
|
72
87
|
}
|
@@ -116,6 +131,10 @@ module Teleswagger
|
|
116
131
|
self.caption = attributes[:'caption']
|
117
132
|
end
|
118
133
|
|
134
|
+
if attributes.has_key?(:'parse_mode')
|
135
|
+
self.parse_mode = attributes[:'parse_mode']
|
136
|
+
end
|
137
|
+
|
119
138
|
if attributes.has_key?(:'reply_markup')
|
120
139
|
self.reply_markup = attributes[:'reply_markup']
|
121
140
|
end
|
@@ -130,22 +149,6 @@ module Teleswagger
|
|
130
149
|
# @return Array for valid properies with the reasons
|
131
150
|
def list_invalid_properties
|
132
151
|
invalid_properties = Array.new
|
133
|
-
if @type.nil?
|
134
|
-
invalid_properties.push("invalid value for 'type', type cannot be nil.")
|
135
|
-
end
|
136
|
-
|
137
|
-
if @id.nil?
|
138
|
-
invalid_properties.push("invalid value for 'id', id cannot be nil.")
|
139
|
-
end
|
140
|
-
|
141
|
-
if @gif_url.nil?
|
142
|
-
invalid_properties.push("invalid value for 'gif_url', gif_url cannot be nil.")
|
143
|
-
end
|
144
|
-
|
145
|
-
if @thumb_url.nil?
|
146
|
-
invalid_properties.push("invalid value for 'thumb_url', thumb_url cannot be nil.")
|
147
|
-
end
|
148
|
-
|
149
152
|
return invalid_properties
|
150
153
|
end
|
151
154
|
|
@@ -173,6 +176,7 @@ module Teleswagger
|
|
173
176
|
thumb_url == o.thumb_url &&
|
174
177
|
title == o.title &&
|
175
178
|
caption == o.caption &&
|
179
|
+
parse_mode == o.parse_mode &&
|
176
180
|
reply_markup == o.reply_markup &&
|
177
181
|
input_message_content == o.input_message_content
|
178
182
|
end
|
@@ -186,7 +190,7 @@ module Teleswagger
|
|
186
190
|
# Calculates hash code according to all attributes.
|
187
191
|
# @return [Fixnum] Hash code
|
188
192
|
def hash
|
189
|
-
[type, id, gif_url, gif_width, gif_height, gif_duration, thumb_url, title, caption, reply_markup, input_message_content].hash
|
193
|
+
[type, id, gif_url, gif_width, gif_height, gif_duration, thumb_url, title, caption, parse_mode, reply_markup, input_message_content].hash
|
190
194
|
end
|
191
195
|
|
192
196
|
# Builds the object from hash
|
@@ -195,7 +199,7 @@ module Teleswagger
|
|
195
199
|
def build_from_hash(attributes)
|
196
200
|
return nil unless attributes.is_a?(Hash)
|
197
201
|
self.class.swagger_types.each_pair do |key, type|
|
198
|
-
if type =~
|
202
|
+
if type =~ /^Array<(.*)>/i
|
199
203
|
# check to ensure the input is an array given that the the attribute
|
200
204
|
# is documented as an array but the input is not
|
201
205
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
@@ -226,7 +230,7 @@ module Teleswagger
|
|
226
230
|
when :Float
|
227
231
|
value.to_f
|
228
232
|
when :BOOLEAN
|
229
|
-
if value.to_s =~
|
233
|
+
if value.to_s =~ /^(true|t|yes|y|1)$/i
|
230
234
|
true
|
231
235
|
else
|
232
236
|
false
|
@@ -237,7 +241,7 @@ module Teleswagger
|
|
237
241
|
when /\AArray<(?<inner_type>.+)>\z/
|
238
242
|
inner_type = Regexp.last_match[:inner_type]
|
239
243
|
value.map { |v| _deserialize(inner_type, v) }
|
240
|
-
when /\AHash<(?<k_type
|
244
|
+
when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
|
241
245
|
k_type = Regexp.last_match[:k_type]
|
242
246
|
v_type = Regexp.last_match[:v_type]
|
243
247
|
{}.tap do |hash|
|
@@ -3,10 +3,21 @@
|
|
3
3
|
|
4
4
|
#This is a swagger defenition for [Telegram bot API](https://core.telegram.org/bots/api).
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.
|
6
|
+
OpenAPI spec version: 3.6
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
|
9
|
+
|
10
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
11
|
+
you may not use this file except in compliance with the License.
|
12
|
+
You may obtain a copy of the License at
|
13
|
+
|
14
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15
|
+
|
16
|
+
Unless required by applicable law or agreed to in writing, software
|
17
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
18
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19
|
+
See the License for the specific language governing permissions and
|
20
|
+
limitations under the License.
|
10
21
|
|
11
22
|
=end
|
12
23
|
|
@@ -35,6 +46,8 @@ module Teleswagger
|
|
35
46
|
|
36
47
|
attr_accessor :thumb_height
|
37
48
|
|
49
|
+
attr_accessor :live_period
|
50
|
+
|
38
51
|
|
39
52
|
# Attribute mapping from ruby-style variable name to JSON key.
|
40
53
|
def self.attribute_map
|
@@ -48,7 +61,8 @@ module Teleswagger
|
|
48
61
|
:'input_message_content' => :'input_message_content',
|
49
62
|
:'thumb_url' => :'thumb_url',
|
50
63
|
:'thumb_width' => :'thumb_width',
|
51
|
-
:'thumb_height' => :'thumb_height'
|
64
|
+
:'thumb_height' => :'thumb_height',
|
65
|
+
:'live_period' => :'live_period'
|
52
66
|
}
|
53
67
|
end
|
54
68
|
|
@@ -64,7 +78,8 @@ module Teleswagger
|
|
64
78
|
:'input_message_content' => :'Object',
|
65
79
|
:'thumb_url' => :'String',
|
66
80
|
:'thumb_width' => :'Integer',
|
67
|
-
:'thumb_height' => :'Integer'
|
81
|
+
:'thumb_height' => :'Integer',
|
82
|
+
:'live_period' => :'Integer'
|
68
83
|
}
|
69
84
|
end
|
70
85
|
|
@@ -116,30 +131,23 @@ module Teleswagger
|
|
116
131
|
self.thumb_height = attributes[:'thumb_height']
|
117
132
|
end
|
118
133
|
|
134
|
+
if attributes.has_key?(:'live_period')
|
135
|
+
self.live_period = attributes[:'live_period']
|
136
|
+
end
|
137
|
+
|
119
138
|
end
|
120
139
|
|
121
140
|
# Show invalid properties with the reasons. Usually used together with valid?
|
122
141
|
# @return Array for valid properies with the reasons
|
123
142
|
def list_invalid_properties
|
124
143
|
invalid_properties = Array.new
|
125
|
-
if @type.nil?
|
126
|
-
invalid_properties.push("invalid value for 'type', type cannot be nil.")
|
127
|
-
end
|
128
|
-
|
129
|
-
if @id.nil?
|
130
|
-
invalid_properties.push("invalid value for 'id', id cannot be nil.")
|
131
|
-
end
|
132
144
|
|
133
|
-
if
|
134
|
-
invalid_properties.push("invalid value for '
|
145
|
+
if !@live_period.nil? && @live_period > 86400.0
|
146
|
+
invalid_properties.push("invalid value for 'live_period', must be smaller than or equal to 86400.0.")
|
135
147
|
end
|
136
148
|
|
137
|
-
if
|
138
|
-
invalid_properties.push("invalid value for '
|
139
|
-
end
|
140
|
-
|
141
|
-
if @title.nil?
|
142
|
-
invalid_properties.push("invalid value for 'title', title cannot be nil.")
|
149
|
+
if !@live_period.nil? && @live_period < 60.0
|
150
|
+
invalid_properties.push("invalid value for 'live_period', must be greater than or equal to 60.0.")
|
143
151
|
end
|
144
152
|
|
145
153
|
return invalid_properties
|
@@ -153,9 +161,26 @@ module Teleswagger
|
|
153
161
|
return false if @latitude.nil?
|
154
162
|
return false if @longitude.nil?
|
155
163
|
return false if @title.nil?
|
164
|
+
return false if !@live_period.nil? && @live_period > 86400.0
|
165
|
+
return false if !@live_period.nil? && @live_period < 60.0
|
156
166
|
return true
|
157
167
|
end
|
158
168
|
|
169
|
+
# Custom attribute writer method with validation
|
170
|
+
# @param [Object] live_period Value to be assigned
|
171
|
+
def live_period=(live_period)
|
172
|
+
|
173
|
+
if !live_period.nil? && live_period > 86400.0
|
174
|
+
fail ArgumentError, "invalid value for 'live_period', must be smaller than or equal to 86400.0."
|
175
|
+
end
|
176
|
+
|
177
|
+
if !live_period.nil? && live_period < 60.0
|
178
|
+
fail ArgumentError, "invalid value for 'live_period', must be greater than or equal to 60.0."
|
179
|
+
end
|
180
|
+
|
181
|
+
@live_period = live_period
|
182
|
+
end
|
183
|
+
|
159
184
|
# Checks equality by comparing each attribute.
|
160
185
|
# @param [Object] Object to be compared
|
161
186
|
def ==(o)
|
@@ -170,7 +195,8 @@ module Teleswagger
|
|
170
195
|
input_message_content == o.input_message_content &&
|
171
196
|
thumb_url == o.thumb_url &&
|
172
197
|
thumb_width == o.thumb_width &&
|
173
|
-
thumb_height == o.thumb_height
|
198
|
+
thumb_height == o.thumb_height &&
|
199
|
+
live_period == o.live_period
|
174
200
|
end
|
175
201
|
|
176
202
|
# @see the `==` method
|
@@ -182,7 +208,7 @@ module Teleswagger
|
|
182
208
|
# Calculates hash code according to all attributes.
|
183
209
|
# @return [Fixnum] Hash code
|
184
210
|
def hash
|
185
|
-
[type, id, latitude, longitude, title, reply_markup, input_message_content, thumb_url, thumb_width, thumb_height].hash
|
211
|
+
[type, id, latitude, longitude, title, reply_markup, input_message_content, thumb_url, thumb_width, thumb_height, live_period].hash
|
186
212
|
end
|
187
213
|
|
188
214
|
# Builds the object from hash
|
@@ -191,7 +217,7 @@ module Teleswagger
|
|
191
217
|
def build_from_hash(attributes)
|
192
218
|
return nil unless attributes.is_a?(Hash)
|
193
219
|
self.class.swagger_types.each_pair do |key, type|
|
194
|
-
if type =~
|
220
|
+
if type =~ /^Array<(.*)>/i
|
195
221
|
# check to ensure the input is an array given that the the attribute
|
196
222
|
# is documented as an array but the input is not
|
197
223
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
@@ -222,7 +248,7 @@ module Teleswagger
|
|
222
248
|
when :Float
|
223
249
|
value.to_f
|
224
250
|
when :BOOLEAN
|
225
|
-
if value.to_s =~
|
251
|
+
if value.to_s =~ /^(true|t|yes|y|1)$/i
|
226
252
|
true
|
227
253
|
else
|
228
254
|
false
|
@@ -233,7 +259,7 @@ module Teleswagger
|
|
233
259
|
when /\AArray<(?<inner_type>.+)>\z/
|
234
260
|
inner_type = Regexp.last_match[:inner_type]
|
235
261
|
value.map { |v| _deserialize(inner_type, v) }
|
236
|
-
when /\AHash<(?<k_type
|
262
|
+
when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
|
237
263
|
k_type = Regexp.last_match[:k_type]
|
238
264
|
v_type = Regexp.last_match[:v_type]
|
239
265
|
{}.tap do |hash|
|
@@ -3,10 +3,21 @@
|
|
3
3
|
|
4
4
|
#This is a swagger defenition for [Telegram bot API](https://core.telegram.org/bots/api).
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.
|
6
|
+
OpenAPI spec version: 3.6
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
|
9
|
+
|
10
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
11
|
+
you may not use this file except in compliance with the License.
|
12
|
+
You may obtain a copy of the License at
|
13
|
+
|
14
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15
|
+
|
16
|
+
Unless required by applicable law or agreed to in writing, software
|
17
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
18
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19
|
+
See the License for the specific language governing permissions and
|
20
|
+
limitations under the License.
|
10
21
|
|
11
22
|
=end
|
12
23
|
|
@@ -33,6 +44,8 @@ module Teleswagger
|
|
33
44
|
|
34
45
|
attr_accessor :caption
|
35
46
|
|
47
|
+
attr_accessor :parse_mode
|
48
|
+
|
36
49
|
attr_accessor :reply_markup
|
37
50
|
|
38
51
|
attr_accessor :input_message_content
|
@@ -50,6 +63,7 @@ module Teleswagger
|
|
50
63
|
:'thumb_url' => :'thumb_url',
|
51
64
|
:'title' => :'title',
|
52
65
|
:'caption' => :'caption',
|
66
|
+
:'parse_mode' => :'parse_mode',
|
53
67
|
:'reply_markup' => :'reply_markup',
|
54
68
|
:'input_message_content' => :'input_message_content'
|
55
69
|
}
|
@@ -67,6 +81,7 @@ module Teleswagger
|
|
67
81
|
:'thumb_url' => :'String',
|
68
82
|
:'title' => :'String',
|
69
83
|
:'caption' => :'String',
|
84
|
+
:'parse_mode' => :'ParseMode',
|
70
85
|
:'reply_markup' => :'InlineKeyboardMarkup',
|
71
86
|
:'input_message_content' => :'Object'
|
72
87
|
}
|
@@ -116,6 +131,10 @@ module Teleswagger
|
|
116
131
|
self.caption = attributes[:'caption']
|
117
132
|
end
|
118
133
|
|
134
|
+
if attributes.has_key?(:'parse_mode')
|
135
|
+
self.parse_mode = attributes[:'parse_mode']
|
136
|
+
end
|
137
|
+
|
119
138
|
if attributes.has_key?(:'reply_markup')
|
120
139
|
self.reply_markup = attributes[:'reply_markup']
|
121
140
|
end
|
@@ -130,22 +149,6 @@ module Teleswagger
|
|
130
149
|
# @return Array for valid properies with the reasons
|
131
150
|
def list_invalid_properties
|
132
151
|
invalid_properties = Array.new
|
133
|
-
if @type.nil?
|
134
|
-
invalid_properties.push("invalid value for 'type', type cannot be nil.")
|
135
|
-
end
|
136
|
-
|
137
|
-
if @id.nil?
|
138
|
-
invalid_properties.push("invalid value for 'id', id cannot be nil.")
|
139
|
-
end
|
140
|
-
|
141
|
-
if @mpeg4_url.nil?
|
142
|
-
invalid_properties.push("invalid value for 'mpeg4_url', mpeg4_url cannot be nil.")
|
143
|
-
end
|
144
|
-
|
145
|
-
if @thumb_url.nil?
|
146
|
-
invalid_properties.push("invalid value for 'thumb_url', thumb_url cannot be nil.")
|
147
|
-
end
|
148
|
-
|
149
152
|
return invalid_properties
|
150
153
|
end
|
151
154
|
|
@@ -173,6 +176,7 @@ module Teleswagger
|
|
173
176
|
thumb_url == o.thumb_url &&
|
174
177
|
title == o.title &&
|
175
178
|
caption == o.caption &&
|
179
|
+
parse_mode == o.parse_mode &&
|
176
180
|
reply_markup == o.reply_markup &&
|
177
181
|
input_message_content == o.input_message_content
|
178
182
|
end
|
@@ -186,7 +190,7 @@ module Teleswagger
|
|
186
190
|
# Calculates hash code according to all attributes.
|
187
191
|
# @return [Fixnum] Hash code
|
188
192
|
def hash
|
189
|
-
[type, id, mpeg4_url, mpeg4_width, mpeg4_height, mpeg4_duration, thumb_url, title, caption, reply_markup, input_message_content].hash
|
193
|
+
[type, id, mpeg4_url, mpeg4_width, mpeg4_height, mpeg4_duration, thumb_url, title, caption, parse_mode, reply_markup, input_message_content].hash
|
190
194
|
end
|
191
195
|
|
192
196
|
# Builds the object from hash
|
@@ -195,7 +199,7 @@ module Teleswagger
|
|
195
199
|
def build_from_hash(attributes)
|
196
200
|
return nil unless attributes.is_a?(Hash)
|
197
201
|
self.class.swagger_types.each_pair do |key, type|
|
198
|
-
if type =~
|
202
|
+
if type =~ /^Array<(.*)>/i
|
199
203
|
# check to ensure the input is an array given that the the attribute
|
200
204
|
# is documented as an array but the input is not
|
201
205
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
@@ -226,7 +230,7 @@ module Teleswagger
|
|
226
230
|
when :Float
|
227
231
|
value.to_f
|
228
232
|
when :BOOLEAN
|
229
|
-
if value.to_s =~
|
233
|
+
if value.to_s =~ /^(true|t|yes|y|1)$/i
|
230
234
|
true
|
231
235
|
else
|
232
236
|
false
|
@@ -237,7 +241,7 @@ module Teleswagger
|
|
237
241
|
when /\AArray<(?<inner_type>.+)>\z/
|
238
242
|
inner_type = Regexp.last_match[:inner_type]
|
239
243
|
value.map { |v| _deserialize(inner_type, v) }
|
240
|
-
when /\AHash<(?<k_type
|
244
|
+
when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
|
241
245
|
k_type = Regexp.last_match[:k_type]
|
242
246
|
v_type = Regexp.last_match[:v_type]
|
243
247
|
{}.tap do |hash|
|