teleswagger 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/Gemfile.lock +69 -0
- data/README.md +260 -0
- data/Rakefile +8 -0
- data/config.json +5 -0
- data/docs/AddStickerToSetLinkBody.md +12 -0
- data/docs/AllowedUpdate.md +7 -0
- data/docs/Animation.md +12 -0
- data/docs/AnswerInlineQueryBody.md +14 -0
- data/docs/AnswerShippingQueryBody.md +11 -0
- data/docs/AttachmentsApi.md +1023 -0
- data/docs/Audio.md +13 -0
- data/docs/CallbackGame.md +7 -0
- data/docs/CallbackQuery.md +14 -0
- data/docs/CallbacksApi.md +70 -0
- data/docs/Chat.md +18 -0
- data/docs/ChatMember.md +23 -0
- data/docs/ChatPhoto.md +9 -0
- data/docs/ChatsApi.md +890 -0
- data/docs/ChosenInlineResult.md +12 -0
- data/docs/Contact.md +11 -0
- data/docs/CreateNewStickerSetLinkBody.md +14 -0
- data/docs/Document.md +12 -0
- data/docs/EditMessageCaptionBody.md +12 -0
- data/docs/EditMessageReplyMarkupBody.md +11 -0
- data/docs/EditMessageTextBody.md +14 -0
- data/docs/Error.md +10 -0
- data/docs/File.md +10 -0
- data/docs/ForceReply.md +9 -0
- data/docs/Game.md +13 -0
- data/docs/GameHighScore.md +10 -0
- data/docs/GamesApi.md +182 -0
- data/docs/InlineApi.md +59 -0
- data/docs/InlineKeyboardButton.md +14 -0
- data/docs/InlineKeyboardMarkup.md +8 -0
- data/docs/InlineQuery.md +12 -0
- data/docs/InlineQueryResultArticle.md +18 -0
- data/docs/InlineQueryResultAudio.md +16 -0
- data/docs/InlineQueryResultCachedAudio.md +13 -0
- data/docs/InlineQueryResultCachedDocument.md +14 -0
- data/docs/InlineQueryResultCachedGif.md +14 -0
- data/docs/InlineQueryResultCachedMpeg4Gif.md +14 -0
- data/docs/InlineQueryResultCachedPhoto.md +15 -0
- data/docs/InlineQueryResultCachedSticker.md +12 -0
- data/docs/InlineQueryResultCachedVideo.md +15 -0
- data/docs/InlineQueryResultCachedVoice.md +14 -0
- data/docs/InlineQueryResultContact.md +17 -0
- data/docs/InlineQueryResultDocument.md +19 -0
- data/docs/InlineQueryResultGame.md +11 -0
- data/docs/InlineQueryResultGif.md +18 -0
- data/docs/InlineQueryResultLocation.md +17 -0
- data/docs/InlineQueryResultMpeg4Gif.md +18 -0
- data/docs/InlineQueryResultPhoto.md +17 -0
- data/docs/InlineQueryResultVenue.md +19 -0
- data/docs/InlineQueryResultVideo.md +20 -0
- data/docs/InlineQueryResultVoice.md +15 -0
- data/docs/InlineResponse200.md +11 -0
- data/docs/InlineResponse2001.md +11 -0
- data/docs/InlineResponse2002.md +11 -0
- data/docs/InlineResponse2003.md +11 -0
- data/docs/InlineResponse2004.md +11 -0
- data/docs/InlineResponse2005.md +11 -0
- data/docs/InlineResponse2006.md +11 -0
- data/docs/InlineResponse2007.md +11 -0
- data/docs/InlineResponse2008.md +11 -0
- data/docs/InlineResponse2009.md +11 -0
- data/docs/InlineType.md +7 -0
- data/docs/InputContactMessageContent.md +10 -0
- data/docs/InputLocationMessageContent.md +9 -0
- data/docs/InputTextMessageContent.md +10 -0
- data/docs/InputVenueMessageContent.md +12 -0
- data/docs/Invoice.md +12 -0
- data/docs/KeyboardButton.md +10 -0
- data/docs/LabeledPrice.md +9 -0
- data/docs/Location.md +9 -0
- data/docs/MaskPosition.md +11 -0
- data/docs/Message.md +45 -0
- data/docs/MessageEntity.md +12 -0
- data/docs/MessagesApi.md +375 -0
- data/docs/OrderInfo.md +11 -0
- data/docs/ParseMode.md +7 -0
- data/docs/PaymentsApi.md +167 -0
- data/docs/PhotoSize.md +11 -0
- data/docs/PreCheckoutQuery.md +14 -0
- data/docs/PromoteChatMemberBody.md +17 -0
- data/docs/ReplyKeyboardMarkup.md +11 -0
- data/docs/ReplyKeyboardRemove.md +9 -0
- data/docs/ResponseBool.md +11 -0
- data/docs/ResponseMessage.md +11 -0
- data/docs/ResponseParameters.md +9 -0
- data/docs/ResponseUpdate.md +11 -0
- data/docs/RestrictChatMemberBody.md +14 -0
- data/docs/SendAudioLinkBody.md +16 -0
- data/docs/SendContactBody.md +14 -0
- data/docs/SendDocumentLinkBody.md +13 -0
- data/docs/SendGameBody.md +12 -0
- data/docs/SendInvoiceBody.md +27 -0
- data/docs/SendLocationBody.md +13 -0
- data/docs/SendMessageBody.md +14 -0
- data/docs/SendPhotoLinkBody.md +13 -0
- data/docs/SendStickerLinkBody.md +12 -0
- data/docs/SendVenueBody.md +16 -0
- data/docs/SendVideoLinkBody.md +16 -0
- data/docs/SendVideoNoteLinkBody.md +14 -0
- data/docs/SendVoiceLinkBody.md +14 -0
- data/docs/ShippingAddress.md +13 -0
- data/docs/ShippingOption.md +10 -0
- data/docs/ShippingQuery.md +11 -0
- data/docs/Sticker.md +15 -0
- data/docs/StickerSet.md +11 -0
- data/docs/StickersApi.md +498 -0
- data/docs/SuccessfulPayment.md +14 -0
- data/docs/Update.md +17 -0
- data/docs/UpdatesApi.md +205 -0
- data/docs/User.md +13 -0
- data/docs/UserProfilePhotos.md +9 -0
- data/docs/UsersApi.md +111 -0
- data/docs/Venue.md +11 -0
- data/docs/Video.md +14 -0
- data/docs/VideoNote.md +12 -0
- data/docs/Voice.md +11 -0
- data/docs/WebhookInfo.md +14 -0
- data/lib/teleswagger.rb +156 -0
- data/lib/teleswagger/api/attachments_api.rb +1243 -0
- data/lib/teleswagger/api/callbacks_api.rb +113 -0
- data/lib/teleswagger/api/chats_api.rb +1141 -0
- data/lib/teleswagger/api/games_api.rb +235 -0
- data/lib/teleswagger/api/inline_api.rb +80 -0
- data/lib/teleswagger/api/messages_api.rb +460 -0
- data/lib/teleswagger/api/payments_api.rb +209 -0
- data/lib/teleswagger/api/stickers_api.rb +658 -0
- data/lib/teleswagger/api/updates_api.rb +265 -0
- data/lib/teleswagger/api/users_api.rb +146 -0
- data/lib/teleswagger/api_client.rb +388 -0
- data/lib/teleswagger/api_error.rb +38 -0
- data/lib/teleswagger/configuration.rb +202 -0
- data/lib/teleswagger/models/add_sticker_to_set_link_body.rb +244 -0
- data/lib/teleswagger/models/allowed_update.rb +27 -0
- data/lib/teleswagger/models/animation.rb +229 -0
- data/lib/teleswagger/models/answer_inline_query_body.rb +254 -0
- data/lib/teleswagger/models/answer_shipping_query_body.rb +227 -0
- data/lib/teleswagger/models/audio.rb +233 -0
- data/lib/teleswagger/models/callback_game.rb +179 -0
- data/lib/teleswagger/models/callback_query.rb +242 -0
- data/lib/teleswagger/models/chat.rb +321 -0
- data/lib/teleswagger/models/chat_member.rb +366 -0
- data/lib/teleswagger/models/chat_photo.rb +197 -0
- data/lib/teleswagger/models/chosen_inline_result.rb +239 -0
- data/lib/teleswagger/models/contact.rb +215 -0
- data/lib/teleswagger/models/create_new_sticker_set_link_body.rb +267 -0
- data/lib/teleswagger/models/document.rb +224 -0
- data/lib/teleswagger/models/edit_message_caption_body.rb +224 -0
- data/lib/teleswagger/models/edit_message_reply_markup_body.rb +215 -0
- data/lib/teleswagger/models/edit_message_text_body.rb +247 -0
- data/lib/teleswagger/models/error.rb +206 -0
- data/lib/teleswagger/models/file.rb +206 -0
- data/lib/teleswagger/models/force_reply.rb +197 -0
- data/lib/teleswagger/models/game.rb +252 -0
- data/lib/teleswagger/models/game_high_score.rb +206 -0
- data/lib/teleswagger/models/inline_keyboard_button.rb +242 -0
- data/lib/teleswagger/models/inline_keyboard_markup.rb +190 -0
- data/lib/teleswagger/models/inline_query.rb +224 -0
- data/lib/teleswagger/models/inline_query_result_article.rb +298 -0
- data/lib/teleswagger/models/inline_query_result_audio.rb +280 -0
- data/lib/teleswagger/models/inline_query_result_cached_audio.rb +248 -0
- data/lib/teleswagger/models/inline_query_result_cached_document.rb +257 -0
- data/lib/teleswagger/models/inline_query_result_cached_gif.rb +257 -0
- data/lib/teleswagger/models/inline_query_result_cached_mpeg4_gif.rb +257 -0
- data/lib/teleswagger/models/inline_query_result_cached_photo.rb +266 -0
- data/lib/teleswagger/models/inline_query_result_cached_sticker.rb +239 -0
- data/lib/teleswagger/models/inline_query_result_cached_video.rb +266 -0
- data/lib/teleswagger/models/inline_query_result_cached_voice.rb +257 -0
- data/lib/teleswagger/models/inline_query_result_contact.rb +289 -0
- data/lib/teleswagger/models/inline_query_result_document.rb +312 -0
- data/lib/teleswagger/models/inline_query_result_game.rb +230 -0
- data/lib/teleswagger/models/inline_query_result_gif.rb +298 -0
- data/lib/teleswagger/models/inline_query_result_location.rb +294 -0
- data/lib/teleswagger/models/inline_query_result_mpeg4_gif.rb +298 -0
- data/lib/teleswagger/models/inline_query_result_photo.rb +289 -0
- data/lib/teleswagger/models/inline_query_result_venue.rb +317 -0
- data/lib/teleswagger/models/inline_query_result_video.rb +326 -0
- data/lib/teleswagger/models/inline_query_result_voice.rb +271 -0
- data/lib/teleswagger/models/inline_response_200.rb +215 -0
- data/lib/teleswagger/models/inline_response_200_1.rb +215 -0
- data/lib/teleswagger/models/inline_response_200_2.rb +215 -0
- data/lib/teleswagger/models/inline_response_200_3.rb +215 -0
- data/lib/teleswagger/models/inline_response_200_4.rb +217 -0
- data/lib/teleswagger/models/inline_response_200_5.rb +215 -0
- data/lib/teleswagger/models/inline_response_200_6.rb +215 -0
- data/lib/teleswagger/models/inline_response_200_7.rb +215 -0
- data/lib/teleswagger/models/inline_response_200_8.rb +215 -0
- data/lib/teleswagger/models/inline_response_200_9.rb +215 -0
- data/lib/teleswagger/models/inline_type.rb +33 -0
- data/lib/teleswagger/models/input_contact_message_content.rb +216 -0
- data/lib/teleswagger/models/input_location_message_content.rb +207 -0
- data/lib/teleswagger/models/input_text_message_content.rb +211 -0
- data/lib/teleswagger/models/input_venue_message_content.rb +244 -0
- data/lib/teleswagger/models/invoice.rb +224 -0
- data/lib/teleswagger/models/keyboard_button.rb +206 -0
- data/lib/teleswagger/models/labeled_price.rb +197 -0
- data/lib/teleswagger/models/location.rb +197 -0
- data/lib/teleswagger/models/mask_position.rb +248 -0
- data/lib/teleswagger/models/message.rb +529 -0
- data/lib/teleswagger/models/message_entity.rb +257 -0
- data/lib/teleswagger/models/order_info.rb +215 -0
- data/lib/teleswagger/models/parse_mode.rb +22 -0
- data/lib/teleswagger/models/photo_size.rb +215 -0
- data/lib/teleswagger/models/pre_checkout_query.rb +242 -0
- data/lib/teleswagger/models/promote_chat_member_body.rb +279 -0
- data/lib/teleswagger/models/reply_keyboard_markup.rb +217 -0
- data/lib/teleswagger/models/reply_keyboard_remove.rb +197 -0
- data/lib/teleswagger/models/response_bool.rb +215 -0
- data/lib/teleswagger/models/response_message.rb +215 -0
- data/lib/teleswagger/models/response_parameters.rb +197 -0
- data/lib/teleswagger/models/response_update.rb +217 -0
- data/lib/teleswagger/models/restrict_chat_member_body.rb +252 -0
- data/lib/teleswagger/models/send_audio_link_body.rb +270 -0
- data/lib/teleswagger/models/send_contact_body.rb +257 -0
- data/lib/teleswagger/models/send_document_link_body.rb +243 -0
- data/lib/teleswagger/models/send_game_body.rb +234 -0
- data/lib/teleswagger/models/send_invoice_body.rb +401 -0
- data/lib/teleswagger/models/send_location_body.rb +248 -0
- data/lib/teleswagger/models/send_message_body.rb +252 -0
- data/lib/teleswagger/models/send_photo_link_body.rb +243 -0
- data/lib/teleswagger/models/send_sticker_link_body.rb +234 -0
- data/lib/teleswagger/models/send_venue_body.rb +285 -0
- data/lib/teleswagger/models/send_video_link_body.rb +270 -0
- data/lib/teleswagger/models/send_video_note_link_body.rb +252 -0
- data/lib/teleswagger/models/send_voice_link_body.rb +252 -0
- data/lib/teleswagger/models/shipping_address.rb +233 -0
- data/lib/teleswagger/models/shipping_option.rb +208 -0
- data/lib/teleswagger/models/shipping_query.rb +215 -0
- data/lib/teleswagger/models/sticker.rb +251 -0
- data/lib/teleswagger/models/sticker_set.rb +217 -0
- data/lib/teleswagger/models/successful_payment.rb +242 -0
- data/lib/teleswagger/models/update.rb +269 -0
- data/lib/teleswagger/models/user.rb +233 -0
- data/lib/teleswagger/models/user_profile_photos.rb +199 -0
- data/lib/teleswagger/models/venue.rb +215 -0
- data/lib/teleswagger/models/video.rb +242 -0
- data/lib/teleswagger/models/video_note.rb +224 -0
- data/lib/teleswagger/models/voice.rb +215 -0
- data/lib/teleswagger/models/webhook_info.rb +259 -0
- data/lib/teleswagger/version.rb +15 -0
- data/spec/api/attachments_api_spec.rb +311 -0
- data/spec/api/callbacks_api_spec.rb +52 -0
- data/spec/api/chats_api_spec.rb +266 -0
- data/spec/api/games_api_spec.rb +83 -0
- data/spec/api/inline_api_spec.rb +48 -0
- data/spec/api/messages_api_spec.rb +130 -0
- data/spec/api/payments_api_spec.rb +76 -0
- data/spec/api/stickers_api_spec.rb +165 -0
- data/spec/api/updates_api_spec.rb +89 -0
- data/spec/api/users_api_spec.rb +62 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/add_sticker_to_set_link_body_spec.rb +66 -0
- data/spec/models/allowed_update_spec.rb +36 -0
- data/spec/models/animation_spec.rb +66 -0
- data/spec/models/answer_inline_query_body_spec.rb +78 -0
- data/spec/models/answer_shipping_query_body_spec.rb +60 -0
- data/spec/models/audio_spec.rb +72 -0
- data/spec/models/callback_game_spec.rb +36 -0
- data/spec/models/callback_query_spec.rb +78 -0
- data/spec/models/chat_member_spec.rb +136 -0
- data/spec/models/chat_photo_spec.rb +48 -0
- data/spec/models/chat_spec.rb +106 -0
- data/spec/models/chosen_inline_result_spec.rb +66 -0
- data/spec/models/contact_spec.rb +60 -0
- data/spec/models/create_new_sticker_set_link_body_spec.rb +78 -0
- data/spec/models/document_spec.rb +66 -0
- data/spec/models/edit_message_caption_body_spec.rb +66 -0
- data/spec/models/edit_message_reply_markup_body_spec.rb +60 -0
- data/spec/models/edit_message_text_body_spec.rb +78 -0
- data/spec/models/error_spec.rb +54 -0
- data/spec/models/file_spec.rb +54 -0
- data/spec/models/force_reply_spec.rb +48 -0
- data/spec/models/game_high_score_spec.rb +54 -0
- data/spec/models/game_spec.rb +72 -0
- data/spec/models/inline_keyboard_button_spec.rb +78 -0
- data/spec/models/inline_keyboard_markup_spec.rb +42 -0
- data/spec/models/inline_query_result_article_spec.rb +102 -0
- data/spec/models/inline_query_result_audio_spec.rb +90 -0
- data/spec/models/inline_query_result_cached_audio_spec.rb +72 -0
- data/spec/models/inline_query_result_cached_document_spec.rb +78 -0
- data/spec/models/inline_query_result_cached_gif_spec.rb +78 -0
- data/spec/models/inline_query_result_cached_mpeg4_gif_spec.rb +78 -0
- data/spec/models/inline_query_result_cached_photo_spec.rb +84 -0
- data/spec/models/inline_query_result_cached_sticker_spec.rb +66 -0
- data/spec/models/inline_query_result_cached_video_spec.rb +84 -0
- data/spec/models/inline_query_result_cached_voice_spec.rb +78 -0
- data/spec/models/inline_query_result_contact_spec.rb +96 -0
- data/spec/models/inline_query_result_document_spec.rb +108 -0
- data/spec/models/inline_query_result_game_spec.rb +60 -0
- data/spec/models/inline_query_result_gif_spec.rb +102 -0
- data/spec/models/inline_query_result_location_spec.rb +96 -0
- data/spec/models/inline_query_result_mpeg4_gif_spec.rb +102 -0
- data/spec/models/inline_query_result_photo_spec.rb +96 -0
- data/spec/models/inline_query_result_venue_spec.rb +108 -0
- data/spec/models/inline_query_result_video_spec.rb +114 -0
- data/spec/models/inline_query_result_voice_spec.rb +84 -0
- data/spec/models/inline_query_spec.rb +66 -0
- data/spec/models/inline_response_200_1_spec.rb +60 -0
- data/spec/models/inline_response_200_2_spec.rb +60 -0
- data/spec/models/inline_response_200_3_spec.rb +60 -0
- data/spec/models/inline_response_200_4_spec.rb +60 -0
- data/spec/models/inline_response_200_5_spec.rb +60 -0
- data/spec/models/inline_response_200_6_spec.rb +60 -0
- data/spec/models/inline_response_200_7_spec.rb +60 -0
- data/spec/models/inline_response_200_8_spec.rb +60 -0
- data/spec/models/inline_response_200_9_spec.rb +60 -0
- data/spec/models/inline_response_200_spec.rb +60 -0
- data/spec/models/inline_type_spec.rb +36 -0
- data/spec/models/input_contact_message_content_spec.rb +54 -0
- data/spec/models/input_location_message_content_spec.rb +48 -0
- data/spec/models/input_text_message_content_spec.rb +54 -0
- data/spec/models/input_venue_message_content_spec.rb +66 -0
- data/spec/models/invoice_spec.rb +66 -0
- data/spec/models/keyboard_button_spec.rb +54 -0
- data/spec/models/labeled_price_spec.rb +48 -0
- data/spec/models/location_spec.rb +48 -0
- data/spec/models/mask_position_spec.rb +64 -0
- data/spec/models/message_entity_spec.rb +70 -0
- data/spec/models/message_spec.rb +264 -0
- data/spec/models/order_info_spec.rb +60 -0
- data/spec/models/parse_mode_spec.rb +36 -0
- data/spec/models/photo_size_spec.rb +60 -0
- data/spec/models/pre_checkout_query_spec.rb +78 -0
- data/spec/models/promote_chat_member_body_spec.rb +96 -0
- data/spec/models/reply_keyboard_markup_spec.rb +60 -0
- data/spec/models/reply_keyboard_remove_spec.rb +48 -0
- data/spec/models/response_bool_spec.rb +60 -0
- data/spec/models/response_message_spec.rb +60 -0
- data/spec/models/response_parameters_spec.rb +48 -0
- data/spec/models/response_update_spec.rb +60 -0
- data/spec/models/restrict_chat_member_body_spec.rb +78 -0
- data/spec/models/send_audio_link_body_spec.rb +90 -0
- data/spec/models/send_contact_body_spec.rb +78 -0
- data/spec/models/send_document_link_body_spec.rb +72 -0
- data/spec/models/send_game_body_spec.rb +66 -0
- data/spec/models/send_invoice_body_spec.rb +156 -0
- data/spec/models/send_location_body_spec.rb +72 -0
- data/spec/models/send_message_body_spec.rb +78 -0
- data/spec/models/send_photo_link_body_spec.rb +72 -0
- data/spec/models/send_sticker_link_body_spec.rb +66 -0
- data/spec/models/send_venue_body_spec.rb +90 -0
- data/spec/models/send_video_link_body_spec.rb +90 -0
- data/spec/models/send_video_note_link_body_spec.rb +78 -0
- data/spec/models/send_voice_link_body_spec.rb +78 -0
- data/spec/models/shipping_address_spec.rb +72 -0
- data/spec/models/shipping_option_spec.rb +54 -0
- data/spec/models/shipping_query_spec.rb +60 -0
- data/spec/models/sticker_set_spec.rb +60 -0
- data/spec/models/sticker_spec.rb +84 -0
- data/spec/models/successful_payment_spec.rb +78 -0
- data/spec/models/update_spec.rb +96 -0
- data/spec/models/user_profile_photos_spec.rb +48 -0
- data/spec/models/user_spec.rb +72 -0
- data/spec/models/venue_spec.rb +60 -0
- data/spec/models/video_note_spec.rb +66 -0
- data/spec/models/video_spec.rb +78 -0
- data/spec/models/voice_spec.rb +60 -0
- data/spec/models/webhook_info_spec.rb +78 -0
- data/spec/spec_helper.rb +111 -0
- data/swagger.yaml +5202 -0
- data/teleswagger.gemspec +46 -0
- metadata +709 -0
@@ -0,0 +1,15 @@
|
|
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
|
+
module Teleswagger
|
14
|
+
VERSION = "0.0.1"
|
15
|
+
end
|
@@ -0,0 +1,311 @@
|
|
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 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for Teleswagger::AttachmentsApi
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'AttachmentsApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = Teleswagger::AttachmentsApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of AttachmentsApi' do
|
30
|
+
it 'should create an instance of AttachmentsApi' do
|
31
|
+
expect(@instance).to be_instance_of(Teleswagger::AttachmentsApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for get_file
|
36
|
+
#
|
37
|
+
#
|
38
|
+
# @param token bot's token to authorize the request
|
39
|
+
# @param file_id
|
40
|
+
# @param [Hash] opts the optional parameters
|
41
|
+
# @return [InlineResponse2002]
|
42
|
+
describe 'get_file test' do
|
43
|
+
it "should work" do
|
44
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
# unit tests for send_audio
|
49
|
+
#
|
50
|
+
#
|
51
|
+
# @param token bot's token to authorize the request
|
52
|
+
# @param chat_id
|
53
|
+
# @param audio
|
54
|
+
# @param [Hash] opts the optional parameters
|
55
|
+
# @option opts [String] :caption
|
56
|
+
# @option opts [Integer] :duration
|
57
|
+
# @option opts [String] :performer
|
58
|
+
# @option opts [String] :title
|
59
|
+
# @option opts [BOOLEAN] :disable_notification
|
60
|
+
# @option opts [Integer] :reply_to_message_id
|
61
|
+
# @option opts [String] :reply_markup json string of reply_markup object
|
62
|
+
# @return [ResponseMessage]
|
63
|
+
describe 'send_audio test' do
|
64
|
+
it "should work" do
|
65
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
66
|
+
end
|
67
|
+
end
|
68
|
+
|
69
|
+
# unit tests for send_audio_link
|
70
|
+
#
|
71
|
+
#
|
72
|
+
# @param token bot's token to authorize the request
|
73
|
+
# @param [Hash] opts the optional parameters
|
74
|
+
# @option opts [SendAudioLinkBody] :body
|
75
|
+
# @return [ResponseMessage]
|
76
|
+
describe 'send_audio_link test' do
|
77
|
+
it "should work" do
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
# unit tests for send_contact
|
83
|
+
#
|
84
|
+
#
|
85
|
+
# @param token bot's token to authorize the request
|
86
|
+
# @param [Hash] opts the optional parameters
|
87
|
+
# @option opts [SendContactBody] :body
|
88
|
+
# @return [ResponseMessage]
|
89
|
+
describe 'send_contact test' do
|
90
|
+
it "should work" do
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
# unit tests for send_document
|
96
|
+
#
|
97
|
+
#
|
98
|
+
# @param token bot's token to authorize the request
|
99
|
+
# @param chat_id
|
100
|
+
# @param document
|
101
|
+
# @param [Hash] opts the optional parameters
|
102
|
+
# @option opts [String] :caption
|
103
|
+
# @option opts [BOOLEAN] :disable_notification
|
104
|
+
# @option opts [Integer] :reply_to_message_id
|
105
|
+
# @option opts [String] :reply_markup json string of reply_markup object
|
106
|
+
# @return [ResponseMessage]
|
107
|
+
describe 'send_document test' do
|
108
|
+
it "should work" do
|
109
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
# unit tests for send_document_link
|
114
|
+
#
|
115
|
+
#
|
116
|
+
# @param token bot's token to authorize the request
|
117
|
+
# @param [Hash] opts the optional parameters
|
118
|
+
# @option opts [SendDocumentLinkBody] :body
|
119
|
+
# @return [ResponseMessage]
|
120
|
+
describe 'send_document_link test' do
|
121
|
+
it "should work" do
|
122
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
123
|
+
end
|
124
|
+
end
|
125
|
+
|
126
|
+
# unit tests for send_location
|
127
|
+
#
|
128
|
+
#
|
129
|
+
# @param token bot's token to authorize the request
|
130
|
+
# @param [Hash] opts the optional parameters
|
131
|
+
# @option opts [SendLocationBody] :body
|
132
|
+
# @return [ResponseMessage]
|
133
|
+
describe 'send_location test' do
|
134
|
+
it "should work" do
|
135
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
136
|
+
end
|
137
|
+
end
|
138
|
+
|
139
|
+
# unit tests for send_photo
|
140
|
+
#
|
141
|
+
#
|
142
|
+
# @param token bot's token to authorize the request
|
143
|
+
# @param chat_id
|
144
|
+
# @param photo
|
145
|
+
# @param [Hash] opts the optional parameters
|
146
|
+
# @option opts [String] :caption
|
147
|
+
# @option opts [BOOLEAN] :disable_notification
|
148
|
+
# @option opts [Integer] :reply_to_message_id
|
149
|
+
# @option opts [String] :reply_markup json string of reply_markup object
|
150
|
+
# @return [ResponseMessage]
|
151
|
+
describe 'send_photo test' do
|
152
|
+
it "should work" do
|
153
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
154
|
+
end
|
155
|
+
end
|
156
|
+
|
157
|
+
# unit tests for send_photo_link
|
158
|
+
#
|
159
|
+
#
|
160
|
+
# @param token bot's token to authorize the request
|
161
|
+
# @param [Hash] opts the optional parameters
|
162
|
+
# @option opts [SendPhotoLinkBody] :body
|
163
|
+
# @return [ResponseMessage]
|
164
|
+
describe 'send_photo_link test' do
|
165
|
+
it "should work" do
|
166
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
167
|
+
end
|
168
|
+
end
|
169
|
+
|
170
|
+
# unit tests for send_sticker
|
171
|
+
#
|
172
|
+
#
|
173
|
+
# @param token bot's token to authorize the request
|
174
|
+
# @param chat_id
|
175
|
+
# @param sticker
|
176
|
+
# @param [Hash] opts the optional parameters
|
177
|
+
# @option opts [BOOLEAN] :disable_notification
|
178
|
+
# @option opts [Integer] :reply_to_message_id
|
179
|
+
# @option opts [String] :reply_markup json string of reply_markup object
|
180
|
+
# @return [ResponseMessage]
|
181
|
+
describe 'send_sticker test' do
|
182
|
+
it "should work" do
|
183
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
184
|
+
end
|
185
|
+
end
|
186
|
+
|
187
|
+
# unit tests for send_sticker_link
|
188
|
+
#
|
189
|
+
#
|
190
|
+
# @param token bot's token to authorize the request
|
191
|
+
# @param [Hash] opts the optional parameters
|
192
|
+
# @option opts [SendStickerLinkBody] :body
|
193
|
+
# @return [ResponseMessage]
|
194
|
+
describe 'send_sticker_link test' do
|
195
|
+
it "should work" do
|
196
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
197
|
+
end
|
198
|
+
end
|
199
|
+
|
200
|
+
# unit tests for send_venue
|
201
|
+
#
|
202
|
+
#
|
203
|
+
# @param token bot's token to authorize the request
|
204
|
+
# @param [Hash] opts the optional parameters
|
205
|
+
# @option opts [SendVenueBody] :body
|
206
|
+
# @return [ResponseMessage]
|
207
|
+
describe 'send_venue test' do
|
208
|
+
it "should work" do
|
209
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
210
|
+
end
|
211
|
+
end
|
212
|
+
|
213
|
+
# unit tests for send_video
|
214
|
+
#
|
215
|
+
#
|
216
|
+
# @param token bot's token to authorize the request
|
217
|
+
# @param chat_id
|
218
|
+
# @param video
|
219
|
+
# @param [Hash] opts the optional parameters
|
220
|
+
# @option opts [Integer] :duration
|
221
|
+
# @option opts [Integer] :width
|
222
|
+
# @option opts [Integer] :height
|
223
|
+
# @option opts [String] :caption
|
224
|
+
# @option opts [BOOLEAN] :disable_notification
|
225
|
+
# @option opts [Integer] :reply_to_message_id
|
226
|
+
# @option opts [String] :reply_markup json string of reply_markup object
|
227
|
+
# @return [ResponseMessage]
|
228
|
+
describe 'send_video test' do
|
229
|
+
it "should work" do
|
230
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
231
|
+
end
|
232
|
+
end
|
233
|
+
|
234
|
+
# unit tests for send_video_link
|
235
|
+
#
|
236
|
+
#
|
237
|
+
# @param token bot's token to authorize the request
|
238
|
+
# @param [Hash] opts the optional parameters
|
239
|
+
# @option opts [SendVideoLinkBody] :body
|
240
|
+
# @return [ResponseMessage]
|
241
|
+
describe 'send_video_link test' do
|
242
|
+
it "should work" do
|
243
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
244
|
+
end
|
245
|
+
end
|
246
|
+
|
247
|
+
# unit tests for send_video_note
|
248
|
+
#
|
249
|
+
#
|
250
|
+
# @param token bot's token to authorize the request
|
251
|
+
# @param chat_id
|
252
|
+
# @param video_note
|
253
|
+
# @param [Hash] opts the optional parameters
|
254
|
+
# @option opts [Integer] :duration
|
255
|
+
# @option opts [Integer] :length
|
256
|
+
# @option opts [BOOLEAN] :disable_notification
|
257
|
+
# @option opts [Integer] :reply_to_message_id
|
258
|
+
# @option opts [String] :reply_markup json string of reply_markup object
|
259
|
+
# @return [ResponseMessage]
|
260
|
+
describe 'send_video_note test' do
|
261
|
+
it "should work" do
|
262
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
263
|
+
end
|
264
|
+
end
|
265
|
+
|
266
|
+
# unit tests for send_video_note_link
|
267
|
+
#
|
268
|
+
#
|
269
|
+
# @param token bot's token to authorize the request
|
270
|
+
# @param [Hash] opts the optional parameters
|
271
|
+
# @option opts [SendVideoNoteLinkBody] :body
|
272
|
+
# @return [ResponseMessage]
|
273
|
+
describe 'send_video_note_link test' do
|
274
|
+
it "should work" do
|
275
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
276
|
+
end
|
277
|
+
end
|
278
|
+
|
279
|
+
# unit tests for send_voice
|
280
|
+
#
|
281
|
+
#
|
282
|
+
# @param token bot's token to authorize the request
|
283
|
+
# @param chat_id
|
284
|
+
# @param voice
|
285
|
+
# @param [Hash] opts the optional parameters
|
286
|
+
# @option opts [String] :caption
|
287
|
+
# @option opts [Integer] :duration
|
288
|
+
# @option opts [BOOLEAN] :disable_notification
|
289
|
+
# @option opts [Integer] :reply_to_message_id
|
290
|
+
# @option opts [String] :reply_markup json string of reply_markup object
|
291
|
+
# @return [ResponseMessage]
|
292
|
+
describe 'send_voice test' do
|
293
|
+
it "should work" do
|
294
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
295
|
+
end
|
296
|
+
end
|
297
|
+
|
298
|
+
# unit tests for send_voice_link
|
299
|
+
#
|
300
|
+
#
|
301
|
+
# @param token bot's token to authorize the request
|
302
|
+
# @param [Hash] opts the optional parameters
|
303
|
+
# @option opts [SendVoiceLinkBody] :body
|
304
|
+
# @return [ResponseMessage]
|
305
|
+
describe 'send_voice_link test' do
|
306
|
+
it "should work" do
|
307
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
308
|
+
end
|
309
|
+
end
|
310
|
+
|
311
|
+
end
|
@@ -0,0 +1,52 @@
|
|
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 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for Teleswagger::CallbacksApi
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'CallbacksApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = Teleswagger::CallbacksApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of CallbacksApi' do
|
30
|
+
it 'should create an instance of CallbacksApi' do
|
31
|
+
expect(@instance).to be_instance_of(Teleswagger::CallbacksApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for answer_callback_query
|
36
|
+
#
|
37
|
+
#
|
38
|
+
# @param token bot's token to authorize the request
|
39
|
+
# @param callback_query_id
|
40
|
+
# @param text
|
41
|
+
# @param show_alert
|
42
|
+
# @param url
|
43
|
+
# @param cache_time
|
44
|
+
# @param [Hash] opts the optional parameters
|
45
|
+
# @return [ResponseBool]
|
46
|
+
describe 'answer_callback_query test' do
|
47
|
+
it "should work" do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
end
|
@@ -0,0 +1,266 @@
|
|
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 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for Teleswagger::ChatsApi
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'ChatsApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = Teleswagger::ChatsApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of ChatsApi' do
|
30
|
+
it 'should create an instance of ChatsApi' do
|
31
|
+
expect(@instance).to be_instance_of(Teleswagger::ChatsApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for delete_chat_photo
|
36
|
+
#
|
37
|
+
#
|
38
|
+
# @param token bot's token to authorize the request
|
39
|
+
# @param chat_id
|
40
|
+
# @param [Hash] opts the optional parameters
|
41
|
+
# @return [ResponseBool]
|
42
|
+
describe 'delete_chat_photo test' do
|
43
|
+
it "should work" do
|
44
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
# unit tests for export_chat_invite_link
|
49
|
+
#
|
50
|
+
#
|
51
|
+
# @param token bot's token to authorize the request
|
52
|
+
# @param chat_id
|
53
|
+
# @param [Hash] opts the optional parameters
|
54
|
+
# @return [String]
|
55
|
+
describe 'export_chat_invite_link test' do
|
56
|
+
it "should work" do
|
57
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
# unit tests for get_chat
|
62
|
+
#
|
63
|
+
#
|
64
|
+
# @param token bot's token to authorize the request
|
65
|
+
# @param chat_id
|
66
|
+
# @param [Hash] opts the optional parameters
|
67
|
+
# @return [InlineResponse2003]
|
68
|
+
describe 'get_chat test' do
|
69
|
+
it "should work" do
|
70
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
# unit tests for get_chat_administrators
|
75
|
+
#
|
76
|
+
#
|
77
|
+
# @param token bot's token to authorize the request
|
78
|
+
# @param chat_id
|
79
|
+
# @param [Hash] opts the optional parameters
|
80
|
+
# @return [InlineResponse2004]
|
81
|
+
describe 'get_chat_administrators test' do
|
82
|
+
it "should work" do
|
83
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
84
|
+
end
|
85
|
+
end
|
86
|
+
|
87
|
+
# unit tests for get_chat_member
|
88
|
+
#
|
89
|
+
#
|
90
|
+
# @param token bot's token to authorize the request
|
91
|
+
# @param chat_id
|
92
|
+
# @param user_id
|
93
|
+
# @param [Hash] opts the optional parameters
|
94
|
+
# @return [InlineResponse2006]
|
95
|
+
describe 'get_chat_member test' do
|
96
|
+
it "should work" do
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
# unit tests for get_chat_members_count
|
102
|
+
#
|
103
|
+
#
|
104
|
+
# @param token bot's token to authorize the request
|
105
|
+
# @param chat_id
|
106
|
+
# @param [Hash] opts the optional parameters
|
107
|
+
# @return [InlineResponse2005]
|
108
|
+
describe 'get_chat_members_count test' do
|
109
|
+
it "should work" do
|
110
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
114
|
+
# unit tests for kick_chat_member
|
115
|
+
#
|
116
|
+
#
|
117
|
+
# @param token bot's token to authorize the request
|
118
|
+
# @param chat_id
|
119
|
+
# @param user_id
|
120
|
+
# @param [Hash] opts the optional parameters
|
121
|
+
# @option opts [Integer] :until_date
|
122
|
+
# @return [ResponseBool]
|
123
|
+
describe 'kick_chat_member test' do
|
124
|
+
it "should work" do
|
125
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
126
|
+
end
|
127
|
+
end
|
128
|
+
|
129
|
+
# unit tests for leave_chat
|
130
|
+
#
|
131
|
+
#
|
132
|
+
# @param token bot's token to authorize the request
|
133
|
+
# @param chat_id
|
134
|
+
# @param [Hash] opts the optional parameters
|
135
|
+
# @return [ResponseBool]
|
136
|
+
describe 'leave_chat test' do
|
137
|
+
it "should work" do
|
138
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
139
|
+
end
|
140
|
+
end
|
141
|
+
|
142
|
+
# unit tests for pin_chat_message
|
143
|
+
#
|
144
|
+
#
|
145
|
+
# @param token bot's token to authorize the request
|
146
|
+
# @param chat_id
|
147
|
+
# @param message_id
|
148
|
+
# @param [Hash] opts the optional parameters
|
149
|
+
# @option opts [BOOLEAN] :disable_notification
|
150
|
+
# @return [ResponseBool]
|
151
|
+
describe 'pin_chat_message test' do
|
152
|
+
it "should work" do
|
153
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
154
|
+
end
|
155
|
+
end
|
156
|
+
|
157
|
+
# unit tests for promote_chat_member
|
158
|
+
#
|
159
|
+
#
|
160
|
+
# @param token bot's token to authorize the request
|
161
|
+
# @param body
|
162
|
+
# @param [Hash] opts the optional parameters
|
163
|
+
# @return [ResponseBool]
|
164
|
+
describe 'promote_chat_member test' do
|
165
|
+
it "should work" do
|
166
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
167
|
+
end
|
168
|
+
end
|
169
|
+
|
170
|
+
# unit tests for restrict_chat_member
|
171
|
+
#
|
172
|
+
#
|
173
|
+
# @param token bot's token to authorize the request
|
174
|
+
# @param body
|
175
|
+
# @param [Hash] opts the optional parameters
|
176
|
+
# @return [ResponseBool]
|
177
|
+
describe 'restrict_chat_member test' do
|
178
|
+
it "should work" do
|
179
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
180
|
+
end
|
181
|
+
end
|
182
|
+
|
183
|
+
# unit tests for send_chat_action
|
184
|
+
#
|
185
|
+
#
|
186
|
+
# @param token bot's token to authorize the request
|
187
|
+
# @param chat_id
|
188
|
+
# @param action
|
189
|
+
# @param [Hash] opts the optional parameters
|
190
|
+
# @return [ResponseBool]
|
191
|
+
describe 'send_chat_action test' do
|
192
|
+
it "should work" do
|
193
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
194
|
+
end
|
195
|
+
end
|
196
|
+
|
197
|
+
# unit tests for set_chat_description
|
198
|
+
#
|
199
|
+
#
|
200
|
+
# @param token bot's token to authorize the request
|
201
|
+
# @param chat_id
|
202
|
+
# @param description
|
203
|
+
# @param [Hash] opts the optional parameters
|
204
|
+
# @return [ResponseBool]
|
205
|
+
describe 'set_chat_description test' do
|
206
|
+
it "should work" do
|
207
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
208
|
+
end
|
209
|
+
end
|
210
|
+
|
211
|
+
# unit tests for set_chat_photo
|
212
|
+
#
|
213
|
+
#
|
214
|
+
# @param token bot's token to authorize the request
|
215
|
+
# @param chat_id
|
216
|
+
# @param photo
|
217
|
+
# @param [Hash] opts the optional parameters
|
218
|
+
# @return [ResponseBool]
|
219
|
+
describe 'set_chat_photo test' do
|
220
|
+
it "should work" do
|
221
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
222
|
+
end
|
223
|
+
end
|
224
|
+
|
225
|
+
# unit tests for set_chat_title
|
226
|
+
#
|
227
|
+
#
|
228
|
+
# @param token bot's token to authorize the request
|
229
|
+
# @param chat_id
|
230
|
+
# @param title
|
231
|
+
# @param [Hash] opts the optional parameters
|
232
|
+
# @return [ResponseBool]
|
233
|
+
describe 'set_chat_title test' do
|
234
|
+
it "should work" do
|
235
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
236
|
+
end
|
237
|
+
end
|
238
|
+
|
239
|
+
# unit tests for unban_chat_member
|
240
|
+
#
|
241
|
+
#
|
242
|
+
# @param token bot's token to authorize the request
|
243
|
+
# @param chat_id
|
244
|
+
# @param user_id
|
245
|
+
# @param [Hash] opts the optional parameters
|
246
|
+
# @return [ResponseBool]
|
247
|
+
describe 'unban_chat_member test' do
|
248
|
+
it "should work" do
|
249
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
250
|
+
end
|
251
|
+
end
|
252
|
+
|
253
|
+
# unit tests for unpin_chat_message
|
254
|
+
#
|
255
|
+
#
|
256
|
+
# @param token bot's token to authorize the request
|
257
|
+
# @param chat_id
|
258
|
+
# @param [Hash] opts the optional parameters
|
259
|
+
# @return [ResponseBool]
|
260
|
+
describe 'unpin_chat_message test' do
|
261
|
+
it "should work" do
|
262
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
263
|
+
end
|
264
|
+
end
|
265
|
+
|
266
|
+
end
|