teleswagger 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (368) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/Gemfile.lock +69 -0
  4. data/README.md +260 -0
  5. data/Rakefile +8 -0
  6. data/config.json +5 -0
  7. data/docs/AddStickerToSetLinkBody.md +12 -0
  8. data/docs/AllowedUpdate.md +7 -0
  9. data/docs/Animation.md +12 -0
  10. data/docs/AnswerInlineQueryBody.md +14 -0
  11. data/docs/AnswerShippingQueryBody.md +11 -0
  12. data/docs/AttachmentsApi.md +1023 -0
  13. data/docs/Audio.md +13 -0
  14. data/docs/CallbackGame.md +7 -0
  15. data/docs/CallbackQuery.md +14 -0
  16. data/docs/CallbacksApi.md +70 -0
  17. data/docs/Chat.md +18 -0
  18. data/docs/ChatMember.md +23 -0
  19. data/docs/ChatPhoto.md +9 -0
  20. data/docs/ChatsApi.md +890 -0
  21. data/docs/ChosenInlineResult.md +12 -0
  22. data/docs/Contact.md +11 -0
  23. data/docs/CreateNewStickerSetLinkBody.md +14 -0
  24. data/docs/Document.md +12 -0
  25. data/docs/EditMessageCaptionBody.md +12 -0
  26. data/docs/EditMessageReplyMarkupBody.md +11 -0
  27. data/docs/EditMessageTextBody.md +14 -0
  28. data/docs/Error.md +10 -0
  29. data/docs/File.md +10 -0
  30. data/docs/ForceReply.md +9 -0
  31. data/docs/Game.md +13 -0
  32. data/docs/GameHighScore.md +10 -0
  33. data/docs/GamesApi.md +182 -0
  34. data/docs/InlineApi.md +59 -0
  35. data/docs/InlineKeyboardButton.md +14 -0
  36. data/docs/InlineKeyboardMarkup.md +8 -0
  37. data/docs/InlineQuery.md +12 -0
  38. data/docs/InlineQueryResultArticle.md +18 -0
  39. data/docs/InlineQueryResultAudio.md +16 -0
  40. data/docs/InlineQueryResultCachedAudio.md +13 -0
  41. data/docs/InlineQueryResultCachedDocument.md +14 -0
  42. data/docs/InlineQueryResultCachedGif.md +14 -0
  43. data/docs/InlineQueryResultCachedMpeg4Gif.md +14 -0
  44. data/docs/InlineQueryResultCachedPhoto.md +15 -0
  45. data/docs/InlineQueryResultCachedSticker.md +12 -0
  46. data/docs/InlineQueryResultCachedVideo.md +15 -0
  47. data/docs/InlineQueryResultCachedVoice.md +14 -0
  48. data/docs/InlineQueryResultContact.md +17 -0
  49. data/docs/InlineQueryResultDocument.md +19 -0
  50. data/docs/InlineQueryResultGame.md +11 -0
  51. data/docs/InlineQueryResultGif.md +18 -0
  52. data/docs/InlineQueryResultLocation.md +17 -0
  53. data/docs/InlineQueryResultMpeg4Gif.md +18 -0
  54. data/docs/InlineQueryResultPhoto.md +17 -0
  55. data/docs/InlineQueryResultVenue.md +19 -0
  56. data/docs/InlineQueryResultVideo.md +20 -0
  57. data/docs/InlineQueryResultVoice.md +15 -0
  58. data/docs/InlineResponse200.md +11 -0
  59. data/docs/InlineResponse2001.md +11 -0
  60. data/docs/InlineResponse2002.md +11 -0
  61. data/docs/InlineResponse2003.md +11 -0
  62. data/docs/InlineResponse2004.md +11 -0
  63. data/docs/InlineResponse2005.md +11 -0
  64. data/docs/InlineResponse2006.md +11 -0
  65. data/docs/InlineResponse2007.md +11 -0
  66. data/docs/InlineResponse2008.md +11 -0
  67. data/docs/InlineResponse2009.md +11 -0
  68. data/docs/InlineType.md +7 -0
  69. data/docs/InputContactMessageContent.md +10 -0
  70. data/docs/InputLocationMessageContent.md +9 -0
  71. data/docs/InputTextMessageContent.md +10 -0
  72. data/docs/InputVenueMessageContent.md +12 -0
  73. data/docs/Invoice.md +12 -0
  74. data/docs/KeyboardButton.md +10 -0
  75. data/docs/LabeledPrice.md +9 -0
  76. data/docs/Location.md +9 -0
  77. data/docs/MaskPosition.md +11 -0
  78. data/docs/Message.md +45 -0
  79. data/docs/MessageEntity.md +12 -0
  80. data/docs/MessagesApi.md +375 -0
  81. data/docs/OrderInfo.md +11 -0
  82. data/docs/ParseMode.md +7 -0
  83. data/docs/PaymentsApi.md +167 -0
  84. data/docs/PhotoSize.md +11 -0
  85. data/docs/PreCheckoutQuery.md +14 -0
  86. data/docs/PromoteChatMemberBody.md +17 -0
  87. data/docs/ReplyKeyboardMarkup.md +11 -0
  88. data/docs/ReplyKeyboardRemove.md +9 -0
  89. data/docs/ResponseBool.md +11 -0
  90. data/docs/ResponseMessage.md +11 -0
  91. data/docs/ResponseParameters.md +9 -0
  92. data/docs/ResponseUpdate.md +11 -0
  93. data/docs/RestrictChatMemberBody.md +14 -0
  94. data/docs/SendAudioLinkBody.md +16 -0
  95. data/docs/SendContactBody.md +14 -0
  96. data/docs/SendDocumentLinkBody.md +13 -0
  97. data/docs/SendGameBody.md +12 -0
  98. data/docs/SendInvoiceBody.md +27 -0
  99. data/docs/SendLocationBody.md +13 -0
  100. data/docs/SendMessageBody.md +14 -0
  101. data/docs/SendPhotoLinkBody.md +13 -0
  102. data/docs/SendStickerLinkBody.md +12 -0
  103. data/docs/SendVenueBody.md +16 -0
  104. data/docs/SendVideoLinkBody.md +16 -0
  105. data/docs/SendVideoNoteLinkBody.md +14 -0
  106. data/docs/SendVoiceLinkBody.md +14 -0
  107. data/docs/ShippingAddress.md +13 -0
  108. data/docs/ShippingOption.md +10 -0
  109. data/docs/ShippingQuery.md +11 -0
  110. data/docs/Sticker.md +15 -0
  111. data/docs/StickerSet.md +11 -0
  112. data/docs/StickersApi.md +498 -0
  113. data/docs/SuccessfulPayment.md +14 -0
  114. data/docs/Update.md +17 -0
  115. data/docs/UpdatesApi.md +205 -0
  116. data/docs/User.md +13 -0
  117. data/docs/UserProfilePhotos.md +9 -0
  118. data/docs/UsersApi.md +111 -0
  119. data/docs/Venue.md +11 -0
  120. data/docs/Video.md +14 -0
  121. data/docs/VideoNote.md +12 -0
  122. data/docs/Voice.md +11 -0
  123. data/docs/WebhookInfo.md +14 -0
  124. data/lib/teleswagger.rb +156 -0
  125. data/lib/teleswagger/api/attachments_api.rb +1243 -0
  126. data/lib/teleswagger/api/callbacks_api.rb +113 -0
  127. data/lib/teleswagger/api/chats_api.rb +1141 -0
  128. data/lib/teleswagger/api/games_api.rb +235 -0
  129. data/lib/teleswagger/api/inline_api.rb +80 -0
  130. data/lib/teleswagger/api/messages_api.rb +460 -0
  131. data/lib/teleswagger/api/payments_api.rb +209 -0
  132. data/lib/teleswagger/api/stickers_api.rb +658 -0
  133. data/lib/teleswagger/api/updates_api.rb +265 -0
  134. data/lib/teleswagger/api/users_api.rb +146 -0
  135. data/lib/teleswagger/api_client.rb +388 -0
  136. data/lib/teleswagger/api_error.rb +38 -0
  137. data/lib/teleswagger/configuration.rb +202 -0
  138. data/lib/teleswagger/models/add_sticker_to_set_link_body.rb +244 -0
  139. data/lib/teleswagger/models/allowed_update.rb +27 -0
  140. data/lib/teleswagger/models/animation.rb +229 -0
  141. data/lib/teleswagger/models/answer_inline_query_body.rb +254 -0
  142. data/lib/teleswagger/models/answer_shipping_query_body.rb +227 -0
  143. data/lib/teleswagger/models/audio.rb +233 -0
  144. data/lib/teleswagger/models/callback_game.rb +179 -0
  145. data/lib/teleswagger/models/callback_query.rb +242 -0
  146. data/lib/teleswagger/models/chat.rb +321 -0
  147. data/lib/teleswagger/models/chat_member.rb +366 -0
  148. data/lib/teleswagger/models/chat_photo.rb +197 -0
  149. data/lib/teleswagger/models/chosen_inline_result.rb +239 -0
  150. data/lib/teleswagger/models/contact.rb +215 -0
  151. data/lib/teleswagger/models/create_new_sticker_set_link_body.rb +267 -0
  152. data/lib/teleswagger/models/document.rb +224 -0
  153. data/lib/teleswagger/models/edit_message_caption_body.rb +224 -0
  154. data/lib/teleswagger/models/edit_message_reply_markup_body.rb +215 -0
  155. data/lib/teleswagger/models/edit_message_text_body.rb +247 -0
  156. data/lib/teleswagger/models/error.rb +206 -0
  157. data/lib/teleswagger/models/file.rb +206 -0
  158. data/lib/teleswagger/models/force_reply.rb +197 -0
  159. data/lib/teleswagger/models/game.rb +252 -0
  160. data/lib/teleswagger/models/game_high_score.rb +206 -0
  161. data/lib/teleswagger/models/inline_keyboard_button.rb +242 -0
  162. data/lib/teleswagger/models/inline_keyboard_markup.rb +190 -0
  163. data/lib/teleswagger/models/inline_query.rb +224 -0
  164. data/lib/teleswagger/models/inline_query_result_article.rb +298 -0
  165. data/lib/teleswagger/models/inline_query_result_audio.rb +280 -0
  166. data/lib/teleswagger/models/inline_query_result_cached_audio.rb +248 -0
  167. data/lib/teleswagger/models/inline_query_result_cached_document.rb +257 -0
  168. data/lib/teleswagger/models/inline_query_result_cached_gif.rb +257 -0
  169. data/lib/teleswagger/models/inline_query_result_cached_mpeg4_gif.rb +257 -0
  170. data/lib/teleswagger/models/inline_query_result_cached_photo.rb +266 -0
  171. data/lib/teleswagger/models/inline_query_result_cached_sticker.rb +239 -0
  172. data/lib/teleswagger/models/inline_query_result_cached_video.rb +266 -0
  173. data/lib/teleswagger/models/inline_query_result_cached_voice.rb +257 -0
  174. data/lib/teleswagger/models/inline_query_result_contact.rb +289 -0
  175. data/lib/teleswagger/models/inline_query_result_document.rb +312 -0
  176. data/lib/teleswagger/models/inline_query_result_game.rb +230 -0
  177. data/lib/teleswagger/models/inline_query_result_gif.rb +298 -0
  178. data/lib/teleswagger/models/inline_query_result_location.rb +294 -0
  179. data/lib/teleswagger/models/inline_query_result_mpeg4_gif.rb +298 -0
  180. data/lib/teleswagger/models/inline_query_result_photo.rb +289 -0
  181. data/lib/teleswagger/models/inline_query_result_venue.rb +317 -0
  182. data/lib/teleswagger/models/inline_query_result_video.rb +326 -0
  183. data/lib/teleswagger/models/inline_query_result_voice.rb +271 -0
  184. data/lib/teleswagger/models/inline_response_200.rb +215 -0
  185. data/lib/teleswagger/models/inline_response_200_1.rb +215 -0
  186. data/lib/teleswagger/models/inline_response_200_2.rb +215 -0
  187. data/lib/teleswagger/models/inline_response_200_3.rb +215 -0
  188. data/lib/teleswagger/models/inline_response_200_4.rb +217 -0
  189. data/lib/teleswagger/models/inline_response_200_5.rb +215 -0
  190. data/lib/teleswagger/models/inline_response_200_6.rb +215 -0
  191. data/lib/teleswagger/models/inline_response_200_7.rb +215 -0
  192. data/lib/teleswagger/models/inline_response_200_8.rb +215 -0
  193. data/lib/teleswagger/models/inline_response_200_9.rb +215 -0
  194. data/lib/teleswagger/models/inline_type.rb +33 -0
  195. data/lib/teleswagger/models/input_contact_message_content.rb +216 -0
  196. data/lib/teleswagger/models/input_location_message_content.rb +207 -0
  197. data/lib/teleswagger/models/input_text_message_content.rb +211 -0
  198. data/lib/teleswagger/models/input_venue_message_content.rb +244 -0
  199. data/lib/teleswagger/models/invoice.rb +224 -0
  200. data/lib/teleswagger/models/keyboard_button.rb +206 -0
  201. data/lib/teleswagger/models/labeled_price.rb +197 -0
  202. data/lib/teleswagger/models/location.rb +197 -0
  203. data/lib/teleswagger/models/mask_position.rb +248 -0
  204. data/lib/teleswagger/models/message.rb +529 -0
  205. data/lib/teleswagger/models/message_entity.rb +257 -0
  206. data/lib/teleswagger/models/order_info.rb +215 -0
  207. data/lib/teleswagger/models/parse_mode.rb +22 -0
  208. data/lib/teleswagger/models/photo_size.rb +215 -0
  209. data/lib/teleswagger/models/pre_checkout_query.rb +242 -0
  210. data/lib/teleswagger/models/promote_chat_member_body.rb +279 -0
  211. data/lib/teleswagger/models/reply_keyboard_markup.rb +217 -0
  212. data/lib/teleswagger/models/reply_keyboard_remove.rb +197 -0
  213. data/lib/teleswagger/models/response_bool.rb +215 -0
  214. data/lib/teleswagger/models/response_message.rb +215 -0
  215. data/lib/teleswagger/models/response_parameters.rb +197 -0
  216. data/lib/teleswagger/models/response_update.rb +217 -0
  217. data/lib/teleswagger/models/restrict_chat_member_body.rb +252 -0
  218. data/lib/teleswagger/models/send_audio_link_body.rb +270 -0
  219. data/lib/teleswagger/models/send_contact_body.rb +257 -0
  220. data/lib/teleswagger/models/send_document_link_body.rb +243 -0
  221. data/lib/teleswagger/models/send_game_body.rb +234 -0
  222. data/lib/teleswagger/models/send_invoice_body.rb +401 -0
  223. data/lib/teleswagger/models/send_location_body.rb +248 -0
  224. data/lib/teleswagger/models/send_message_body.rb +252 -0
  225. data/lib/teleswagger/models/send_photo_link_body.rb +243 -0
  226. data/lib/teleswagger/models/send_sticker_link_body.rb +234 -0
  227. data/lib/teleswagger/models/send_venue_body.rb +285 -0
  228. data/lib/teleswagger/models/send_video_link_body.rb +270 -0
  229. data/lib/teleswagger/models/send_video_note_link_body.rb +252 -0
  230. data/lib/teleswagger/models/send_voice_link_body.rb +252 -0
  231. data/lib/teleswagger/models/shipping_address.rb +233 -0
  232. data/lib/teleswagger/models/shipping_option.rb +208 -0
  233. data/lib/teleswagger/models/shipping_query.rb +215 -0
  234. data/lib/teleswagger/models/sticker.rb +251 -0
  235. data/lib/teleswagger/models/sticker_set.rb +217 -0
  236. data/lib/teleswagger/models/successful_payment.rb +242 -0
  237. data/lib/teleswagger/models/update.rb +269 -0
  238. data/lib/teleswagger/models/user.rb +233 -0
  239. data/lib/teleswagger/models/user_profile_photos.rb +199 -0
  240. data/lib/teleswagger/models/venue.rb +215 -0
  241. data/lib/teleswagger/models/video.rb +242 -0
  242. data/lib/teleswagger/models/video_note.rb +224 -0
  243. data/lib/teleswagger/models/voice.rb +215 -0
  244. data/lib/teleswagger/models/webhook_info.rb +259 -0
  245. data/lib/teleswagger/version.rb +15 -0
  246. data/spec/api/attachments_api_spec.rb +311 -0
  247. data/spec/api/callbacks_api_spec.rb +52 -0
  248. data/spec/api/chats_api_spec.rb +266 -0
  249. data/spec/api/games_api_spec.rb +83 -0
  250. data/spec/api/inline_api_spec.rb +48 -0
  251. data/spec/api/messages_api_spec.rb +130 -0
  252. data/spec/api/payments_api_spec.rb +76 -0
  253. data/spec/api/stickers_api_spec.rb +165 -0
  254. data/spec/api/updates_api_spec.rb +89 -0
  255. data/spec/api/users_api_spec.rb +62 -0
  256. data/spec/api_client_spec.rb +226 -0
  257. data/spec/configuration_spec.rb +42 -0
  258. data/spec/models/add_sticker_to_set_link_body_spec.rb +66 -0
  259. data/spec/models/allowed_update_spec.rb +36 -0
  260. data/spec/models/animation_spec.rb +66 -0
  261. data/spec/models/answer_inline_query_body_spec.rb +78 -0
  262. data/spec/models/answer_shipping_query_body_spec.rb +60 -0
  263. data/spec/models/audio_spec.rb +72 -0
  264. data/spec/models/callback_game_spec.rb +36 -0
  265. data/spec/models/callback_query_spec.rb +78 -0
  266. data/spec/models/chat_member_spec.rb +136 -0
  267. data/spec/models/chat_photo_spec.rb +48 -0
  268. data/spec/models/chat_spec.rb +106 -0
  269. data/spec/models/chosen_inline_result_spec.rb +66 -0
  270. data/spec/models/contact_spec.rb +60 -0
  271. data/spec/models/create_new_sticker_set_link_body_spec.rb +78 -0
  272. data/spec/models/document_spec.rb +66 -0
  273. data/spec/models/edit_message_caption_body_spec.rb +66 -0
  274. data/spec/models/edit_message_reply_markup_body_spec.rb +60 -0
  275. data/spec/models/edit_message_text_body_spec.rb +78 -0
  276. data/spec/models/error_spec.rb +54 -0
  277. data/spec/models/file_spec.rb +54 -0
  278. data/spec/models/force_reply_spec.rb +48 -0
  279. data/spec/models/game_high_score_spec.rb +54 -0
  280. data/spec/models/game_spec.rb +72 -0
  281. data/spec/models/inline_keyboard_button_spec.rb +78 -0
  282. data/spec/models/inline_keyboard_markup_spec.rb +42 -0
  283. data/spec/models/inline_query_result_article_spec.rb +102 -0
  284. data/spec/models/inline_query_result_audio_spec.rb +90 -0
  285. data/spec/models/inline_query_result_cached_audio_spec.rb +72 -0
  286. data/spec/models/inline_query_result_cached_document_spec.rb +78 -0
  287. data/spec/models/inline_query_result_cached_gif_spec.rb +78 -0
  288. data/spec/models/inline_query_result_cached_mpeg4_gif_spec.rb +78 -0
  289. data/spec/models/inline_query_result_cached_photo_spec.rb +84 -0
  290. data/spec/models/inline_query_result_cached_sticker_spec.rb +66 -0
  291. data/spec/models/inline_query_result_cached_video_spec.rb +84 -0
  292. data/spec/models/inline_query_result_cached_voice_spec.rb +78 -0
  293. data/spec/models/inline_query_result_contact_spec.rb +96 -0
  294. data/spec/models/inline_query_result_document_spec.rb +108 -0
  295. data/spec/models/inline_query_result_game_spec.rb +60 -0
  296. data/spec/models/inline_query_result_gif_spec.rb +102 -0
  297. data/spec/models/inline_query_result_location_spec.rb +96 -0
  298. data/spec/models/inline_query_result_mpeg4_gif_spec.rb +102 -0
  299. data/spec/models/inline_query_result_photo_spec.rb +96 -0
  300. data/spec/models/inline_query_result_venue_spec.rb +108 -0
  301. data/spec/models/inline_query_result_video_spec.rb +114 -0
  302. data/spec/models/inline_query_result_voice_spec.rb +84 -0
  303. data/spec/models/inline_query_spec.rb +66 -0
  304. data/spec/models/inline_response_200_1_spec.rb +60 -0
  305. data/spec/models/inline_response_200_2_spec.rb +60 -0
  306. data/spec/models/inline_response_200_3_spec.rb +60 -0
  307. data/spec/models/inline_response_200_4_spec.rb +60 -0
  308. data/spec/models/inline_response_200_5_spec.rb +60 -0
  309. data/spec/models/inline_response_200_6_spec.rb +60 -0
  310. data/spec/models/inline_response_200_7_spec.rb +60 -0
  311. data/spec/models/inline_response_200_8_spec.rb +60 -0
  312. data/spec/models/inline_response_200_9_spec.rb +60 -0
  313. data/spec/models/inline_response_200_spec.rb +60 -0
  314. data/spec/models/inline_type_spec.rb +36 -0
  315. data/spec/models/input_contact_message_content_spec.rb +54 -0
  316. data/spec/models/input_location_message_content_spec.rb +48 -0
  317. data/spec/models/input_text_message_content_spec.rb +54 -0
  318. data/spec/models/input_venue_message_content_spec.rb +66 -0
  319. data/spec/models/invoice_spec.rb +66 -0
  320. data/spec/models/keyboard_button_spec.rb +54 -0
  321. data/spec/models/labeled_price_spec.rb +48 -0
  322. data/spec/models/location_spec.rb +48 -0
  323. data/spec/models/mask_position_spec.rb +64 -0
  324. data/spec/models/message_entity_spec.rb +70 -0
  325. data/spec/models/message_spec.rb +264 -0
  326. data/spec/models/order_info_spec.rb +60 -0
  327. data/spec/models/parse_mode_spec.rb +36 -0
  328. data/spec/models/photo_size_spec.rb +60 -0
  329. data/spec/models/pre_checkout_query_spec.rb +78 -0
  330. data/spec/models/promote_chat_member_body_spec.rb +96 -0
  331. data/spec/models/reply_keyboard_markup_spec.rb +60 -0
  332. data/spec/models/reply_keyboard_remove_spec.rb +48 -0
  333. data/spec/models/response_bool_spec.rb +60 -0
  334. data/spec/models/response_message_spec.rb +60 -0
  335. data/spec/models/response_parameters_spec.rb +48 -0
  336. data/spec/models/response_update_spec.rb +60 -0
  337. data/spec/models/restrict_chat_member_body_spec.rb +78 -0
  338. data/spec/models/send_audio_link_body_spec.rb +90 -0
  339. data/spec/models/send_contact_body_spec.rb +78 -0
  340. data/spec/models/send_document_link_body_spec.rb +72 -0
  341. data/spec/models/send_game_body_spec.rb +66 -0
  342. data/spec/models/send_invoice_body_spec.rb +156 -0
  343. data/spec/models/send_location_body_spec.rb +72 -0
  344. data/spec/models/send_message_body_spec.rb +78 -0
  345. data/spec/models/send_photo_link_body_spec.rb +72 -0
  346. data/spec/models/send_sticker_link_body_spec.rb +66 -0
  347. data/spec/models/send_venue_body_spec.rb +90 -0
  348. data/spec/models/send_video_link_body_spec.rb +90 -0
  349. data/spec/models/send_video_note_link_body_spec.rb +78 -0
  350. data/spec/models/send_voice_link_body_spec.rb +78 -0
  351. data/spec/models/shipping_address_spec.rb +72 -0
  352. data/spec/models/shipping_option_spec.rb +54 -0
  353. data/spec/models/shipping_query_spec.rb +60 -0
  354. data/spec/models/sticker_set_spec.rb +60 -0
  355. data/spec/models/sticker_spec.rb +84 -0
  356. data/spec/models/successful_payment_spec.rb +78 -0
  357. data/spec/models/update_spec.rb +96 -0
  358. data/spec/models/user_profile_photos_spec.rb +48 -0
  359. data/spec/models/user_spec.rb +72 -0
  360. data/spec/models/venue_spec.rb +60 -0
  361. data/spec/models/video_note_spec.rb +66 -0
  362. data/spec/models/video_spec.rb +78 -0
  363. data/spec/models/voice_spec.rb +60 -0
  364. data/spec/models/webhook_info_spec.rb +78 -0
  365. data/spec/spec_helper.rb +111 -0
  366. data/swagger.yaml +5202 -0
  367. data/teleswagger.gemspec +46 -0
  368. metadata +709 -0
