telegram-bot-ruby-rbs 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +42 -0
  4. data/sig/telegram/bot/api.rbs +690 -0
  5. data/sig/telegram/bot/core.rbs +50 -0
  6. data/sig/telegram/bot/types/accepted_gift_types.rbs +16 -0
  7. data/sig/telegram/bot/types/affiliate_info.rbs +16 -0
  8. data/sig/telegram/bot/types/animation.rbs +20 -0
  9. data/sig/telegram/bot/types/audio.rbs +20 -0
  10. data/sig/telegram/bot/types/background_fill_freeform_gradient.rbs +13 -0
  11. data/sig/telegram/bot/types/background_fill_gradient.rbs +15 -0
  12. data/sig/telegram/bot/types/background_fill_solid.rbs +13 -0
  13. data/sig/telegram/bot/types/background_type_chat_theme.rbs +13 -0
  14. data/sig/telegram/bot/types/background_type_fill.rbs +14 -0
  15. data/sig/telegram/bot/types/background_type_pattern.rbs +17 -0
  16. data/sig/telegram/bot/types/background_type_wallpaper.rbs +16 -0
  17. data/sig/telegram/bot/types/base.rbs +22 -0
  18. data/sig/telegram/bot/types/birthdate.rbs +14 -0
  19. data/sig/telegram/bot/types/bot_command.rbs +13 -0
  20. data/sig/telegram/bot/types/bot_command_scope_all_chat_administrators.rbs +12 -0
  21. data/sig/telegram/bot/types/bot_command_scope_all_group_chats.rbs +12 -0
  22. data/sig/telegram/bot/types/bot_command_scope_all_private_chats.rbs +12 -0
  23. data/sig/telegram/bot/types/bot_command_scope_chat.rbs +13 -0
  24. data/sig/telegram/bot/types/bot_command_scope_chat_administrators.rbs +13 -0
  25. data/sig/telegram/bot/types/bot_command_scope_chat_member.rbs +14 -0
  26. data/sig/telegram/bot/types/bot_command_scope_default.rbs +12 -0
  27. data/sig/telegram/bot/types/bot_description.rbs +12 -0
  28. data/sig/telegram/bot/types/bot_name.rbs +12 -0
  29. data/sig/telegram/bot/types/bot_short_description.rbs +12 -0
  30. data/sig/telegram/bot/types/business_bot_rights.rbs +25 -0
  31. data/sig/telegram/bot/types/business_connection.rbs +17 -0
  32. data/sig/telegram/bot/types/business_intro.rbs +14 -0
  33. data/sig/telegram/bot/types/business_location.rbs +13 -0
  34. data/sig/telegram/bot/types/business_messages_deleted.rbs +14 -0
  35. data/sig/telegram/bot/types/business_opening_hours.rbs +13 -0
  36. data/sig/telegram/bot/types/business_opening_hours_interval.rbs +13 -0
  37. data/sig/telegram/bot/types/callback_game.rbs +11 -0
  38. data/sig/telegram/bot/types/callback_query.rbs +19 -0
  39. data/sig/telegram/bot/types/chat.rbs +19 -0
  40. data/sig/telegram/bot/types/chat_administrator_rights.rbs +28 -0
  41. data/sig/telegram/bot/types/chat_background.rbs +12 -0
  42. data/sig/telegram/bot/types/chat_boost.rbs +15 -0
  43. data/sig/telegram/bot/types/chat_boost_added.rbs +12 -0
  44. data/sig/telegram/bot/types/chat_boost_removed.rbs +15 -0
  45. data/sig/telegram/bot/types/chat_boost_source_gift_code.rbs +13 -0
  46. data/sig/telegram/bot/types/chat_boost_source_giveaway.rbs +16 -0
  47. data/sig/telegram/bot/types/chat_boost_source_premium.rbs +13 -0
  48. data/sig/telegram/bot/types/chat_boost_updated.rbs +13 -0
  49. data/sig/telegram/bot/types/chat_full_info.rbs +62 -0
  50. data/sig/telegram/bot/types/chat_invite_link.rbs +22 -0
  51. data/sig/telegram/bot/types/chat_join_request.rbs +17 -0
  52. data/sig/telegram/bot/types/chat_location.rbs +13 -0
  53. data/sig/telegram/bot/types/chat_member_administrator.rbs +32 -0
  54. data/sig/telegram/bot/types/chat_member_banned.rbs +14 -0
  55. data/sig/telegram/bot/types/chat_member_left.rbs +13 -0
  56. data/sig/telegram/bot/types/chat_member_member.rbs +15 -0
  57. data/sig/telegram/bot/types/chat_member_owner.rbs +15 -0
  58. data/sig/telegram/bot/types/chat_member_restricted.rbs +31 -0
  59. data/sig/telegram/bot/types/chat_member_updated.rbs +19 -0
  60. data/sig/telegram/bot/types/chat_owner_changed.rbs +12 -0
  61. data/sig/telegram/bot/types/chat_owner_left.rbs +12 -0
  62. data/sig/telegram/bot/types/chat_permissions.rbs +26 -0
  63. data/sig/telegram/bot/types/chat_photo.rbs +15 -0
  64. data/sig/telegram/bot/types/chat_shared.rbs +16 -0
  65. data/sig/telegram/bot/types/checklist.rbs +16 -0
  66. data/sig/telegram/bot/types/checklist_task.rbs +17 -0
  67. data/sig/telegram/bot/types/checklist_tasks_added.rbs +13 -0
  68. data/sig/telegram/bot/types/checklist_tasks_done.rbs +14 -0
  69. data/sig/telegram/bot/types/chosen_inline_result.rbs +16 -0
  70. data/sig/telegram/bot/types/contact.rbs +16 -0
  71. data/sig/telegram/bot/types/copy_text_button.rbs +12 -0
  72. data/sig/telegram/bot/types/dice.rbs +13 -0
  73. data/sig/telegram/bot/types/direct_message_price_changed.rbs +13 -0
  74. data/sig/telegram/bot/types/direct_messages_topic.rbs +13 -0
  75. data/sig/telegram/bot/types/document.rbs +17 -0
  76. data/sig/telegram/bot/types/encrypted_credentials.rbs +14 -0
  77. data/sig/telegram/bot/types/encrypted_passport_element.rbs +21 -0
  78. data/sig/telegram/bot/types/error.rbs +15 -0
  79. data/sig/telegram/bot/types/external_reply_info.rbs +36 -0
  80. data/sig/telegram/bot/types/file.rbs +15 -0
  81. data/sig/telegram/bot/types/force_reply.rbs +14 -0
  82. data/sig/telegram/bot/types/forum_topic.rbs +16 -0
  83. data/sig/telegram/bot/types/forum_topic_closed.rbs +11 -0
  84. data/sig/telegram/bot/types/forum_topic_created.rbs +15 -0
  85. data/sig/telegram/bot/types/forum_topic_edited.rbs +13 -0
  86. data/sig/telegram/bot/types/forum_topic_reopened.rbs +11 -0
  87. data/sig/telegram/bot/types/game.rbs +17 -0
  88. data/sig/telegram/bot/types/game_high_score.rbs +14 -0
  89. data/sig/telegram/bot/types/general_forum_topic_hidden.rbs +11 -0
  90. data/sig/telegram/bot/types/general_forum_topic_unhidden.rbs +11 -0
  91. data/sig/telegram/bot/types/gift.rbs +24 -0
  92. data/sig/telegram/bot/types/gift_background.rbs +14 -0
  93. data/sig/telegram/bot/types/gift_info.rbs +21 -0
  94. data/sig/telegram/bot/types/gifts.rbs +12 -0
  95. data/sig/telegram/bot/types/giveaway.rbs +20 -0
  96. data/sig/telegram/bot/types/giveaway_completed.rbs +15 -0
  97. data/sig/telegram/bot/types/giveaway_created.rbs +12 -0
  98. data/sig/telegram/bot/types/giveaway_winners.rbs +23 -0
  99. data/sig/telegram/bot/types/inaccessible_message.rbs +14 -0
  100. data/sig/telegram/bot/types/inline_keyboard_button.rbs +24 -0
  101. data/sig/telegram/bot/types/inline_keyboard_markup.rbs +12 -0
  102. data/sig/telegram/bot/types/inline_query.rbs +17 -0
  103. data/sig/telegram/bot/types/inline_query_result_article.rbs +21 -0
  104. data/sig/telegram/bot/types/inline_query_result_audio.rbs +22 -0
  105. data/sig/telegram/bot/types/inline_query_result_cached_audio.rbs +19 -0
  106. data/sig/telegram/bot/types/inline_query_result_cached_document.rbs +21 -0
  107. data/sig/telegram/bot/types/inline_query_result_cached_gif.rbs +21 -0
  108. data/sig/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rbs +21 -0
  109. data/sig/telegram/bot/types/inline_query_result_cached_photo.rbs +22 -0
  110. data/sig/telegram/bot/types/inline_query_result_cached_sticker.rbs +16 -0
  111. data/sig/telegram/bot/types/inline_query_result_cached_video.rbs +22 -0
  112. data/sig/telegram/bot/types/inline_query_result_cached_voice.rbs +20 -0
  113. data/sig/telegram/bot/types/inline_query_result_contact.rbs +22 -0
  114. data/sig/telegram/bot/types/inline_query_result_document.rbs +25 -0
  115. data/sig/telegram/bot/types/inline_query_result_game.rbs +15 -0
  116. data/sig/telegram/bot/types/inline_query_result_gif.rbs +26 -0
  117. data/sig/telegram/bot/types/inline_query_result_location.rbs +25 -0
  118. data/sig/telegram/bot/types/inline_query_result_mpeg4_gif.rbs +26 -0
  119. data/sig/telegram/bot/types/inline_query_result_photo.rbs +25 -0
  120. data/sig/telegram/bot/types/inline_query_result_venue.rbs +26 -0
  121. data/sig/telegram/bot/types/inline_query_result_video.rbs +27 -0
  122. data/sig/telegram/bot/types/inline_query_result_voice.rbs +21 -0
  123. data/sig/telegram/bot/types/inline_query_results_button.rbs +14 -0
  124. data/sig/telegram/bot/types/input_checklist.rbs +17 -0
  125. data/sig/telegram/bot/types/input_checklist_task.rbs +15 -0
  126. data/sig/telegram/bot/types/input_contact_message_content.rbs +15 -0
  127. data/sig/telegram/bot/types/input_file.rbs +11 -0
  128. data/sig/telegram/bot/types/input_invoice_message_content.rbs +31 -0
  129. data/sig/telegram/bot/types/input_location_message_content.rbs +17 -0
  130. data/sig/telegram/bot/types/input_media_animation.rbs +22 -0
  131. data/sig/telegram/bot/types/input_media_audio.rbs +20 -0
  132. data/sig/telegram/bot/types/input_media_document.rbs +18 -0
  133. data/sig/telegram/bot/types/input_media_photo.rbs +18 -0
  134. data/sig/telegram/bot/types/input_media_video.rbs +25 -0
  135. data/sig/telegram/bot/types/input_paid_media_photo.rbs +13 -0
  136. data/sig/telegram/bot/types/input_paid_media_video.rbs +20 -0
  137. data/sig/telegram/bot/types/input_poll_option.rbs +14 -0
  138. data/sig/telegram/bot/types/input_profile_photo_animated.rbs +14 -0
  139. data/sig/telegram/bot/types/input_profile_photo_static.rbs +13 -0
  140. data/sig/telegram/bot/types/input_sticker.rbs +16 -0
  141. data/sig/telegram/bot/types/input_story_content_photo.rbs +13 -0
  142. data/sig/telegram/bot/types/input_story_content_video.rbs +16 -0
  143. data/sig/telegram/bot/types/input_text_message_content.rbs +15 -0
  144. data/sig/telegram/bot/types/input_venue_message_content.rbs +19 -0
  145. data/sig/telegram/bot/types/invoice.rbs +16 -0
  146. data/sig/telegram/bot/types/keyboard_button.rbs +21 -0
  147. data/sig/telegram/bot/types/keyboard_button_poll_type.rbs +12 -0
  148. data/sig/telegram/bot/types/keyboard_button_request_chat.rbs +22 -0
  149. data/sig/telegram/bot/types/keyboard_button_request_managed_bot.rbs +14 -0
  150. data/sig/telegram/bot/types/keyboard_button_request_users.rbs +18 -0
  151. data/sig/telegram/bot/types/labeled_price.rbs +13 -0
  152. data/sig/telegram/bot/types/link_preview_options.rbs +16 -0
  153. data/sig/telegram/bot/types/location.rbs +17 -0
  154. data/sig/telegram/bot/types/location_address.rbs +15 -0
  155. data/sig/telegram/bot/types/login_url.rbs +15 -0
  156. data/sig/telegram/bot/types/managed_bot_created.rbs +12 -0
  157. data/sig/telegram/bot/types/managed_bot_updated.rbs +13 -0
  158. data/sig/telegram/bot/types/mask_position.rbs +15 -0
  159. data/sig/telegram/bot/types/menu_button_commands.rbs +12 -0
  160. data/sig/telegram/bot/types/menu_button_default.rbs +12 -0
  161. data/sig/telegram/bot/types/menu_button_web_app.rbs +14 -0
  162. data/sig/telegram/bot/types/message.rbs +122 -0
  163. data/sig/telegram/bot/types/message_auto_delete_timer_changed.rbs +12 -0
  164. data/sig/telegram/bot/types/message_entity.rbs +20 -0
  165. data/sig/telegram/bot/types/message_id.rbs +12 -0
  166. data/sig/telegram/bot/types/message_origin_channel.rbs +16 -0
  167. data/sig/telegram/bot/types/message_origin_chat.rbs +15 -0
  168. data/sig/telegram/bot/types/message_origin_hidden_user.rbs +14 -0
  169. data/sig/telegram/bot/types/message_origin_user.rbs +14 -0
  170. data/sig/telegram/bot/types/message_reaction_count_updated.rbs +15 -0
  171. data/sig/telegram/bot/types/message_reaction_updated.rbs +18 -0
  172. data/sig/telegram/bot/types/order_info.rbs +15 -0
  173. data/sig/telegram/bot/types/owned_gift_regular.rbs +26 -0
  174. data/sig/telegram/bot/types/owned_gift_unique.rbs +20 -0
  175. data/sig/telegram/bot/types/owned_gifts.rbs +14 -0
  176. data/sig/telegram/bot/types/paid_media_info.rbs +13 -0
  177. data/sig/telegram/bot/types/paid_media_photo.rbs +13 -0
  178. data/sig/telegram/bot/types/paid_media_preview.rbs +15 -0
  179. data/sig/telegram/bot/types/paid_media_purchased.rbs +13 -0
  180. data/sig/telegram/bot/types/paid_media_video.rbs +13 -0
  181. data/sig/telegram/bot/types/paid_message_price_changed.rbs +12 -0
  182. data/sig/telegram/bot/types/passport_data.rbs +13 -0
  183. data/sig/telegram/bot/types/passport_element_error_data_field.rbs +16 -0
  184. data/sig/telegram/bot/types/passport_element_error_file.rbs +15 -0
  185. data/sig/telegram/bot/types/passport_element_error_files.rbs +15 -0
  186. data/sig/telegram/bot/types/passport_element_error_front_side.rbs +15 -0
  187. data/sig/telegram/bot/types/passport_element_error_reverse_side.rbs +15 -0
  188. data/sig/telegram/bot/types/passport_element_error_selfie.rbs +15 -0
  189. data/sig/telegram/bot/types/passport_element_error_translation_file.rbs +15 -0
  190. data/sig/telegram/bot/types/passport_element_error_translation_files.rbs +15 -0
  191. data/sig/telegram/bot/types/passport_element_error_unspecified.rbs +15 -0
  192. data/sig/telegram/bot/types/passport_file.rbs +15 -0
  193. data/sig/telegram/bot/types/photo_size.rbs +16 -0
  194. data/sig/telegram/bot/types/poll.rbs +28 -0
  195. data/sig/telegram/bot/types/poll_answer.rbs +16 -0
  196. data/sig/telegram/bot/types/poll_option.rbs +18 -0
  197. data/sig/telegram/bot/types/poll_option_added.rbs +15 -0
  198. data/sig/telegram/bot/types/poll_option_deleted.rbs +15 -0
  199. data/sig/telegram/bot/types/pre_checkout_query.rbs +18 -0
  200. data/sig/telegram/bot/types/prepared_inline_message.rbs +13 -0
  201. data/sig/telegram/bot/types/prepared_keyboard_button.rbs +12 -0
  202. data/sig/telegram/bot/types/proximity_alert_triggered.rbs +14 -0
  203. data/sig/telegram/bot/types/reaction_count.rbs +13 -0
  204. data/sig/telegram/bot/types/reaction_type_custom_emoji.rbs +13 -0
  205. data/sig/telegram/bot/types/reaction_type_emoji.rbs +13 -0
  206. data/sig/telegram/bot/types/reaction_type_paid.rbs +12 -0
  207. data/sig/telegram/bot/types/refunded_payment.rbs +16 -0
  208. data/sig/telegram/bot/types/reply_keyboard_markup.rbs +17 -0
  209. data/sig/telegram/bot/types/reply_keyboard_remove.rbs +13 -0
  210. data/sig/telegram/bot/types/reply_parameters.rbs +20 -0
  211. data/sig/telegram/bot/types/response_parameters.rbs +13 -0
  212. data/sig/telegram/bot/types/revenue_withdrawal_state_failed.rbs +12 -0
  213. data/sig/telegram/bot/types/revenue_withdrawal_state_pending.rbs +12 -0
  214. data/sig/telegram/bot/types/revenue_withdrawal_state_succeeded.rbs +14 -0
  215. data/sig/telegram/bot/types/sent_web_app_message.rbs +12 -0
  216. data/sig/telegram/bot/types/shared_user.rbs +16 -0
  217. data/sig/telegram/bot/types/shipping_address.rbs +17 -0
  218. data/sig/telegram/bot/types/shipping_option.rbs +14 -0
  219. data/sig/telegram/bot/types/shipping_query.rbs +15 -0
  220. data/sig/telegram/bot/types/star_amount.rbs +13 -0
  221. data/sig/telegram/bot/types/star_transaction.rbs +17 -0
  222. data/sig/telegram/bot/types/star_transactions.rbs +12 -0
  223. data/sig/telegram/bot/types/sticker.rbs +26 -0
  224. data/sig/telegram/bot/types/sticker_set.rbs +16 -0
  225. data/sig/telegram/bot/types/story.rbs +13 -0
  226. data/sig/telegram/bot/types/story_area.rbs +13 -0
  227. data/sig/telegram/bot/types/story_area_position.rbs +17 -0
  228. data/sig/telegram/bot/types/story_area_type_link.rbs +13 -0
  229. data/sig/telegram/bot/types/story_area_type_location.rbs +15 -0
  230. data/sig/telegram/bot/types/story_area_type_suggested_reaction.rbs +15 -0
  231. data/sig/telegram/bot/types/story_area_type_unique_gift.rbs +13 -0
  232. data/sig/telegram/bot/types/story_area_type_weather.rbs +15 -0
  233. data/sig/telegram/bot/types/successful_payment.rbs +21 -0
  234. data/sig/telegram/bot/types/suggested_post_approval_failed.rbs +13 -0
  235. data/sig/telegram/bot/types/suggested_post_approved.rbs +14 -0
  236. data/sig/telegram/bot/types/suggested_post_declined.rbs +13 -0
  237. data/sig/telegram/bot/types/suggested_post_info.rbs +14 -0
  238. data/sig/telegram/bot/types/suggested_post_paid.rbs +15 -0
  239. data/sig/telegram/bot/types/suggested_post_parameters.rbs +13 -0
  240. data/sig/telegram/bot/types/suggested_post_price.rbs +13 -0
  241. data/sig/telegram/bot/types/suggested_post_refunded.rbs +13 -0
  242. data/sig/telegram/bot/types/switch_inline_query_chosen_chat.rbs +16 -0
  243. data/sig/telegram/bot/types/text_quote.rbs +15 -0
  244. data/sig/telegram/bot/types/transaction_partner_affiliate_program.rbs +14 -0
  245. data/sig/telegram/bot/types/transaction_partner_chat.rbs +14 -0
  246. data/sig/telegram/bot/types/transaction_partner_fragment.rbs +13 -0
  247. data/sig/telegram/bot/types/transaction_partner_other.rbs +12 -0
  248. data/sig/telegram/bot/types/transaction_partner_telegram_ads.rbs +12 -0
  249. data/sig/telegram/bot/types/transaction_partner_telegram_api.rbs +13 -0
  250. data/sig/telegram/bot/types/transaction_partner_user.rbs +21 -0
  251. data/sig/telegram/bot/types/unions.rbs +69 -0
  252. data/sig/telegram/bot/types/unique_gift.rbs +23 -0
  253. data/sig/telegram/bot/types/unique_gift_backdrop.rbs +14 -0
  254. data/sig/telegram/bot/types/unique_gift_backdrop_colors.rbs +15 -0
  255. data/sig/telegram/bot/types/unique_gift_colors.rbs +17 -0
  256. data/sig/telegram/bot/types/unique_gift_info.rbs +18 -0
  257. data/sig/telegram/bot/types/unique_gift_model.rbs +15 -0
  258. data/sig/telegram/bot/types/unique_gift_symbol.rbs +14 -0
  259. data/sig/telegram/bot/types/update.rbs +37 -0
  260. data/sig/telegram/bot/types/user.rbs +27 -0
  261. data/sig/telegram/bot/types/user_chat_boosts.rbs +12 -0
  262. data/sig/telegram/bot/types/user_profile_audios.rbs +13 -0
  263. data/sig/telegram/bot/types/user_profile_photos.rbs +13 -0
  264. data/sig/telegram/bot/types/user_rating.rbs +15 -0
  265. data/sig/telegram/bot/types/users_shared.rbs +13 -0
  266. data/sig/telegram/bot/types/venue.rbs +18 -0
  267. data/sig/telegram/bot/types/video.rbs +23 -0
  268. data/sig/telegram/bot/types/video_chat_ended.rbs +12 -0
  269. data/sig/telegram/bot/types/video_chat_participants_invited.rbs +12 -0
  270. data/sig/telegram/bot/types/video_chat_scheduled.rbs +12 -0
  271. data/sig/telegram/bot/types/video_chat_started.rbs +11 -0
  272. data/sig/telegram/bot/types/video_note.rbs +17 -0
  273. data/sig/telegram/bot/types/video_quality.rbs +17 -0
  274. data/sig/telegram/bot/types/voice.rbs +16 -0
  275. data/sig/telegram/bot/types/web_app_data.rbs +13 -0
  276. data/sig/telegram/bot/types/web_app_info.rbs +12 -0
  277. data/sig/telegram/bot/types/webhook_info.rbs +20 -0
  278. data/sig/telegram/bot/types/write_access_allowed.rbs +14 -0
  279. metadata +340 -0
