telegram-bot-types 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +11 -1
  3. data/.travis.yml +1 -1
  4. data/CHANGELOG.md +4 -0
  5. data/Gemfile +2 -0
  6. data/Rakefile +2 -0
  7. data/bin/console +1 -0
  8. data/bin/install_git_hooks +2 -1
  9. data/lib/telegram/bot/types.rb +10 -72
  10. data/lib/telegram/bot/types/animation.rb +6 -0
  11. data/lib/telegram/bot/types/audio.rb +4 -0
  12. data/lib/telegram/bot/types/base.rb +2 -0
  13. data/lib/telegram/bot/types/callback_game.rb +2 -0
  14. data/lib/telegram/bot/types/callback_query.rb +2 -0
  15. data/lib/telegram/bot/types/chat.rb +6 -0
  16. data/lib/telegram/bot/types/chat_member.rb +8 -3
  17. data/lib/telegram/bot/types/chat_permissions.rb +18 -0
  18. data/lib/telegram/bot/types/chat_photo.rb +4 -0
  19. data/lib/telegram/bot/types/chosen_inline_result.rb +2 -0
  20. data/lib/telegram/bot/types/contact.rb +3 -0
  21. data/lib/telegram/bot/types/document.rb +3 -0
  22. data/lib/telegram/bot/types/encrypted_credentials.rb +13 -0
  23. data/lib/telegram/bot/types/encrypted_passport_element.rb +20 -0
  24. data/lib/telegram/bot/types/file.rb +3 -0
  25. data/lib/telegram/bot/types/force_reply.rb +2 -0
  26. data/lib/telegram/bot/types/game.rb +2 -0
  27. data/lib/telegram/bot/types/game_high_score.rb +2 -0
  28. data/lib/telegram/bot/types/inline_keyboard_button.rb +3 -0
  29. data/lib/telegram/bot/types/inline_keyboard_markup.rb +2 -0
  30. data/lib/telegram/bot/types/inline_query.rb +2 -0
  31. data/lib/telegram/bot/types/inline_query_result_article.rb +2 -0
  32. data/lib/telegram/bot/types/inline_query_result_audio.rb +2 -0
  33. data/lib/telegram/bot/types/inline_query_result_cached_audio.rb +2 -0
  34. data/lib/telegram/bot/types/inline_query_result_cached_document.rb +2 -0
  35. data/lib/telegram/bot/types/inline_query_result_cached_gif.rb +2 -0
  36. data/lib/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rb +2 -0
  37. data/lib/telegram/bot/types/inline_query_result_cached_photo.rb +2 -0
  38. data/lib/telegram/bot/types/inline_query_result_cached_sticker.rb +2 -0
  39. data/lib/telegram/bot/types/inline_query_result_cached_video.rb +2 -0
  40. data/lib/telegram/bot/types/inline_query_result_cached_voice.rb +2 -0
  41. data/lib/telegram/bot/types/inline_query_result_contact.rb +3 -0
  42. data/lib/telegram/bot/types/inline_query_result_document.rb +2 -0
  43. data/lib/telegram/bot/types/inline_query_result_game.rb +2 -0
  44. data/lib/telegram/bot/types/inline_query_result_gif.rb +2 -0
  45. data/lib/telegram/bot/types/inline_query_result_location.rb +2 -0
  46. data/lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb +2 -0
  47. data/lib/telegram/bot/types/inline_query_result_photo.rb +2 -0
  48. data/lib/telegram/bot/types/inline_query_result_venue.rb +3 -0
  49. data/lib/telegram/bot/types/inline_query_result_video.rb +2 -0
  50. data/lib/telegram/bot/types/inline_query_result_voice.rb +2 -0
  51. data/lib/telegram/bot/types/input_contact_message_content.rb +3 -0
  52. data/lib/telegram/bot/types/input_location_message_content.rb +2 -0
  53. data/lib/telegram/bot/types/input_media_animation.rb +18 -0
  54. data/lib/telegram/bot/types/input_media_audio.rb +18 -0
  55. data/lib/telegram/bot/types/input_media_document.rb +15 -0
  56. data/lib/telegram/bot/types/input_media_photo.rb +13 -0
  57. data/lib/telegram/bot/types/input_media_video.rb +17 -0
  58. data/lib/telegram/bot/types/input_message_content.rb +2 -0
  59. data/lib/telegram/bot/types/input_text_message_content.rb +2 -0
  60. data/lib/telegram/bot/types/input_venue_message_content.rb +3 -0
  61. data/lib/telegram/bot/types/invoice.rb +2 -0
  62. data/lib/telegram/bot/types/keyboard_button.rb +3 -0
  63. data/lib/telegram/bot/types/keyboard_button_poll_type.rb +11 -0
  64. data/lib/telegram/bot/types/labeled_price.rb +2 -0
  65. data/lib/telegram/bot/types/location.rb +2 -0
  66. data/lib/telegram/bot/types/login_url.rb +14 -0
  67. data/lib/telegram/bot/types/mask_position.rb +2 -0
  68. data/lib/telegram/bot/types/message.rb +10 -0
  69. data/lib/telegram/bot/types/message_entity.rb +3 -0
  70. data/lib/telegram/bot/types/order_info.rb +2 -0
  71. data/lib/telegram/bot/types/passport_data.rb +12 -0
  72. data/lib/telegram/bot/types/passport_element_error_data_field.rb +15 -0
  73. data/lib/telegram/bot/types/passport_element_error_file.rb +14 -0
  74. data/lib/telegram/bot/types/passport_element_error_files.rb +14 -0
  75. data/lib/telegram/bot/types/passport_element_error_front_side.rb +14 -0
  76. data/lib/telegram/bot/types/passport_element_error_reverse_side.rb +14 -0
  77. data/lib/telegram/bot/types/passport_element_error_selfie.rb +14 -0
  78. data/lib/telegram/bot/types/passport_element_error_translation_file.rb +14 -0
  79. data/lib/telegram/bot/types/passport_element_error_translation_files.rb +14 -0
  80. data/lib/telegram/bot/types/passport_element_error_unspecified.rb +14 -0
  81. data/lib/telegram/bot/types/passport_file.rb +14 -0
  82. data/lib/telegram/bot/types/photo_size.rb +3 -0
  83. data/lib/telegram/bot/types/poll.rb +19 -0
  84. data/lib/telegram/bot/types/poll_answer.rb +13 -0
  85. data/lib/telegram/bot/types/poll_option.rb +12 -0
  86. data/lib/telegram/bot/types/pre_checkout_query.rb +2 -0
  87. data/lib/telegram/bot/types/reply_keyboard_markup.rb +2 -0
  88. data/lib/telegram/bot/types/reply_keyboard_remove.rb +2 -0
  89. data/lib/telegram/bot/types/response.rb +2 -0
  90. data/lib/telegram/bot/types/shipping_address.rb +2 -0
  91. data/lib/telegram/bot/types/shipping_option.rb +2 -0
  92. data/lib/telegram/bot/types/shipping_query.rb +2 -0
  93. data/lib/telegram/bot/types/sticker.rb +4 -0
  94. data/lib/telegram/bot/types/sticker_set.rb +3 -0
  95. data/lib/telegram/bot/types/successful_payment.rb +2 -0
  96. data/lib/telegram/bot/types/update.rb +4 -0
  97. data/lib/telegram/bot/types/user.rb +5 -0
  98. data/lib/telegram/bot/types/user_profile_photos.rb +2 -0
  99. data/lib/telegram/bot/types/venue.rb +3 -0
  100. data/lib/telegram/bot/types/version.rb +3 -1
  101. data/lib/telegram/bot/types/video.rb +3 -0
  102. data/lib/telegram/bot/types/video_note.rb +3 -0
  103. data/lib/telegram/bot/types/voice.rb +3 -0
  104. data/lib/telegram/bot/types/webhook_info.rb +4 -2
  105. data/telegram-bot-types.gemspec +5 -3
  106. metadata +31 -8
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PassportElementErrorFile < Base
7
+ attribute :source, String, default: 'file'
8
+ attribute :type, String
9
+ attribute :file_hash, String
10
+ attribute :message, String
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PassportElementErrorFiles < Base
7
+ attribute :source, String, default: 'files'
8
+ attribute :type, String
9
+ attribute :file_hashes, [String]
10
+ attribute :message, String
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PassportElementErrorFrontSide < Base
7
+ attribute :source, String, default: 'front_side'
8
+ attribute :type, String
9
+ attribute :file_hash, String
10
+ attribute :message, String
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PassportElementErrorReverseSide < Base
7
+ attribute :source, String, default: 'reverse_side'
8
+ attribute :type, String
9
+ attribute :file_hash, String
10
+ attribute :message, String
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PassportElementErrorSelfie < Base
7
+ attribute :source, String, default: 'selfie'
8
+ attribute :type, String
9
+ attribute :file_hash, String
10
+ attribute :message, String
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PassportElementErrorTranslationFile < Base
7
+ attribute :source, String, default: 'translation_file'
8
+ attribute :type, String
9
+ attribute :file_hash, String
10
+ attribute :message, String
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PassportElementErrorTranslationFiles < Base
7
+ attribute :source, String, default: 'translation_files'
8
+ attribute :type, String
9
+ attribute :file_hashes, [String]
10
+ attribute :message, String
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PassportElementErrorUnspecified < Base
7
+ attribute :source, String, default: 'unspecified'
8
+ attribute :type, String
9
+ attribute :element_hash, String
10
+ attribute :message, String
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PassportFile < Base
7
+ attribute :file_id, String
8
+ attribute :file_unique_id, String
9
+ attribute :file_size, Integer
10
+ attribute :file_date, Integer
11
+ end
12
+ end
13
+ end
14
+ end
@@ -1,8 +1,11 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
4
6
  class PhotoSize < Base
