telegram-bot-ruby 0.9.1 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/telegram/bot/types.rb +15 -14
- data/lib/telegram/bot/types/inline_keyboard_button.rb +1 -0
- data/lib/telegram/bot/types/login_url.rb +12 -0
- data/lib/telegram/bot/types/message.rb +2 -0
- data/lib/telegram/bot/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10b08d6e4ab8db2fcd52c26a0bc871a6b6556c66a679975b0cb0c2aff2ec3ec0
|
4
|
+
data.tar.gz: 71a79a882580cafbfbfff67a1452056d7c408bf1f8c0b63c10e3059699bd2757
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e8254cb8c082dc59d841245f96de36bc970b28576a484f30382b3098852429442b766c952732485f81cf8f5418d6a3297b2264a7cbafba79712b3d56932df87
|
7
|
+
data.tar.gz: db7a9f37980757f080a944265ea14f25ec38cbb062df350aad4698ee173893ce95a493bbcd2e74db391f3f08a6b013393b85b2e9f6e46247785ec110df2f5308
|
data/CHANGELOG.md
CHANGED
data/lib/telegram/bot/types.rb
CHANGED
@@ -26,12 +26,25 @@ require 'telegram/bot/types/order_info'
|
|
26
26
|
require 'telegram/bot/types/successful_payment'
|
27
27
|
require 'telegram/bot/types/poll_option'
|
28
28
|
require 'telegram/bot/types/poll'
|
29
|
-
require 'telegram/bot/types/
|
29
|
+
require 'telegram/bot/types/passport_file'
|
30
|
+
require 'telegram/bot/types/encrypted_passport_element'
|
31
|
+
require 'telegram/bot/types/encrypted_credentials'
|
32
|
+
require 'telegram/bot/types/passport_data'
|
33
|
+
require 'telegram/bot/types/passport_element_error_data_field'
|
34
|
+
require 'telegram/bot/types/passport_element_error_front_side'
|
35
|
+
require 'telegram/bot/types/passport_element_error_reverse_side'
|
36
|
+
require 'telegram/bot/types/passport_element_error_selfie'
|
37
|
+
require 'telegram/bot/types/passport_element_error_file'
|
38
|
+
require 'telegram/bot/types/passport_element_error_files'
|
39
|
+
require 'telegram/bot/types/passport_element_error_translation_file'
|
40
|
+
require 'telegram/bot/types/passport_element_error_translation_files'
|
41
|
+
require 'telegram/bot/types/passport_element_error_unspecified'
|
30
42
|
require 'telegram/bot/types/input_message_content'
|
31
43
|
require 'telegram/bot/types/input_contact_message_content'
|
32
44
|
require 'telegram/bot/types/input_location_message_content'
|
33
45
|
require 'telegram/bot/types/input_text_message_content'
|
34
46
|
require 'telegram/bot/types/input_venue_message_content'
|
47
|
+
require 'telegram/bot/types/login_url'
|
35
48
|
require 'telegram/bot/types/inline_keyboard_button'
|
36
49
|
require 'telegram/bot/types/inline_keyboard_markup'
|
37
50
|
require 'telegram/bot/types/inline_query'
|
@@ -56,6 +69,7 @@ require 'telegram/bot/types/inline_query_result_venue'
|
|
56
69
|
require 'telegram/bot/types/inline_query_result_video'
|
57
70
|
require 'telegram/bot/types/inline_query_result_voice'
|
58
71
|
require 'telegram/bot/types/chosen_inline_result'
|
72
|
+
require 'telegram/bot/types/message'
|
59
73
|
require 'telegram/bot/types/callback_query'
|
60
74
|
require 'telegram/bot/types/shipping_query'
|
61
75
|
require 'telegram/bot/types/pre_checkout_query'
|
@@ -71,19 +85,6 @@ require 'telegram/bot/types/chat_member'
|
|
71
85
|
require 'telegram/bot/types/user_profile_photos'
|
72
86
|
require 'telegram/bot/types/input_media_photo'
|
73
87
|
require 'telegram/bot/types/input_media_video'
|
74
|
-
require 'telegram/bot/types/passport_file'
|
75
|
-
require 'telegram/bot/types/encrypted_passport_element'
|
76
|
-
require 'telegram/bot/types/encrypted_credentials'
|
77
|
-
require 'telegram/bot/types/passport_data'
|
78
|
-
require 'telegram/bot/types/passport_element_error_data_field'
|
79
|
-
require 'telegram/bot/types/passport_element_error_front_side'
|
80
|
-
require 'telegram/bot/types/passport_element_error_reverse_side'
|
81
|
-
require 'telegram/bot/types/passport_element_error_selfie'
|
82
|
-
require 'telegram/bot/types/passport_element_error_file'
|
83
|
-
require 'telegram/bot/types/passport_element_error_files'
|
84
|
-
require 'telegram/bot/types/passport_element_error_translation_file'
|
85
|
-
require 'telegram/bot/types/passport_element_error_translation_files'
|
86
|
-
require 'telegram/bot/types/passport_element_error_unspecified'
|
87
88
|
require 'telegram/bot/types/input_media_animation'
|
88
89
|
require 'telegram/bot/types/input_media_audio'
|
89
90
|
require 'telegram/bot/types/input_media_document'
|
data/lib/telegram/bot/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: telegram-bot-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Tipugin
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -206,6 +206,7 @@ files:
|
|
206
206
|
- lib/telegram/bot/types/keyboard_button.rb
|
207
207
|
- lib/telegram/bot/types/labeled_price.rb
|
208
208
|
- lib/telegram/bot/types/location.rb
|
209
|
+
- lib/telegram/bot/types/login_url.rb
|
209
210
|
- lib/telegram/bot/types/mask_position.rb
|
210
211
|
- lib/telegram/bot/types/message.rb
|
211
212
|
- lib/telegram/bot/types/message_entity.rb
|