metadata ADDED
@@ -0,0 +1,340 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: telegram-bot-ruby-rbs
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - ldebortoli
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: telegram-bot-ruby
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: 2.7.0
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: '2.8'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ version: 2.7.0
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: '2.8'
32
+ description: Complete, generated RBS signatures for telegram-bot-ruby, checked against
33
+ the official Telegram Bot API documentation.
34
+ executables: []
35
+ extensions: []
36
+ extra_rdoc_files: []
37
+ files:
38
+ - LICENSE.txt
39
+ - README.md
40
+ - sig/telegram/bot/api.rbs
41
+ - sig/telegram/bot/core.rbs
42
+ - sig/telegram/bot/types/accepted_gift_types.rbs
43
+ - sig/telegram/bot/types/affiliate_info.rbs
44
+ - sig/telegram/bot/types/animation.rbs
45
+ - sig/telegram/bot/types/audio.rbs
46
+ - sig/telegram/bot/types/background_fill_freeform_gradient.rbs
47
+ - sig/telegram/bot/types/background_fill_gradient.rbs
48
+ - sig/telegram/bot/types/background_fill_solid.rbs
49
+ - sig/telegram/bot/types/background_type_chat_theme.rbs
50
+ - sig/telegram/bot/types/background_type_fill.rbs
51
+ - sig/telegram/bot/types/background_type_pattern.rbs
52
+ - sig/telegram/bot/types/background_type_wallpaper.rbs
53
+ - sig/telegram/bot/types/base.rbs
54
+ - sig/telegram/bot/types/birthdate.rbs
55
+ - sig/telegram/bot/types/bot_command.rbs
56
+ - sig/telegram/bot/types/bot_command_scope_all_chat_administrators.rbs
57
+ - sig/telegram/bot/types/bot_command_scope_all_group_chats.rbs
58
+ - sig/telegram/bot/types/bot_command_scope_all_private_chats.rbs
59
+ - sig/telegram/bot/types/bot_command_scope_chat.rbs
60
+ - sig/telegram/bot/types/bot_command_scope_chat_administrators.rbs
61
+ - sig/telegram/bot/types/bot_command_scope_chat_member.rbs
62
+ - sig/telegram/bot/types/bot_command_scope_default.rbs
63
+ - sig/telegram/bot/types/bot_description.rbs
64
+ - sig/telegram/bot/types/bot_name.rbs
65
+ - sig/telegram/bot/types/bot_short_description.rbs
66
+ - sig/telegram/bot/types/business_bot_rights.rbs
67
+ - sig/telegram/bot/types/business_connection.rbs
68
+ - sig/telegram/bot/types/business_intro.rbs
69
+ - sig/telegram/bot/types/business_location.rbs
70
+ - sig/telegram/bot/types/business_messages_deleted.rbs
71
+ - sig/telegram/bot/types/business_opening_hours.rbs
72
+ - sig/telegram/bot/types/business_opening_hours_interval.rbs
73
+ - sig/telegram/bot/types/callback_game.rbs
74
+ - sig/telegram/bot/types/callback_query.rbs
75
+ - sig/telegram/bot/types/chat.rbs
76
+ - sig/telegram/bot/types/chat_administrator_rights.rbs
77
+ - sig/telegram/bot/types/chat_background.rbs
78
+ - sig/telegram/bot/types/chat_boost.rbs
79
+ - sig/telegram/bot/types/chat_boost_added.rbs
80
+ - sig/telegram/bot/types/chat_boost_removed.rbs
81
+ - sig/telegram/bot/types/chat_boost_source_gift_code.rbs
82
+ - sig/telegram/bot/types/chat_boost_source_giveaway.rbs
83
+ - sig/telegram/bot/types/chat_boost_source_premium.rbs
84
+ - sig/telegram/bot/types/chat_boost_updated.rbs
85
+ - sig/telegram/bot/types/chat_full_info.rbs
86
+ - sig/telegram/bot/types/chat_invite_link.rbs
87
+ - sig/telegram/bot/types/chat_join_request.rbs
88
+ - sig/telegram/bot/types/chat_location.rbs
89
+ - sig/telegram/bot/types/chat_member_administrator.rbs
90
+ - sig/telegram/bot/types/chat_member_banned.rbs
91
+ - sig/telegram/bot/types/chat_member_left.rbs
92
+ - sig/telegram/bot/types/chat_member_member.rbs
93
+ - sig/telegram/bot/types/chat_member_owner.rbs
94
+ - sig/telegram/bot/types/chat_member_restricted.rbs
95
+ - sig/telegram/bot/types/chat_member_updated.rbs
96
+ - sig/telegram/bot/types/chat_owner_changed.rbs
97
+ - sig/telegram/bot/types/chat_owner_left.rbs
98
+ - sig/telegram/bot/types/chat_permissions.rbs
99
+ - sig/telegram/bot/types/chat_photo.rbs
100
+ - sig/telegram/bot/types/chat_shared.rbs
101
+ - sig/telegram/bot/types/checklist.rbs
102
+ - sig/telegram/bot/types/checklist_task.rbs
103
+ - sig/telegram/bot/types/checklist_tasks_added.rbs
104
+ - sig/telegram/bot/types/checklist_tasks_done.rbs
105
+ - sig/telegram/bot/types/chosen_inline_result.rbs
106
+ - sig/telegram/bot/types/contact.rbs
107
+ - sig/telegram/bot/types/copy_text_button.rbs
108
+ - sig/telegram/bot/types/dice.rbs
109
+ - sig/telegram/bot/types/direct_message_price_changed.rbs
110
+ - sig/telegram/bot/types/direct_messages_topic.rbs
111
+ - sig/telegram/bot/types/document.rbs
112
+ - sig/telegram/bot/types/encrypted_credentials.rbs
113
+ - sig/telegram/bot/types/encrypted_passport_element.rbs
114
+ - sig/telegram/bot/types/error.rbs
115
+ - sig/telegram/bot/types/external_reply_info.rbs
116
+ - sig/telegram/bot/types/file.rbs
117
+ - sig/telegram/bot/types/force_reply.rbs
118
+ - sig/telegram/bot/types/forum_topic.rbs
119
+ - sig/telegram/bot/types/forum_topic_closed.rbs
120
+ - sig/telegram/bot/types/forum_topic_created.rbs
121
+ - sig/telegram/bot/types/forum_topic_edited.rbs
122
+ - sig/telegram/bot/types/forum_topic_reopened.rbs
123
+ - sig/telegram/bot/types/game.rbs
124
+ - sig/telegram/bot/types/game_high_score.rbs
125
+ - sig/telegram/bot/types/general_forum_topic_hidden.rbs
126
+ - sig/telegram/bot/types/general_forum_topic_unhidden.rbs
127
+ - sig/telegram/bot/types/gift.rbs
128
+ - sig/telegram/bot/types/gift_background.rbs
129
+ - sig/telegram/bot/types/gift_info.rbs
130
+ - sig/telegram/bot/types/gifts.rbs
131
+ - sig/telegram/bot/types/giveaway.rbs
132
+ - sig/telegram/bot/types/giveaway_completed.rbs
133
+ - sig/telegram/bot/types/giveaway_created.rbs
134
+ - sig/telegram/bot/types/giveaway_winners.rbs
135
+ - sig/telegram/bot/types/inaccessible_message.rbs
136
+ - sig/telegram/bot/types/inline_keyboard_button.rbs
137
+ - sig/telegram/bot/types/inline_keyboard_markup.rbs
138
+ - sig/telegram/bot/types/inline_query.rbs
139
+ - sig/telegram/bot/types/inline_query_result_article.rbs
140
+ - sig/telegram/bot/types/inline_query_result_audio.rbs
141
+ - sig/telegram/bot/types/inline_query_result_cached_audio.rbs
142
+ - sig/telegram/bot/types/inline_query_result_cached_document.rbs
143
+ - sig/telegram/bot/types/inline_query_result_cached_gif.rbs
144
+ - sig/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rbs
145
+ - sig/telegram/bot/types/inline_query_result_cached_photo.rbs
146
+ - sig/telegram/bot/types/inline_query_result_cached_sticker.rbs
147
+ - sig/telegram/bot/types/inline_query_result_cached_video.rbs
148
+ - sig/telegram/bot/types/inline_query_result_cached_voice.rbs
149
+ - sig/telegram/bot/types/inline_query_result_contact.rbs
150
+ - sig/telegram/bot/types/inline_query_result_document.rbs
151
+ - sig/telegram/bot/types/inline_query_result_game.rbs
152
+ - sig/telegram/bot/types/inline_query_result_gif.rbs
153
+ - sig/telegram/bot/types/inline_query_result_location.rbs
154
+ - sig/telegram/bot/types/inline_query_result_mpeg4_gif.rbs
155
+ - sig/telegram/bot/types/inline_query_result_photo.rbs
156
+ - sig/telegram/bot/types/inline_query_result_venue.rbs
157
+ - sig/telegram/bot/types/inline_query_result_video.rbs
158
+ - sig/telegram/bot/types/inline_query_result_voice.rbs
159
+ - sig/telegram/bot/types/inline_query_results_button.rbs
160
+ - sig/telegram/bot/types/input_checklist.rbs
161
+ - sig/telegram/bot/types/input_checklist_task.rbs
162
+ - sig/telegram/bot/types/input_contact_message_content.rbs
163
+ - sig/telegram/bot/types/input_file.rbs
164
+ - sig/telegram/bot/types/input_invoice_message_content.rbs
165
+ - sig/telegram/bot/types/input_location_message_content.rbs
166
+ - sig/telegram/bot/types/input_media_animation.rbs
167
+ - sig/telegram/bot/types/input_media_audio.rbs
168
+ - sig/telegram/bot/types/input_media_document.rbs
169
+ - sig/telegram/bot/types/input_media_photo.rbs
170
+ - sig/telegram/bot/types/input_media_video.rbs
171
+ - sig/telegram/bot/types/input_paid_media_photo.rbs
172
+ - sig/telegram/bot/types/input_paid_media_video.rbs
173
+ - sig/telegram/bot/types/input_poll_option.rbs
174
+ - sig/telegram/bot/types/input_profile_photo_animated.rbs
175
+ - sig/telegram/bot/types/input_profile_photo_static.rbs
176
+ - sig/telegram/bot/types/input_sticker.rbs
177
+ - sig/telegram/bot/types/input_story_content_photo.rbs
178
+ - sig/telegram/bot/types/input_story_content_video.rbs
179
+ - sig/telegram/bot/types/input_text_message_content.rbs
180
+ - sig/telegram/bot/types/input_venue_message_content.rbs
181
+ - sig/telegram/bot/types/invoice.rbs
182
+ - sig/telegram/bot/types/keyboard_button.rbs
183
+ - sig/telegram/bot/types/keyboard_button_poll_type.rbs
184
+ - sig/telegram/bot/types/keyboard_button_request_chat.rbs
185
+ - sig/telegram/bot/types/keyboard_button_request_managed_bot.rbs
186
+ - sig/telegram/bot/types/keyboard_button_request_users.rbs
187
+ - sig/telegram/bot/types/labeled_price.rbs
188
+ - sig/telegram/bot/types/link_preview_options.rbs
189
+ - sig/telegram/bot/types/location.rbs
190
+ - sig/telegram/bot/types/location_address.rbs
191
+ - sig/telegram/bot/types/login_url.rbs
192
+ - sig/telegram/bot/types/managed_bot_created.rbs
193
+ - sig/telegram/bot/types/managed_bot_updated.rbs
194
+ - sig/telegram/bot/types/mask_position.rbs
195
+ - sig/telegram/bot/types/menu_button_commands.rbs
196
+ - sig/telegram/bot/types/menu_button_default.rbs
197
+ - sig/telegram/bot/types/menu_button_web_app.rbs
198
+ - sig/telegram/bot/types/message.rbs
199
+ - sig/telegram/bot/types/message_auto_delete_timer_changed.rbs
200
+ - sig/telegram/bot/types/message_entity.rbs
201
+ - sig/telegram/bot/types/message_id.rbs
202
+ - sig/telegram/bot/types/message_origin_channel.rbs
203
+ - sig/telegram/bot/types/message_origin_chat.rbs
204
+ - sig/telegram/bot/types/message_origin_hidden_user.rbs
205
+ - sig/telegram/bot/types/message_origin_user.rbs
206
+ - sig/telegram/bot/types/message_reaction_count_updated.rbs
207
+ - sig/telegram/bot/types/message_reaction_updated.rbs
208
+ - sig/telegram/bot/types/order_info.rbs
209
+ - sig/telegram/bot/types/owned_gift_regular.rbs
210
+ - sig/telegram/bot/types/owned_gift_unique.rbs
211
+ - sig/telegram/bot/types/owned_gifts.rbs
212
+ - sig/telegram/bot/types/paid_media_info.rbs
213
+ - sig/telegram/bot/types/paid_media_photo.rbs
214
+ - sig/telegram/bot/types/paid_media_preview.rbs
215
+ - sig/telegram/bot/types/paid_media_purchased.rbs
216
+ - sig/telegram/bot/types/paid_media_video.rbs
217
+ - sig/telegram/bot/types/paid_message_price_changed.rbs
218
+ - sig/telegram/bot/types/passport_data.rbs
219
+ - sig/telegram/bot/types/passport_element_error_data_field.rbs
220
+ - sig/telegram/bot/types/passport_element_error_file.rbs
221
+ - sig/telegram/bot/types/passport_element_error_files.rbs
222
+ - sig/telegram/bot/types/passport_element_error_front_side.rbs
223
+ - sig/telegram/bot/types/passport_element_error_reverse_side.rbs
224
+ - sig/telegram/bot/types/passport_element_error_selfie.rbs
225
+ - sig/telegram/bot/types/passport_element_error_translation_file.rbs
226
+ - sig/telegram/bot/types/passport_element_error_translation_files.rbs
227
+ - sig/telegram/bot/types/passport_element_error_unspecified.rbs
228
+ - sig/telegram/bot/types/passport_file.rbs
229
+ - sig/telegram/bot/types/photo_size.rbs
230
+ - sig/telegram/bot/types/poll.rbs
231
+ - sig/telegram/bot/types/poll_answer.rbs
232
+ - sig/telegram/bot/types/poll_option.rbs
233
+ - sig/telegram/bot/types/poll_option_added.rbs
234
+ - sig/telegram/bot/types/poll_option_deleted.rbs
235
+ - sig/telegram/bot/types/pre_checkout_query.rbs
236
+ - sig/telegram/bot/types/prepared_inline_message.rbs
237
+ - sig/telegram/bot/types/prepared_keyboard_button.rbs
238
+ - sig/telegram/bot/types/proximity_alert_triggered.rbs
239
+ - sig/telegram/bot/types/reaction_count.rbs
240
+ - sig/telegram/bot/types/reaction_type_custom_emoji.rbs
241
+ - sig/telegram/bot/types/reaction_type_emoji.rbs
242
+ - sig/telegram/bot/types/reaction_type_paid.rbs
243
+ - sig/telegram/bot/types/refunded_payment.rbs
244
+ - sig/telegram/bot/types/reply_keyboard_markup.rbs
245
+ - sig/telegram/bot/types/reply_keyboard_remove.rbs
246
+ - sig/telegram/bot/types/reply_parameters.rbs
247
+ - sig/telegram/bot/types/response_parameters.rbs
248
+ - sig/telegram/bot/types/revenue_withdrawal_state_failed.rbs
249
+ - sig/telegram/bot/types/revenue_withdrawal_state_pending.rbs
250
+ - sig/telegram/bot/types/revenue_withdrawal_state_succeeded.rbs
251
+ - sig/telegram/bot/types/sent_web_app_message.rbs
252
+ - sig/telegram/bot/types/shared_user.rbs
253
+ - sig/telegram/bot/types/shipping_address.rbs
254
+ - sig/telegram/bot/types/shipping_option.rbs
255
+ - sig/telegram/bot/types/shipping_query.rbs
256
+ - sig/telegram/bot/types/star_amount.rbs
257
+ - sig/telegram/bot/types/star_transaction.rbs
258
+ - sig/telegram/bot/types/star_transactions.rbs
259
+ - sig/telegram/bot/types/sticker.rbs
260
+ - sig/telegram/bot/types/sticker_set.rbs
261
+ - sig/telegram/bot/types/story.rbs
262
+ - sig/telegram/bot/types/story_area.rbs
263
+ - sig/telegram/bot/types/story_area_position.rbs
264
+ - sig/telegram/bot/types/story_area_type_link.rbs
265
+ - sig/telegram/bot/types/story_area_type_location.rbs
266
+ - sig/telegram/bot/types/story_area_type_suggested_reaction.rbs
267
+ - sig/telegram/bot/types/story_area_type_unique_gift.rbs
268
+ - sig/telegram/bot/types/story_area_type_weather.rbs
269
+ - sig/telegram/bot/types/successful_payment.rbs
270
+ - sig/telegram/bot/types/suggested_post_approval_failed.rbs
271
+ - sig/telegram/bot/types/suggested_post_approved.rbs
272
+ - sig/telegram/bot/types/suggested_post_declined.rbs
273
+ - sig/telegram/bot/types/suggested_post_info.rbs
274
+ - sig/telegram/bot/types/suggested_post_paid.rbs
275
+ - sig/telegram/bot/types/suggested_post_parameters.rbs
276
+ - sig/telegram/bot/types/suggested_post_price.rbs
277
+ - sig/telegram/bot/types/suggested_post_refunded.rbs
278
+ - sig/telegram/bot/types/switch_inline_query_chosen_chat.rbs
279
+ - sig/telegram/bot/types/text_quote.rbs
280
+ - sig/telegram/bot/types/transaction_partner_affiliate_program.rbs
281
+ - sig/telegram/bot/types/transaction_partner_chat.rbs
282
+ - sig/telegram/bot/types/transaction_partner_fragment.rbs
283
+ - sig/telegram/bot/types/transaction_partner_other.rbs
284
+ - sig/telegram/bot/types/transaction_partner_telegram_ads.rbs
285
+ - sig/telegram/bot/types/transaction_partner_telegram_api.rbs
286
+ - sig/telegram/bot/types/transaction_partner_user.rbs
287
+ - sig/telegram/bot/types/unions.rbs
288
+ - sig/telegram/bot/types/unique_gift.rbs
289
+ - sig/telegram/bot/types/unique_gift_backdrop.rbs
290
+ - sig/telegram/bot/types/unique_gift_backdrop_colors.rbs
291
+ - sig/telegram/bot/types/unique_gift_colors.rbs
292
+ - sig/telegram/bot/types/unique_gift_info.rbs
293
+ - sig/telegram/bot/types/unique_gift_model.rbs
294
+ - sig/telegram/bot/types/unique_gift_symbol.rbs
295
+ - sig/telegram/bot/types/update.rbs
296
+ - sig/telegram/bot/types/user.rbs
297
+ - sig/telegram/bot/types/user_chat_boosts.rbs
298
+ - sig/telegram/bot/types/user_profile_audios.rbs
299
+ - sig/telegram/bot/types/user_profile_photos.rbs
300
+ - sig/telegram/bot/types/user_rating.rbs
301
+ - sig/telegram/bot/types/users_shared.rbs
302
+ - sig/telegram/bot/types/venue.rbs
303
+ - sig/telegram/bot/types/video.rbs
304
+ - sig/telegram/bot/types/video_chat_ended.rbs
305
+ - sig/telegram/bot/types/video_chat_participants_invited.rbs
306
+ - sig/telegram/bot/types/video_chat_scheduled.rbs
307
+ - sig/telegram/bot/types/video_chat_started.rbs
308
+ - sig/telegram/bot/types/video_note.rbs
309
+ - sig/telegram/bot/types/video_quality.rbs
310
+ - sig/telegram/bot/types/voice.rbs
311
+ - sig/telegram/bot/types/web_app_data.rbs
312
+ - sig/telegram/bot/types/web_app_info.rbs
313
+ - sig/telegram/bot/types/webhook_info.rbs
314
+ - sig/telegram/bot/types/write_access_allowed.rbs
315
+ homepage: https://github.com/ldebortoli/telegram-bot-ruby-rbs
316
+ licenses:
317
+ - MIT
318
+ metadata:
319
+ bug_tracker_uri: https://github.com/ldebortoli/telegram-bot-ruby-rbs/issues
320
+ documentation_uri: https://github.com/ldebortoli/telegram-bot-ruby-rbs/blob/main/README.md
321
+ rubygems_mfa_required: 'true'
322
+ source_code_uri: https://github.com/ldebortoli/telegram-bot-ruby-rbs
323
+ rdoc_options: []
324
+ require_paths:
325
+ - sig
326
+ required_ruby_version: !ruby/object:Gem::Requirement
327
+ requirements:
328
+ - - ">="
329
+ - !ruby/object:Gem::Version
330
+ version: '2.7'
331
+ required_rubygems_version: !ruby/object:Gem::Requirement
332
+ requirements:
333
+ - - ">="
334
+ - !ruby/object:Gem::Version
335
+ version: '0'
336
+ requirements: []
337
+ rubygems_version: 4.0.16
338
+ specification_version: 4
339
+ summary: RBS signatures for telegram-bot-ruby
340
+ test_files: []