5
7
  attribute :file_id, String
8
+ attribute :file_unique_id, String
6
9
  attribute :width, Integer
7
10
  attribute :height, Integer
8
11
  attribute :file_size, Integer
@@ -0,0 +1,19 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class Poll < Base
7
+ attribute :id, String
8
+ attribute :question, String
9
+ attribute :options, [PollOption]
10
+ attribute :total_voter_count, Integer
11
+ attribute :is_closed, Boolean
12
+ attribute :is_anonymous, Boolean
13
+ attribute :type, String
14
+ attribute :allows_multiple_answers, Boolean
15
+ attribute :correct_option_id, Integer
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PollAnswer < Base
7
+ attribute :poll_id, String
8
+ attribute :user, User
9
+ attribute :option_ids, [Integer]
10
+ end
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Telegram
4
+ module Bot
5
+ module Types
6
+ class PollOption < Base
7
+ attribute :text, String
8
+ attribute :voter_count, Integer
9
+ end
10
+ end
11
+ end
12
+ end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -1,10 +1,14 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
4
6
  class Sticker < Base
5
7
  attribute :file_id, String
8
+ attribute :file_unique_id, String
6
9
  attribute :width, Integer
7
10
  attribute :height, Integer
11
+ attribute :is_animated, Boolean
8
12
  attribute :thumb, PhotoSize