@@ -0,0 +1,197 @@
1
+ =begin
2
+ #Telegram bot API
3
+
4
+ #This is a swagger defenition for [Telegram bot API](https://core.telegram.org/bots/api).
5
+
6
+ OpenAPI spec version: 3.3
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Teleswagger
16
+
17
+ class Location
18
+ attr_accessor :longitude
19
+
20
+ attr_accessor :latitude
21
+
22
+
23
+ # Attribute mapping from ruby-style variable name to JSON key.
24
+ def self.attribute_map
25
+ {
26
+ :'longitude' => :'longitude',
27
+ :'latitude' => :'latitude'
28
+ }
29
+ end
30
+
31
+ # Attribute type mapping.
32
+ def self.swagger_types
33
+ {
34
+ :'longitude' => :'Float',
35
+ :'latitude' => :'Float'
36
+ }
37
+ end
38
+
39
+ # Initializes the object
40
+ # @param [Hash] attributes Model attributes in the form of hash
41
+ def initialize(attributes = {})
42
+ return unless attributes.is_a?(Hash)
43
+
44
+ # convert string to symbol for hash key
45
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
46
+
47
+ if attributes.has_key?(:'longitude')
48
+ self.longitude = attributes[:'longitude']
49
+ end
50
+
51
+ if attributes.has_key?(:'latitude')
52
+ self.latitude = attributes[:'latitude']
53
+ end
54
+
55
+ end
56
+
57
+ # Show invalid properties with the reasons. Usually used together with valid?
58
+ # @return Array for valid properies with the reasons
59
+ def list_invalid_properties
60
+ invalid_properties = Array.new
61
+ return invalid_properties
62
+ end
63
+
64
+ # Check to see if the all the properties in the model are valid
65
+ # @return true if the model is valid
66
+ def valid?
67
+ return true
68
+ end
69
+
70
+ # Checks equality by comparing each attribute.
71
+ # @param [Object] Object to be compared
72
+ def ==(o)
73
+ return true if self.equal?(o)
74
+ self.class == o.class &&
75
+ longitude == o.longitude &&
76
+ latitude == o.latitude
77
+ end
78
+
79
+ # @see the `==` method
80
+ # @param [Object] Object to be compared
81
+ def eql?(o)
82
+ self == o
83
+ end
84
+
85
+ # Calculates hash code according to all attributes.
86
+ # @return [Fixnum] Hash code
87
+ def hash
88
+ [longitude, latitude].hash
89
+ end
90
+
91
+ # Builds the object from hash
92
+ # @param [Hash] attributes Model attributes in the form of hash
93
+ # @return [Object] Returns the model itself
94
+ def build_from_hash(attributes)
95
+ return nil unless attributes.is_a?(Hash)
96
+ self.class.swagger_types.each_pair do |key, type|
97
+ if type =~ /\AArray<(.*)>/i
98
+ # check to ensure the input is an array given that the the attribute
99
+ # is documented as an array but the input is not
100
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
101
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
102
+ end
103
+ elsif !attributes[self.class.attribute_map[key]].nil?
104
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
105
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
106
+ end
107
+
108
+ self
109
+ end
110
+
111
+ # Deserializes the data based on type
112
+ # @param string type Data type
113
+ # @param string value Value to be deserialized
114
+ # @return [Object] Deserialized data
115
+ def _deserialize(type, value)
116
+ case type.to_sym
117
+ when :DateTime
118
+ DateTime.parse(value)
119
+ when :Date
120
+ Date.parse(value)
121
+ when :String
122
+ value.to_s
123
+ when :Integer
124
+ value.to_i
125
+ when :Float
126
+ value.to_f
127
+ when :BOOLEAN
128
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
129
+ true
130
+ else
131
+ false
132
+ end
133
+ when :Object
134
+ # generic object (usually a Hash), return directly
135
+ value
136
+ when /\AArray<(?<inner_type>.+)>\z/
137
+ inner_type = Regexp.last_match[:inner_type]
138
+ value.map { |v| _deserialize(inner_type, v) }
139
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
140
+ k_type = Regexp.last_match[:k_type]
141
+ v_type = Regexp.last_match[:v_type]
142
+ {}.tap do |hash|
143
+ value.each do |k, v|
144
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
145
+ end
146
+ end
147
+ else # model
148
+ temp_model = Teleswagger.const_get(type).new
149
+ temp_model.build_from_hash(value)
150
+ end
151
+ end
152
+
153
+ # Returns the string representation of the object
154
+ # @return [String] String presentation of the object
155
+ def to_s
156
+ to_hash.to_s
157
+ end
158
+
159
+ # to_body is an alias to to_hash (backward compatibility)
160
+ # @return [Hash] Returns the object in the form of hash
161
+ def to_body
162
+ to_hash
163
+ end
164
+
165
+ # Returns the object in the form of hash
166
+ # @return [Hash] Returns the object in the form of hash
167
+ def to_hash
168
+ hash = {}
169
+ self.class.attribute_map.each_pair do |attr, param|
170
+ value = self.send(attr)
171
+ next if value.nil?
172
+ hash[param] = _to_hash(value)
173
+ end
174
+ hash
175
+ end
176
+
177
+ # Outputs non-array value in the form of hash
178
+ # For object, use to_hash. Otherwise, just return the value
179
+ # @param [Object] value Any valid value
180
+ # @return [Hash] Returns the value in the form of hash
181
+ def _to_hash(value)
182
+ if value.is_a?(Array)
183
+ value.compact.map{ |v| _to_hash(v) }
184
+ elsif value.is_a?(Hash)
185
+ {}.tap do |hash|
186
+ value.each { |k, v| hash[k] = _to_hash(v) }
187
+ end
188
+ elsif value.respond_to? :to_hash
189
+ value.to_hash
190
+ else
191
+ value
192
+ end
193
+ end
194
+
195
+ end
196
+
197
+ end
@@ -0,0 +1,248 @@
1
+ =begin
2
+ #Telegram bot API
3
+
4
+ #This is a swagger defenition for [Telegram bot API](https://core.telegram.org/bots/api).
5
+
6
+ OpenAPI spec version: 3.3
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Teleswagger
16
+
17
+ class MaskPosition
18
+ attr_accessor :point
19
+
20
+ attr_accessor :x_shift
21
+
22
+ attr_accessor :y_shift
23
+
24
+ attr_accessor :zoom
25
+
26
+ class EnumAttributeValidator
27
+ attr_reader :datatype
28
+ attr_reader :allowable_values
29
+
30
+ def initialize(datatype, allowable_values)
31
+ @allowable_values = allowable_values.map do |value|
32
+ case datatype.to_s
33
+ when /Integer/i
34
+ value.to_i
35
+ when /Float/i
36
+ value.to_f
37
+ else
38
+ value
39
+ end
40
+ end
41
+ end
42
+
43
+ def valid?(value)
44
+ !value || allowable_values.include?(value)
45
+ end
46
+ end
47
+
48
+ # Attribute mapping from ruby-style variable name to JSON key.
49
+ def self.attribute_map
50
+ {
51
+ :'point' => :'point',
52
+ :'x_shift' => :'x_shift',
53
+ :'y_shift' => :'y_shift',
54
+ :'zoom' => :'zoom'
55
+ }
56
+ end
57
+
58
+ # Attribute type mapping.
59
+ def self.swagger_types
60
+ {
61
+ :'point' => :'String',
62
+ :'x_shift' => :'Float',
63
+ :'y_shift' => :'Float',
64
+ :'zoom' => :'Float'
65
+ }
66
+ end
67
+
68
+ # Initializes the object
69
+ # @param [Hash] attributes Model attributes in the form of hash
70
+ def initialize(attributes = {})
71
+ return unless attributes.is_a?(Hash)
72
+
73
+ # convert string to symbol for hash key
74
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
75
+
76
+ if attributes.has_key?(:'point')
77
+ self.point = attributes[:'point']
78
+ end
79
+
80
+ if attributes.has_key?(:'x_shift')
81
+ self.x_shift = attributes[:'x_shift']
82
+ end
83
+
84
+ if attributes.has_key?(:'y_shift')
85
+ self.y_shift = attributes[:'y_shift']
86
+ end
87
+
88
+ if attributes.has_key?(:'zoom')
89
+ self.zoom = attributes[:'zoom']
90
+ end
91
+
92
+ end
93
+
94
+ # Show invalid properties with the reasons. Usually used together with valid?
95
+ # @return Array for valid properies with the reasons
96
+ def list_invalid_properties
97
+ invalid_properties = Array.new
98
+ return invalid_properties
99
+ end
100
+
101
+ # Check to see if the all the properties in the model are valid
102
+ # @return true if the model is valid
103
+ def valid?
104
+ point_validator = EnumAttributeValidator.new('String', ["forehead", "eyes", "mouth", "chin"])
105
+ return false unless point_validator.valid?(@point)
106
+ return true
107
+ end
108
+
109
+ # Custom attribute writer method checking allowed values (enum).
110
+ # @param [Object] point Object to be assigned
111
+ def point=(point)
112
+ validator = EnumAttributeValidator.new('String', ["forehead", "eyes", "mouth", "chin"])
113
+ unless validator.valid?(point)
114
+ fail ArgumentError, "invalid value for 'point', must be one of #{validator.allowable_values}."
115
+ end
116
+ @point = point
117
+ end
118
+
119
+ # Checks equality by comparing each attribute.
120
+ # @param [Object] Object to be compared
121
+ def ==(o)
122
+ return true if self.equal?(o)
123
+ self.class == o.class &&
124
+ point == o.point &&
125
+ x_shift == o.x_shift &&
126
+ y_shift == o.y_shift &&
127
+ zoom == o.zoom
128
+ end
129
+
130
+ # @see the `==` method
131
+ # @param [Object] Object to be compared
132
+ def eql?(o)
133
+ self == o
134
+ end
135
+
136
+ # Calculates hash code according to all attributes.
137
+ # @return [Fixnum] Hash code
138
+ def hash
139
+ [point, x_shift, y_shift, zoom].hash
140
+ end
141
+
142
+ # Builds the object from hash
143
+ # @param [Hash] attributes Model attributes in the form of hash
144
+ # @return [Object] Returns the model itself
145
+ def build_from_hash(attributes)
146
+ return nil unless attributes.is_a?(Hash)
147
+ self.class.swagger_types.each_pair do |key, type|
148
+ if type =~ /\AArray<(.*)>/i
149
+ # check to ensure the input is an array given that the the attribute
150
+ # is documented as an array but the input is not
151
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
152
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
153
+ end
154
+ elsif !attributes[self.class.attribute_map[key]].nil?
155
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
156
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
157
+ end
158
+
159
+ self
160
+ end
161
+
162
+ # Deserializes the data based on type
163
+ # @param string type Data type
164
+ # @param string value Value to be deserialized
165
+ # @return [Object] Deserialized data
166
+ def _deserialize(type, value)
167
+ case type.to_sym
168
+ when :DateTime
169
+ DateTime.parse(value)
170
+ when :Date
171
+ Date.parse(value)
172
+ when :String
173
+ value.to_s
174
+ when :Integer
175
+ value.to_i
176
+ when :Float
177
+ value.to_f
178
+ when :BOOLEAN
179
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
180
+ true
181
+ else
182
+ false
183
+ end
184
+ when :Object
185
+ # generic object (usually a Hash), return directly
186
+ value
187
+ when /\AArray<(?<inner_type>.+)>\z/
188
+ inner_type = Regexp.last_match[:inner_type]
189
+ value.map { |v| _deserialize(inner_type, v) }
190
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
191
+ k_type = Regexp.last_match[:k_type]
192
+ v_type = Regexp.last_match[:v_type]
193
+ {}.tap do |hash|
194
+ value.each do |k, v|
195
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
196
+ end
197
+ end
198
+ else # model
199
+ temp_model = Teleswagger.const_get(type).new
200
+ temp_model.build_from_hash(value)
201
+ end
202
+ end
203
+
204
+ # Returns the string representation of the object
205
+ # @return [String] String presentation of the object
206
+ def to_s
207
+ to_hash.to_s
208
+ end
209
+
210
+ # to_body is an alias to to_hash (backward compatibility)
211
+ # @return [Hash] Returns the object in the form of hash
212
+ def to_body
213
+ to_hash
214
+ end
215
+
216
+ # Returns the object in the form of hash
217
+ # @return [Hash] Returns the object in the form of hash
218
+ def to_hash
219
+ hash = {}
220
+ self.class.attribute_map.each_pair do |attr, param|
221
+ value = self.send(attr)
222
+ next if value.nil?
223
+ hash[param] = _to_hash(value)
224
+ end
225
+ hash
226
+ end
227
+
228
+ # Outputs non-array value in the form of hash
229
+ # For object, use to_hash. Otherwise, just return the value
230
+ # @param [Object] value Any valid value
231
+ # @return [Hash] Returns the value in the form of hash
232
+ def _to_hash(value)
233
+ if value.is_a?(Array)
234
+ value.compact.map{ |v| _to_hash(v) }
235
+ elsif value.is_a?(Hash)
236
+ {}.tap do |hash|
237
+ value.each { |k, v| hash[k] = _to_hash(v) }
238
+ end
239
+ elsif value.respond_to? :to_hash
240
+ value.to_hash
241
+ else
242
+ value
243
+ end
244
+ end
245
+
246
+ end
247
+
248
+ end
@@ -0,0 +1,529 @@
1
+ =begin
2
+ #Telegram bot API
3
+
4
+ #This is a swagger defenition for [Telegram bot API](https://core.telegram.org/bots/api).
5
+
6
+ OpenAPI spec version: 3.3
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module Teleswagger
16
+
17
+ class Message
18
+ attr_accessor :message_id
19
+
20
+ attr_accessor :from
21
+
22
+ attr_accessor :date
23
+
24
+ attr_accessor :chat
25
+
26
+ attr_accessor :forward_from
27
+
28
+ attr_accessor :forward_from_chat
29
+
30
+ attr_accessor :forward_from_message_id
31
+
32
+ attr_accessor :forward_date
33
+
34
+ attr_accessor :reply_to_message
35
+
36
+ attr_accessor :edit_date
37
+
38
+ attr_accessor :text
39
+
40
+ attr_accessor :entities
41
+
42
+ attr_accessor :audio
43
+
44
+ attr_accessor :document
45
+
46
+ attr_accessor :game
47
+
48
+ attr_accessor :photo
49
+
50
+ attr_accessor :sticker
51
+
52
+ attr_accessor :video
53
+
54
+ attr_accessor :voice
55
+
56
+ attr_accessor :video_note
57
+
58
+ attr_accessor :caption
59
+
60
+ attr_accessor :contact
61
+
62
+ attr_accessor :location
63
+
64
+ attr_accessor :venue
65
+
66
+ attr_accessor :new_chat_members
67
+
68
+ attr_accessor :left_chat_member
69
+
70
+ attr_accessor :new_chat_title
71
+
72
+ attr_accessor :new_chat_photo
73
+
74
+ attr_accessor :delete_chat_photo
75
+
76
+ attr_accessor :group_chat_created
77
+
78
+ attr_accessor :supergroup_chat_created
79
+
80
+ attr_accessor :channel_chat_created
81
+
82
+ attr_accessor :migrate_to_chat_id
83
+
84
+ attr_accessor :migrate_from_chat_id
85
+
86
+ attr_accessor :pinned_message
87
+
88
+ attr_accessor :successful_payment
89
+
90
+ attr_accessor :forward_signature
91
+
92
+ attr_accessor :author_signature
93
+
94
+
95
+ # Attribute mapping from ruby-style variable name to JSON key.
96
+ def self.attribute_map
97
+ {
98
+ :'message_id' => :'message_id',
99
+ :'from' => :'from',
100
+ :'date' => :'date',
101
+ :'chat' => :'chat',
102
+ :'forward_from' => :'forward_from',
103
+ :'forward_from_chat' => :'forward_from_chat',
104
+ :'forward_from_message_id' => :'forward_from_message_id',
105
+ :'forward_date' => :'forward_date',
106
+ :'reply_to_message' => :'reply_to_message',
107
+ :'edit_date' => :'edit_date',
108
+ :'text' => :'text',
109
+ :'entities' => :'entities',
110
+ :'audio' => :'audio',
111
+ :'document' => :'document',
112
+ :'game' => :'game',
113
+ :'photo' => :'photo',
114
+ :'sticker' => :'sticker',
115
+ :'video' => :'video',
116
+ :'voice' => :'voice',
117
+ :'video_note' => :'video_note',
118
+ :'caption' => :'caption',
119
+ :'contact' => :'contact',
120
+ :'location' => :'location',
121
+ :'venue' => :'venue',
122
+ :'new_chat_members' => :'new_chat_members',
123
+ :'left_chat_member' => :'left_chat_member',
124
+ :'new_chat_title' => :'new_chat_title',
125
+ :'new_chat_photo' => :'new_chat_photo',
126
+ :'delete_chat_photo' => :'delete_chat_photo',
127
+ :'group_chat_created' => :'group_chat_created',
128
+ :'supergroup_chat_created' => :'supergroup_chat_created',
129
+ :'channel_chat_created' => :'channel_chat_created',
130
+ :'migrate_to_chat_id' => :'migrate_to_chat_id',
131
+ :'migrate_from_chat_id' => :'migrate_from_chat_id',
132
+ :'pinned_message' => :'pinned_message',
133
+ :'successful_payment' => :'successful_payment',
134
+ :'forward_signature' => :'forward_signature',
135
+ :'author_signature' => :'author_signature'
136
+ }
137
+ end
138
+
139
+ # Attribute type mapping.
140
+ def self.swagger_types
141
+ {
142
+ :'message_id' => :'Integer',
143
+ :'from' => :'User',
144
+ :'date' => :'Integer',
145
+ :'chat' => :'Chat',
146
+ :'forward_from' => :'User',
147
+ :'forward_from_chat' => :'Chat',
148
+ :'forward_from_message_id' => :'Integer',
149
+ :'forward_date' => :'Integer',
150
+ :'reply_to_message' => :'Message',
151
+ :'edit_date' => :'Integer',
152
+ :'text' => :'String',
153
+ :'entities' => :'Array<MessageEntity>',
154
+ :'audio' => :'Audio',
155
+ :'document' => :'Document',
156
+ :'game' => :'Game',
157
+ :'photo' => :'Array<PhotoSize>',
158
+ :'sticker' => :'Sticker',
159
+ :'video' => :'Video',
160
+ :'voice' => :'Voice',
161
+ :'video_note' => :'VideoNote',
162
+ :'caption' => :'String',
163
+ :'contact' => :'Contact',
164
+ :'location' => :'Location',
165
+ :'venue' => :'Venue',
166
+ :'new_chat_members' => :'Array<User>',
167
+ :'left_chat_member' => :'User',
168
+ :'new_chat_title' => :'String',
169
+ :'new_chat_photo' => :'Array<PhotoSize>',
170
+ :'delete_chat_photo' => :'BOOLEAN',
171
+ :'group_chat_created' => :'BOOLEAN',
172
+ :'supergroup_chat_created' => :'BOOLEAN',
173
+ :'channel_chat_created' => :'BOOLEAN',
174
+ :'migrate_to_chat_id' => :'Integer',
175
+ :'migrate_from_chat_id' => :'Integer',
176
+ :'pinned_message' => :'Message',
177
+ :'successful_payment' => :'SuccessfulPayment',
178
+ :'forward_signature' => :'String',
179
+ :'author_signature' => :'String'
180
+ }
181
+ end
182
+
183
+ # Initializes the object
184
+ # @param [Hash] attributes Model attributes in the form of hash
185
+ def initialize(attributes = {})
186
+ return unless attributes.is_a?(Hash)
187
+
188
+ # convert string to symbol for hash key
189
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
190
+
191
+ if attributes.has_key?(:'message_id')
192
+ self.message_id = attributes[:'message_id']
193
+ end
194
+
195
+ if attributes.has_key?(:'from')
196
+ self.from = attributes[:'from']
197
+ end
198
+
199
+ if attributes.has_key?(:'date')
200
+ self.date = attributes[:'date']
201
+ end
202
+
203
+ if attributes.has_key?(:'chat')
204
+ self.chat = attributes[:'chat']
205
+ end
206
+
207
+ if attributes.has_key?(:'forward_from')
208
+ self.forward_from = attributes[:'forward_from']
209
+ end
210
+
211
+ if attributes.has_key?(:'forward_from_chat')
212
+ self.forward_from_chat = attributes[:'forward_from_chat']
213
+ end
214
+
215
+ if attributes.has_key?(:'forward_from_message_id')
216
+ self.forward_from_message_id = attributes[:'forward_from_message_id']
217
+ end
218
+
219
+ if attributes.has_key?(:'forward_date')
220
+ self.forward_date = attributes[:'forward_date']
221
+ end
222
+
223
+ if attributes.has_key?(:'reply_to_message')
224
+ self.reply_to_message = attributes[:'reply_to_message']
225
+ end
226
+
227
+ if attributes.has_key?(:'edit_date')
228
+ self.edit_date = attributes[:'edit_date']
229
+ end
230
+
231
+ if attributes.has_key?(:'text')
232
+ self.text = attributes[:'text']
233
+ end
234
+
235
+ if attributes.has_key?(:'entities')
236
+ if (value = attributes[:'entities']).is_a?(Array)
237
+ self.entities = value
238
+ end
239
+ end
240
+
241
+ if attributes.has_key?(:'audio')
242
+ self.audio = attributes[:'audio']
243
+ end
244
+
245
+ if attributes.has_key?(:'document')
246
+ self.document = attributes[:'document']
247
+ end
248
+
249
+ if attributes.has_key?(:'game')
250
+ self.game = attributes[:'game']
251
+ end
252
+
253
+ if attributes.has_key?(:'photo')
254
+ if (value = attributes[:'photo']).is_a?(Array)
255
+ self.photo = value
256
+ end
257
+ end
258
+
259
+ if attributes.has_key?(:'sticker')
260
+ self.sticker = attributes[:'sticker']
261
+ end
262
+
263
+ if attributes.has_key?(:'video')
264
+ self.video = attributes[:'video']
265
+ end
266
+
267
+ if attributes.has_key?(:'voice')
268
+ self.voice = attributes[:'voice']
269
+ end
270
+
271
+ if attributes.has_key?(:'video_note')
272
+ self.video_note = attributes[:'video_note']
273
+ end
274
+
275
+ if attributes.has_key?(:'caption')
276
+ self.caption = attributes[:'caption']
277
+ end
278
+
279
+ if attributes.has_key?(:'contact')
280
+ self.contact = attributes[:'contact']
281
+ end
282
+
283
+ if attributes.has_key?(:'location')
284
+ self.location = attributes[:'location']
285
+ end
286
+
287
+ if attributes.has_key?(:'venue')
288
+ self.venue = attributes[:'venue']
289
+ end
290
+
291
+ if attributes.has_key?(:'new_chat_members')
292
+ if (value = attributes[:'new_chat_members']).is_a?(Array)
293
+ self.new_chat_members = value
294
+ end
295
+ end
296
+
297
+ if attributes.has_key?(:'left_chat_member')
298
+ self.left_chat_member = attributes[:'left_chat_member']
299
+ end
300
+
301
+ if attributes.has_key?(:'new_chat_title')
302
+ self.new_chat_title = attributes[:'new_chat_title']
303
+ end
304
+
305
+ if attributes.has_key?(:'new_chat_photo')
306
+ if (value = attributes[:'new_chat_photo']).is_a?(Array)
307
+ self.new_chat_photo = value
308
+ end
309
+ end
310
+
311
+ if attributes.has_key?(:'delete_chat_photo')
312
+ self.delete_chat_photo = attributes[:'delete_chat_photo']
313
+ end
314
+
315
+ if attributes.has_key?(:'group_chat_created')
316
+ self.group_chat_created = attributes[:'group_chat_created']
317
+ end
318
+
319
+ if attributes.has_key?(:'supergroup_chat_created')
320
+ self.supergroup_chat_created = attributes[:'supergroup_chat_created']
321
+ end
322
+
323
+ if attributes.has_key?(:'channel_chat_created')
324
+ self.channel_chat_created = attributes[:'channel_chat_created']
325
+ end
326
+
327
+ if attributes.has_key?(:'migrate_to_chat_id')
328
+ self.migrate_to_chat_id = attributes[:'migrate_to_chat_id']
329
+ end
330
+
331
+ if attributes.has_key?(:'migrate_from_chat_id')
332
+ self.migrate_from_chat_id = attributes[:'migrate_from_chat_id']
333
+ end
334
+
335
+ if attributes.has_key?(:'pinned_message')
336
+ self.pinned_message = attributes[:'pinned_message']
337
+ end
338
+
339
+ if attributes.has_key?(:'successful_payment')
340
+ self.successful_payment = attributes[:'successful_payment']
341
+ end
342
+
343
+ if attributes.has_key?(:'forward_signature')
344
+ self.forward_signature = attributes[:'forward_signature']
345
+ end
346
+
347
+ if attributes.has_key?(:'author_signature')
348
+ self.author_signature = attributes[:'author_signature']
349
+ end
350
+
351
+ end
352
+
353
+ # Show invalid properties with the reasons. Usually used together with valid?
354
+ # @return Array for valid properies with the reasons
355
+ def list_invalid_properties
356
+ invalid_properties = Array.new
357
+ return invalid_properties
358
+ end
359
+
360
+ # Check to see if the all the properties in the model are valid
361
+ # @return true if the model is valid
362
+ def valid?
363
+ return true
364
+ end
365
+
366
+ # Checks equality by comparing each attribute.
367
+ # @param [Object] Object to be compared
368
+ def ==(o)
369
+ return true if self.equal?(o)
370
+ self.class == o.class &&
371
+ message_id == o.message_id &&
372
+ from == o.from &&
373
+ date == o.date &&
374
+ chat == o.chat &&
375
+ forward_from == o.forward_from &&
376
+ forward_from_chat == o.forward_from_chat &&
377
+ forward_from_message_id == o.forward_from_message_id &&
378
+ forward_date == o.forward_date &&
379
+ reply_to_message == o.reply_to_message &&
380
+ edit_date == o.edit_date &&
381
+ text == o.text &&
382
+ entities == o.entities &&
383
+ audio == o.audio &&
384
+ document == o.document &&
385
+ game == o.game &&
386
+ photo == o.photo &&
387
+ sticker == o.sticker &&
388
+ video == o.video &&
389
+ voice == o.voice &&
390
+ video_note == o.video_note &&
391
+ caption == o.caption &&
392
+ contact == o.contact &&
393
+ location == o.location &&
394
+ venue == o.venue &&
395
+ new_chat_members == o.new_chat_members &&
396
+ left_chat_member == o.left_chat_member &&
397
+ new_chat_title == o.new_chat_title &&
398
+ new_chat_photo == o.new_chat_photo &&
399
+ delete_chat_photo == o.delete_chat_photo &&
400
+ group_chat_created == o.group_chat_created &&
401
+ supergroup_chat_created == o.supergroup_chat_created &&
402
+ channel_chat_created == o.channel_chat_created &&
403
+ migrate_to_chat_id == o.migrate_to_chat_id &&
404
+ migrate_from_chat_id == o.migrate_from_chat_id &&
405
+ pinned_message == o.pinned_message &&
406
+ successful_payment == o.successful_payment &&
407
+ forward_signature == o.forward_signature &&
408
+ author_signature == o.author_signature
409
+ end
410
+
411
+ # @see the `==` method
412
+ # @param [Object] Object to be compared
413
+ def eql?(o)
414
+ self == o
415
+ end
416
+
417
+ # Calculates hash code according to all attributes.
418
+ # @return [Fixnum] Hash code
419
+ def hash
420
+ [message_id, from, date, chat, forward_from, forward_from_chat, forward_from_message_id, forward_date, reply_to_message, edit_date, text, entities, audio, document, game, photo, sticker, video, voice, video_note, caption, contact, location, venue, new_chat_members, left_chat_member, new_chat_title, new_chat_photo, delete_chat_photo, group_chat_created, supergroup_chat_created, channel_chat_created, migrate_to_chat_id, migrate_from_chat_id, pinned_message, successful_payment, forward_signature, author_signature].hash
421
+ end
422
+
423
+ # Builds the object from hash
424
+ # @param [Hash] attributes Model attributes in the form of hash
425
+ # @return [Object] Returns the model itself
426
+ def build_from_hash(attributes)
427
+ return nil unless attributes.is_a?(Hash)
428
+ self.class.swagger_types.each_pair do |key, type|
429
+ if type =~ /\AArray<(.*)>/i
430
+ # check to ensure the input is an array given that the the attribute
431
+ # is documented as an array but the input is not
432
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
433
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
434
+ end
435
+ elsif !attributes[self.class.attribute_map[key]].nil?
436
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
437
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
438
+ end
439
+
440
+ self
441
+ end
442
+
443
+ # Deserializes the data based on type
444
+ # @param string type Data type
445
+ # @param string value Value to be deserialized
446
+ # @return [Object] Deserialized data
447
+ def _deserialize(type, value)
448
+ case type.to_sym
449
+ when :DateTime
450
+ DateTime.parse(value)
451
+ when :Date
452
+ Date.parse(value)
453
+ when :String
454
+ value.to_s
455
+ when :Integer
456
+ value.to_i
457
+ when :Float
458
+ value.to_f
459
+ when :BOOLEAN
460
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
461
+ true
462
+ else
463
+ false
464
+ end
465
+ when :Object
466
+ # generic object (usually a Hash), return directly
467
+ value
468
+ when /\AArray<(?<inner_type>.+)>\z/
469
+ inner_type = Regexp.last_match[:inner_type]
470
+ value.map { |v| _deserialize(inner_type, v) }
471
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
472
+ k_type = Regexp.last_match[:k_type]
473
+ v_type = Regexp.last_match[:v_type]
474
+ {}.tap do |hash|
475
+ value.each do |k, v|
476
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
477
+ end
478
+ end
479
+ else # model
480
+ temp_model = Teleswagger.const_get(type).new
481
+ temp_model.build_from_hash(value)
482
+ end
483
+ end
484
+
485
+ # Returns the string representation of the object
486
+ # @return [String] String presentation of the object
487
+ def to_s
488
+ to_hash.to_s
489
+ end
490
+
491
+ # to_body is an alias to to_hash (backward compatibility)
492
+ # @return [Hash] Returns the object in the form of hash
493
+ def to_body
494
+ to_hash
495
+ end
496
+
497
+ # Returns the object in the form of hash
498
+ # @return [Hash] Returns the object in the form of hash
499
+ def to_hash
500
+ hash = {}
501
+ self.class.attribute_map.each_pair do |attr, param|
502
+ value = self.send(attr)
503
+ next if value.nil?
504
+ hash[param] = _to_hash(value)
505
+ end
506
+ hash
507
+ end
508
+
509
+ # Outputs non-array value in the form of hash
510
+ # For object, use to_hash. Otherwise, just return the value
511
+ # @param [Object] value Any valid value
512
+ # @return [Hash] Returns the value in the form of hash
513
+ def _to_hash(value)
514
+ if value.is_a?(Array)
515
+ value.compact.map{ |v| _to_hash(v) }
516
+ elsif value.is_a?(Hash)
517
+ {}.tap do |hash|
518
+ value.each { |k, v| hash[k] = _to_hash(v) }
519
+ end
520
+ elsif value.respond_to? :to_hash
521
+ value.to_hash
522
+ else
523
+ value
524
+ end
525
+ end
526
+
527
+ end
528
+
529
+ end