We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb973d9 commit 14370bdCopy full SHA for 14370bd
bin/fetch-telegram-methods
@@ -42,7 +42,6 @@ API_METHODS_FILE = File.expand_path('../lib/telegram/bot/client/api_methods.txt'
42
File.write(API_METHODS_FILE, result_txt)
43
puts '', "Updated #{API_METHODS_FILE}"
44
45
-
46
puts '', 'Payload types:'
47
update_tbody = doc.css('tbody').
48
find { |tbody| tbody.css('td').any? { |td| td.text == 'update_id' } }
0 commit comments