9
13
  attribute :emoji, String
10
14
  attribute :set_name, String
@@ -1,9 +1,12 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
4
6
  class StickerSet < Base
5
7
  attribute :name, String
6
8
  attribute :title, String
9
+ attribute :is_animated, Boolean
7
10
  attribute :contains_masks, Boolean
8
11
  attribute :stickers, [Sticker]
9
12
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -12,6 +14,8 @@ module Telegram
12
14
  attribute :callback_query, CallbackQuery
13
15
  attribute :shipping_query, ShippingQuery
14
16
  attribute :pre_checkout_query, PreCheckoutQuery
17
+ attribute :poll, Poll
18
+ attribute :poll_answer, PollAnswer
15
19
  end
16
20
  end
17
21
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -8,6 +10,9 @@ module Telegram
8
10
  attribute :last_name, String
9
11
  attribute :username, String
10
12
  attribute :language_code, String
13
+ attribute :can_join_groups, Boolean
14
+ attribute :can_read_all_group_messages, Boolean
15
+ attribute :supports_inline_queries, Boolean
11
16
  end
12
17
  end
13
18
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
@@ -6,6 +8,7 @@ module Telegram
6
8
  attribute :title, String
7
9
  attribute :address, String
8
10
  attribute :foursquare_id, String
11
+ attribute :foursquare_type, String
9
12
  end
10
13
  end
11
14
  end
@@ -1,7 +1,9 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
4
- VERSION = '0.6.1'.freeze
6
+ VERSION = '0.6.2'
5
7
 
6
8
  def self.gem_version
7
9
  Gem::Version.new VERSION
@@ -1,8 +1,11 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
4
6
  class Video < Base
5
7
  attribute :file_id, String
8
+ attribute :file_unique_id, String
6
9
  attribute :width, Integer
7
10
  attribute :height, Integer
8
11
  attribute :duration, Integer
@@ -1,8 +1,11 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
4
6
  class VideoNote < Base
5
7
  attribute :file_id, String
8
+ attribute :file_unique_id, String
6
9
  attribute :length, Integer
7
10
  attribute :duration, Integer
8
11
  attribute :thumb, PhotoSize
@@ -1,8 +1,11 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
4
6
  class Voice < Base
5
7
  attribute :file_id, String
8
+ attribute :file_unique_id, String
6
9
  attribute :duration, Integer
7
10
  attribute :mime_type, String
8
11
  attribute :file_size, Integer
@@ -1,12 +1,14 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Telegram
2
4
  module Bot
3
5
  module Types
4
6
  class WebhookInfo < Base
5
7
  attribute :url, String
6
8
  attribute :has_custom_certificate, Boolean
7
- attribute :pending_update_count, Integer
9
+ attribute :pending_update_count, Integer
8
10
  attribute :last_error_date, Integer
9
- attribute :last_error_message, String
11
+ attribute :last_error_message, String
10
12
  attribute :max_connections, Integer
11
13
  attribute :allowed_updates, [String]
12
14
  end
@@ -1,4 +1,6 @@
1
- lib = File.expand_path('../lib', __FILE__)
1
+ # frozen_string_literal: true
2
+
3
+ lib = File.expand_path('lib', __dir__)
2
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
5
 
4
6
  require 'telegram/bot/types/version'
@@ -21,10 +23,10 @@ Gem::Specification.new do |spec|
21
23
  spec.add_dependency 'virtus', '~> 1.0'
22
24
 
23
25
  spec.add_development_dependency 'bundler', '~> 1.9'
24
- spec.add_development_dependency 'rake', '~> 10.0'
26
+ spec.add_development_dependency 'rake', '~> 13.0'
25
27
  spec.add_development_dependency 'rspec', '~> 3.3'
26
28
  spec.add_development_dependency 'rspec-its', '~> 1.1'
27
29
 
28
30
  spec.add_development_dependency 'pry', '~> 0.10'
29
- spec.add_development_dependency 'rubocop', '~> 0.52.0'
31
+ spec.add_development_dependency 'rubocop', '~> 0.81.0'
30
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telegram-bot-types
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Tipugin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-07-04 00:00:00.000000000 Z
12
+ date: 2020-04-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: virtus
@@ -45,14 +45,14 @@ dependencies:
45
45
  requirements:
46
46
  - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: '10.0'
48
+ version: '13.0'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
- version: '10.0'
55
+ version: '13.0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: rspec
58
58
  requirement: !ruby/object:Gem::Requirement
@@ -101,14 +101,14 @@ dependencies:
101
101
  requirements:
102
102
  - - "~>"
103
103
  - !ruby/object:Gem::Version
104
- version: 0.52.0
104
+ version: 0.81.0
105
105
  type: :development
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - "~>"
110
110
  - !ruby/object:Gem::Version
111
- version: 0.52.0
111
+ version: 0.81.0
112
112
  description:
113
113
  email:
114
114
  - atipugin@gmail.com
@@ -138,10 +138,13 @@ files:
138
138
  - lib/telegram/bot/types/callback_query.rb
139
139
  - lib/telegram/bot/types/chat.rb
140
140
  - lib/telegram/bot/types/chat_member.rb
141
+ - lib/telegram/bot/types/chat_permissions.rb
141
142
  - lib/telegram/bot/types/chat_photo.rb
142
143
  - lib/telegram/bot/types/chosen_inline_result.rb
143
144
  - lib/telegram/bot/types/contact.rb
144
145
  - lib/telegram/bot/types/document.rb
146
+ - lib/telegram/bot/types/encrypted_credentials.rb
147
+ - lib/telegram/bot/types/encrypted_passport_element.rb
145
148
  - lib/telegram/bot/types/file.rb
146
149
  - lib/telegram/bot/types/force_reply.rb
147
150
  - lib/telegram/bot/types/game.rb
@@ -171,18 +174,39 @@ files:
171
174
  - lib/telegram/bot/types/inline_query_result_voice.rb
172
175
  - lib/telegram/bot/types/input_contact_message_content.rb
173
176
  - lib/telegram/bot/types/input_location_message_content.rb
177
+ - lib/telegram/bot/types/input_media_animation.rb
178
+ - lib/telegram/bot/types/input_media_audio.rb
179
+ - lib/telegram/bot/types/input_media_document.rb
180
+ - lib/telegram/bot/types/input_media_photo.rb
181
+ - lib/telegram/bot/types/input_media_video.rb
174
182
  - lib/telegram/bot/types/input_message_content.rb
175
183
  - lib/telegram/bot/types/input_text_message_content.rb
176
184
  - lib/telegram/bot/types/input_venue_message_content.rb
177
185
  - lib/telegram/bot/types/invoice.rb
178
186
  - lib/telegram/bot/types/keyboard_button.rb
187
+ - lib/telegram/bot/types/keyboard_button_poll_type.rb
179
188
  - lib/telegram/bot/types/labeled_price.rb
180
189
  - lib/telegram/bot/types/location.rb
190
+ - lib/telegram/bot/types/login_url.rb
181
191
  - lib/telegram/bot/types/mask_position.rb
182
192
  - lib/telegram/bot/types/message.rb
183
193
  - lib/telegram/bot/types/message_entity.rb
184
194
  - lib/telegram/bot/types/order_info.rb
195
+ - lib/telegram/bot/types/passport_data.rb
196
+ - lib/telegram/bot/types/passport_element_error_data_field.rb
197
+ - lib/telegram/bot/types/passport_element_error_file.rb
198
+ - lib/telegram/bot/types/passport_element_error_files.rb
199
+ - lib/telegram/bot/types/passport_element_error_front_side.rb
200
+ - lib/telegram/bot/types/passport_element_error_reverse_side.rb
201
+ - lib/telegram/bot/types/passport_element_error_selfie.rb
202
+ - lib/telegram/bot/types/passport_element_error_translation_file.rb
203
+ - lib/telegram/bot/types/passport_element_error_translation_files.rb
204
+ - lib/telegram/bot/types/passport_element_error_unspecified.rb
205
+ - lib/telegram/bot/types/passport_file.rb
185
206
  - lib/telegram/bot/types/photo_size.rb
207
+ - lib/telegram/bot/types/poll.rb
208
+ - lib/telegram/bot/types/poll_answer.rb
209
+ - lib/telegram/bot/types/poll_option.rb
186
210
  - lib/telegram/bot/types/pre_checkout_query.rb
187
211
  - lib/telegram/bot/types/reply_keyboard_markup.rb
188
212
  - lib/telegram/bot/types/reply_keyboard_remove.rb
@@ -222,8 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
246
  - !ruby/object:Gem::Version
223
247
  version: '0'
224
248
  requirements: []
225
- rubyforge_project:
226
- rubygems_version: 2.7.6
249
+ rubygems_version: 3.0.8
227
250
  signing_key:
228
251
  specification_version: 4
229
252
  summary: Virtus types for Telegram Bot API