@mtkruto/node 0.1.708 → 0.2.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 (1727) hide show
  1. package/esm/0_deps.d.ts +7 -5
  2. package/esm/0_deps.d.ts.map +1 -1
  3. package/esm/0_deps.js +8 -7
  4. package/esm/2_tl.d.ts +7 -8
  5. package/esm/2_tl.d.ts.map +1 -1
  6. package/esm/2_tl.js +7 -8
  7. package/esm/3_errors.d.ts +519 -515
  8. package/esm/3_errors.d.ts.map +1 -1
  9. package/esm/3_errors.js +527 -512
  10. package/esm/3_transport.d.ts +1 -0
  11. package/esm/3_transport.d.ts.map +1 -1
  12. package/esm/3_transport.js +1 -0
  13. package/esm/4_errors.d.ts +7 -7
  14. package/esm/4_errors.d.ts.map +1 -1
  15. package/esm/4_errors.js +5 -5
  16. package/esm/client/0_client_abstract.d.ts +1 -21
  17. package/esm/client/0_client_abstract.d.ts.map +1 -1
  18. package/esm/client/0_client_abstract.js +17 -15
  19. package/esm/client/0_message.d.ts +3 -3
  20. package/esm/client/0_message.d.ts.map +1 -1
  21. package/esm/client/0_message.js +4 -20
  22. package/esm/client/0_params.d.ts +1 -3
  23. package/esm/client/0_params.d.ts.map +1 -1
  24. package/esm/client/0_password.d.ts +2 -2
  25. package/esm/client/0_password.d.ts.map +1 -1
  26. package/esm/client/0_password.js +3 -8
  27. package/esm/client/0_storage_operations.d.ts +23 -23
  28. package/esm/client/0_storage_operations.d.ts.map +1 -1
  29. package/esm/client/0_storage_operations.js +13 -12
  30. package/esm/client/0_utilities.d.ts.map +1 -1
  31. package/esm/client/0_utilities.js +13 -10
  32. package/esm/client/1_client_encrypted.d.ts +3 -5
  33. package/esm/client/1_client_encrypted.d.ts.map +1 -1
  34. package/esm/client/1_client_encrypted.js +51 -35
  35. package/esm/client/1_client_plain.d.ts +2 -2
  36. package/esm/client/1_client_plain.d.ts.map +1 -1
  37. package/esm/client/1_client_plain.js +27 -19
  38. package/esm/client/1_types.d.ts +9 -22
  39. package/esm/client/1_types.d.ts.map +1 -1
  40. package/esm/client/2_account_manager.d.ts +2 -2
  41. package/esm/client/2_account_manager.js +16 -16
  42. package/esm/client/2_bot_info_manager.d.ts.map +1 -1
  43. package/esm/client/2_bot_info_manager.js +7 -6
  44. package/esm/client/2_business_connection_manager.d.ts +3 -3
  45. package/esm/client/2_business_connection_manager.d.ts.map +1 -1
  46. package/esm/client/2_business_connection_manager.js +6 -5
  47. package/esm/client/2_file_manager.d.ts +5 -4
  48. package/esm/client/2_file_manager.d.ts.map +1 -1
  49. package/esm/client/2_file_manager.js +40 -23
  50. package/esm/client/2_reaction_manager.d.ts +3 -3
  51. package/esm/client/2_reaction_manager.d.ts.map +1 -1
  52. package/esm/client/2_reaction_manager.js +16 -10
  53. package/esm/client/2_update_manager.d.ts +11 -11
  54. package/esm/client/2_update_manager.d.ts.map +1 -1
  55. package/esm/client/2_update_manager.js +162 -160
  56. package/esm/client/3_message_manager.d.ts +11 -12
  57. package/esm/client/3_message_manager.d.ts.map +1 -1
  58. package/esm/client/3_message_manager.js +205 -474
  59. package/esm/client/3_video_chat_manager.d.ts +3 -3
  60. package/esm/client/3_video_chat_manager.d.ts.map +1 -1
  61. package/esm/client/3_video_chat_manager.js +26 -36
  62. package/esm/client/4_callback_query_manager.d.ts +3 -3
  63. package/esm/client/4_callback_query_manager.d.ts.map +1 -1
  64. package/esm/client/4_callback_query_manager.js +5 -16
  65. package/esm/client/4_chat_list_manager.d.ts +5 -4
  66. package/esm/client/4_chat_list_manager.d.ts.map +1 -1
  67. package/esm/client/4_chat_list_manager.js +56 -34
  68. package/esm/client/4_inline_query_manager.d.ts +3 -3
  69. package/esm/client/4_inline_query_manager.d.ts.map +1 -1
  70. package/esm/client/4_inline_query_manager.js +6 -15
  71. package/esm/client/4_story_manager.d.ts +3 -3
  72. package/esm/client/4_story_manager.d.ts.map +1 -1
  73. package/esm/client/4_story_manager.js +15 -32
  74. package/esm/client/5_client.d.ts +10 -12
  75. package/esm/client/5_client.d.ts.map +1 -1
  76. package/esm/client/5_client.js +68 -117
  77. package/esm/connection/1_connection_tcp.d.ts +34 -0
  78. package/esm/connection/1_connection_tcp.d.ts.map +1 -0
  79. package/esm/connection/1_connection_tcp.js +169 -0
  80. package/esm/connection/1_connection_web_socket.d.ts +1 -2
  81. package/esm/connection/1_connection_web_socket.d.ts.map +1 -1
  82. package/esm/connection/1_connection_web_socket.js +47 -65
  83. package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +1 -0
  84. package/esm/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +1 -0
  85. package/esm/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +1 -0
  86. package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +1 -0
  87. package/esm/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +41 -0
  88. package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +1 -0
  89. package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.js +47 -0
  90. package/esm/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +1 -0
  91. package/esm/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +1 -0
  92. package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +1 -0
  93. package/esm/deps/deno.land/std@0.224.0/assert/assert_greater.js +24 -0
  94. package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +1 -0
  95. package/esm/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +24 -0
  96. package/esm/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +1 -0
  97. package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +1 -0
  98. package/esm/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +1 -0
  99. package/esm/deps/deno.land/std@0.224.0/assert/assert_less.js +23 -0
  100. package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +1 -0
  101. package/esm/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +24 -0
  102. package/esm/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +1 -0
  103. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +1 -0
  104. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +1 -0
  105. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +1 -0
  106. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +1 -0
  107. package/esm/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +23 -0
  108. package/esm/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +1 -0
  109. package/esm/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +1 -0
  110. package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +1 -0
  111. package/esm/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +55 -0
  112. package/esm/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +1 -0
  113. package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +1 -0
  114. package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +1 -0
  115. package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +1 -0
  116. package/esm/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +1 -0
  117. package/esm/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +1 -0
  118. package/esm/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +1 -0
  119. package/esm/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +1 -0
  120. package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts +18 -0
  121. package/esm/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +1 -0
  122. package/esm/deps/deno.land/std@0.224.0/bytes/concat.js +31 -0
  123. package/esm/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +1 -0
  124. package/esm/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +1 -0
  125. package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts +286 -0
  126. package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +1 -0
  127. package/esm/deps/deno.land/std@0.224.0/fmt/colors.js +489 -0
  128. package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts +28 -0
  129. package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +1 -0
  130. package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts +2 -0
  131. package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts.map +1 -0
  132. package/esm/deps/deno.land/std@0.224.0/internal/format.js +24 -0
  133. package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts +10 -0
  134. package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +1 -0
  135. package/esm/deps/deno.land/std@0.224.0/internal/mod.js +11 -0
  136. package/esm/deps/deno.land/std@0.224.0/io/_constants.d.ts +3 -0
  137. package/esm/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +1 -0
  138. package/esm/deps/deno.land/std@0.224.0/io/_constants.js +4 -0
  139. package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +70 -0
  140. package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +1 -0
  141. package/esm/deps/deno.land/std@0.224.0/io/iterate_reader.js +86 -0
  142. package/esm/deps/deno.land/std@0.224.0/io/types.d.ts +95 -0
  143. package/esm/deps/deno.land/std@0.224.0/io/types.d.ts.map +1 -0
  144. package/esm/deps/deno.land/std@0.224.0/io/write_all.d.ts +39 -0
  145. package/esm/deps/deno.land/std@0.224.0/io/write_all.d.ts.map +1 -0
  146. package/esm/deps/deno.land/std@0.224.0/io/write_all.js +49 -0
  147. package/esm/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +1 -0
  148. package/esm/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +1 -0
  149. package/esm/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +1 -0
  150. package/esm/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +1 -0
  151. package/esm/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +1 -0
  152. package/esm/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +1 -0
  153. package/esm/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +1 -0
  154. package/esm/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +1 -0
  155. package/esm/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +1 -0
  156. package/esm/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +1 -0
  157. package/esm/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +1 -0
  158. package/esm/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +1 -0
  159. package/esm/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +1 -0
  160. package/esm/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +1 -0
  161. package/esm/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +1 -0
  162. package/esm/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +1 -0
  163. package/esm/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +1 -0
  164. package/esm/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +1 -0
  165. package/esm/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +1 -0
  166. package/esm/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +1 -0
  167. package/esm/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +1 -0
  168. package/esm/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +1 -0
  169. package/esm/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +1 -0
  170. package/esm/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +1 -0
  171. package/esm/deps/deno.land/std@0.224.0/path/_interface.js +3 -0
  172. package/esm/deps/deno.land/std@0.224.0/path/_os.d.ts.map +1 -0
  173. package/esm/deps/deno.land/std@0.224.0/path/basename.d.ts.map +1 -0
  174. package/esm/deps/deno.land/std@0.224.0/path/common.d.ts.map +1 -0
  175. package/esm/deps/deno.land/std@0.224.0/path/constants.d.ts.map +1 -0
  176. package/esm/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +1 -0
  177. package/esm/deps/deno.land/std@0.224.0/path/extname.d.ts.map +1 -0
  178. package/esm/deps/deno.land/std@0.224.0/path/format.d.ts.map +1 -0
  179. package/esm/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +1 -0
  180. package/esm/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +1 -0
  181. package/esm/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +1 -0
  182. package/esm/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +1 -0
  183. package/esm/deps/deno.land/std@0.224.0/path/join.d.ts.map +1 -0
  184. package/esm/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +1 -0
  185. package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts +57 -0
  186. package/esm/deps/deno.land/std@0.224.0/path/mod.d.ts.map +1 -0
  187. package/esm/deps/deno.land/std@0.224.0/path/mod.js +60 -0
  188. package/esm/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +1 -0
  189. package/esm/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +1 -0
  190. package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts +20 -0
  191. package/esm/deps/deno.land/std@0.224.0/path/parse.d.ts.map +1 -0
  192. package/esm/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +1 -0
  193. package/esm/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +1 -0
  194. package/esm/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +1 -0
  195. package/esm/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +1 -0
  196. package/esm/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +1 -0
  197. package/esm/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +1 -0
  198. package/esm/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +1 -0
  199. package/esm/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +1 -0
  200. package/esm/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +1 -0
  201. package/esm/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +1 -0
  202. package/esm/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +1 -0
  203. package/esm/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +1 -0
  204. package/esm/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +1 -0
  205. package/esm/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +1 -0
  206. package/esm/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +1 -0
  207. package/esm/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +1 -0
  208. package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +8 -0
  209. package/esm/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +1 -0
  210. package/esm/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +1 -0
  211. package/esm/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +1 -0
  212. package/esm/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +1 -0
  213. package/esm/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +1 -0
  214. package/esm/deps/deno.land/std@0.224.0/path/relative.d.ts.map +1 -0
  215. package/esm/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +1 -0
  216. package/esm/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +1 -0
  217. package/esm/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +1 -0
  218. package/esm/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +1 -0
  219. package/esm/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +1 -0
  220. package/esm/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +1 -0
  221. package/esm/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +1 -0
  222. package/esm/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +1 -0
  223. package/esm/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +1 -0
  224. package/esm/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +1 -0
  225. package/esm/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +1 -0
  226. package/esm/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +1 -0
  227. package/esm/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +1 -0
  228. package/esm/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +1 -0
  229. package/esm/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +1 -0
  230. package/esm/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +1 -0
  231. package/esm/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +1 -0
  232. package/esm/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +1 -0
  233. package/esm/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +1 -0
  234. package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +8 -0
  235. package/esm/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +1 -0
  236. package/esm/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +1 -0
  237. package/esm/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +1 -0
  238. package/esm/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +1 -0
  239. package/esm/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +1 -0
  240. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts +45 -0
  241. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts.map +1 -0
  242. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.js +253 -0
  243. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts +3 -0
  244. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts.map +1 -0
  245. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.js +1 -0
  246. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts +3 -0
  247. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts.map +1 -0
  248. package/esm/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.js +13 -0
  249. package/esm/mod.d.ts +0 -1
  250. package/esm/mod.d.ts.map +1 -1
  251. package/esm/mod.js +0 -1
  252. package/esm/tl/0_api.d.ts +14813 -0
  253. package/esm/tl/0_api.d.ts.map +1 -0
  254. package/esm/tl/0_api.js +23222 -0
  255. package/esm/tl/1_utilities.d.ts +32 -0
  256. package/esm/tl/1_utilities.d.ts.map +1 -0
  257. package/esm/tl/1_utilities.js +65 -0
  258. package/esm/tl/1_utilities_test.d.ts.map +1 -0
  259. package/esm/tl/2_deserialize.d.ts +23 -0
  260. package/esm/tl/2_deserialize.d.ts.map +1 -0
  261. package/esm/tl/2_deserialize.js +95 -0
  262. package/esm/tl/2_serialize.d.ts +22 -0
  263. package/esm/tl/2_serialize.d.ts.map +1 -0
  264. package/esm/tl/2_serialize.js +160 -0
  265. package/esm/tl/2_serialize_test.d.ts.map +1 -0
  266. package/esm/tl/3_tl_reader.d.ts +26 -0
  267. package/esm/tl/3_tl_reader.d.ts.map +1 -0
  268. package/esm/tl/3_tl_reader.js +49 -0
  269. package/esm/tl/3_utilities.d.ts +5 -5
  270. package/esm/tl/3_utilities.d.ts.map +1 -1
  271. package/esm/tl/3_utilities.js +9 -10
  272. package/esm/tl/4_rpc_result.d.ts +27 -0
  273. package/esm/tl/4_rpc_result.d.ts.map +1 -0
  274. package/esm/tl/4_rpc_result.js +28 -0
  275. package/esm/tl/4_tl_writer.d.ts +25 -0
  276. package/esm/tl/4_tl_writer.d.ts.map +1 -0
  277. package/esm/tl/4_tl_writer.js +45 -0
  278. package/esm/tl/5_message.d.ts +39 -0
  279. package/esm/tl/5_message.d.ts.map +1 -0
  280. package/esm/tl/5_message.js +98 -0
  281. package/esm/tl/5_message_test.d.ts.map +1 -0
  282. package/esm/transport/3_transport_provider_tcp.d.ts +14 -0
  283. package/esm/transport/3_transport_provider_tcp.d.ts.map +1 -0
  284. package/esm/transport/3_transport_provider_tcp.js +15 -0
  285. package/esm/types/0_birthday.d.ts +2 -2
  286. package/esm/types/0_birthday.d.ts.map +1 -1
  287. package/esm/types/0_callback_query_answer.d.ts +2 -2
  288. package/esm/types/0_callback_query_answer.d.ts.map +1 -1
  289. package/esm/types/0_callback_query_question.d.ts +3 -0
  290. package/esm/types/0_callback_query_question.d.ts.map +1 -1
  291. package/esm/types/0_chat_administrator_rights.d.ts +3 -3
  292. package/esm/types/0_chat_administrator_rights.d.ts.map +1 -1
  293. package/esm/types/0_chat_administrator_rights.js +1 -11
  294. package/esm/types/0_chat_member_rights.d.ts +3 -3
  295. package/esm/types/0_chat_member_rights.d.ts.map +1 -1
  296. package/esm/types/0_chat_member_rights.js +3 -3
  297. package/esm/types/0_chat_photo.d.ts +5 -13
  298. package/esm/types/0_chat_photo.d.ts.map +1 -1
  299. package/esm/types/0_chat_photo.js +4 -3
  300. package/esm/types/0_contact.d.ts +2 -2
  301. package/esm/types/0_contact.d.ts.map +1 -1
  302. package/esm/types/0_dice.d.ts +2 -2
  303. package/esm/types/0_dice.d.ts.map +1 -1
  304. package/esm/types/0_giveaway_parameters.d.ts +2 -2
  305. package/esm/types/0_giveaway_parameters.d.ts.map +1 -1
  306. package/esm/types/0_giveaway_parameters.js +3 -3
  307. package/esm/types/0_link_preview.d.ts +2 -2
  308. package/esm/types/0_link_preview.d.ts.map +1 -1
  309. package/esm/types/0_live_stream_channel.d.ts +2 -2
  310. package/esm/types/0_live_stream_channel.d.ts.map +1 -1
  311. package/esm/types/0_location.d.ts +2 -2
  312. package/esm/types/0_location.d.ts.map +1 -1
  313. package/esm/types/0_location.js +5 -5
  314. package/esm/types/0_mask_position.d.ts +2 -2
  315. package/esm/types/0_mask_position.d.ts.map +1 -1
  316. package/esm/types/0_message_entity.d.ts +22 -3
  317. package/esm/types/0_message_entity.d.ts.map +1 -1
  318. package/esm/types/0_message_entity.js +42 -42
  319. package/esm/types/0_message_search_filter.d.ts +2 -2
  320. package/esm/types/0_message_search_filter.d.ts.map +1 -1
  321. package/esm/types/0_message_search_filter.js +14 -15
  322. package/esm/types/0_opening_hours.d.ts +2 -2
  323. package/esm/types/0_opening_hours.d.ts.map +1 -1
  324. package/esm/types/0_poll_option.d.ts +2 -2
  325. package/esm/types/0_poll_option.d.ts.map +1 -1
  326. package/esm/types/0_reaction.d.ts +3 -3
  327. package/esm/types/0_reaction.d.ts.map +1 -1
  328. package/esm/types/0_reaction.js +4 -4
  329. package/esm/types/0_restriction_reason.d.ts +2 -2
  330. package/esm/types/0_restriction_reason.d.ts.map +1 -1
  331. package/esm/types/0_thumbnail.d.ts +2 -2
  332. package/esm/types/0_thumbnail.d.ts.map +1 -1
  333. package/esm/types/0_thumbnail.js +3 -3
  334. package/esm/types/0_video_chat.d.ts +5 -2
  335. package/esm/types/0_video_chat.d.ts.map +1 -1
  336. package/esm/types/0_video_chat.js +5 -2
  337. package/esm/types/0_voice.d.ts +2 -2
  338. package/esm/types/0_voice.d.ts.map +1 -1
  339. package/esm/types/1_animation.d.ts +2 -2
  340. package/esm/types/1_animation.d.ts.map +1 -1
  341. package/esm/types/1_animation.js +2 -2
  342. package/esm/types/1_audio.d.ts +2 -2
  343. package/esm/types/1_audio.d.ts.map +1 -1
  344. package/esm/types/1_audio.js +2 -2
  345. package/esm/types/1_bot_command_scope.d.ts +9 -2
  346. package/esm/types/1_bot_command_scope.d.ts.map +1 -1
  347. package/esm/types/1_bot_command_scope.js +9 -9
  348. package/esm/types/1_chat_p.d.ts +9 -5
  349. package/esm/types/1_chat_p.d.ts.map +1 -1
  350. package/esm/types/1_chat_p.js +6 -6
  351. package/esm/types/1_document.d.ts +2 -2
  352. package/esm/types/1_document.d.ts.map +1 -1
  353. package/esm/types/1_document.js +2 -2
  354. package/esm/types/1_giveaway.d.ts +2 -2
  355. package/esm/types/1_giveaway.d.ts.map +1 -1
  356. package/esm/types/1_input_story_content.d.ts +2 -0
  357. package/esm/types/1_input_story_content.d.ts.map +1 -1
  358. package/esm/types/1_keyboard_button.d.ts +3 -3
  359. package/esm/types/1_keyboard_button.d.ts.map +1 -1
  360. package/esm/types/1_keyboard_button.js +18 -45
  361. package/esm/types/1_message_content.d.ts +6 -1
  362. package/esm/types/1_message_content.d.ts.map +1 -1
  363. package/esm/types/1_message_reaction.d.ts +2 -2
  364. package/esm/types/1_message_reaction.d.ts.map +1 -1
  365. package/esm/types/1_message_reaction.js +5 -5
  366. package/esm/types/1_photo.d.ts +5 -5
  367. package/esm/types/1_photo.d.ts.map +1 -1
  368. package/esm/types/1_photo.js +4 -4
  369. package/esm/types/1_poll.d.ts +2 -2
  370. package/esm/types/1_poll.d.ts.map +1 -1
  371. package/esm/types/1_reaction_count.d.ts +2 -2
  372. package/esm/types/1_reaction_count.d.ts.map +1 -1
  373. package/esm/types/1_reply_quote.d.ts +2 -2
  374. package/esm/types/1_reply_quote.d.ts.map +1 -1
  375. package/esm/types/1_sticker.d.ts +3 -3
  376. package/esm/types/1_sticker.d.ts.map +1 -1
  377. package/esm/types/1_sticker.js +9 -9
  378. package/esm/types/1_story_privacy.d.ts +7 -3
  379. package/esm/types/1_story_privacy.d.ts.map +1 -1
  380. package/esm/types/1_story_privacy.js +14 -14
  381. package/esm/types/1_story_reaction.d.ts +2 -2
  382. package/esm/types/1_story_reaction.d.ts.map +1 -1
  383. package/esm/types/1_user.d.ts +4 -4
  384. package/esm/types/1_user.d.ts.map +1 -1
  385. package/esm/types/1_user.js +2 -2
  386. package/esm/types/1_venue.d.ts +2 -2
  387. package/esm/types/1_venue.d.ts.map +1 -1
  388. package/esm/types/1_venue.js +2 -2
  389. package/esm/types/1_video.d.ts +2 -2
  390. package/esm/types/1_video.d.ts.map +1 -1
  391. package/esm/types/1_video.js +2 -2
  392. package/esm/types/1_video_note.d.ts +2 -2
  393. package/esm/types/1_video_note.d.ts.map +1 -1
  394. package/esm/types/1_video_note.js +2 -2
  395. package/esm/types/2_business_connection.d.ts +2 -2
  396. package/esm/types/2_business_connection.d.ts.map +1 -1
  397. package/esm/types/2_business_connection.js +1 -2
  398. package/esm/types/2_chat.d.ts +2 -2
  399. package/esm/types/2_chat.d.ts.map +1 -1
  400. package/esm/types/2_chat.js +11 -11
  401. package/esm/types/2_chat_member.d.ts +9 -9
  402. package/esm/types/2_chat_member.d.ts.map +1 -1
  403. package/esm/types/2_chat_member.js +10 -10
  404. package/esm/types/2_chosen_inline_result.d.ts +2 -2
  405. package/esm/types/2_chosen_inline_result.d.ts.map +1 -1
  406. package/esm/types/2_chosen_inline_result.js +5 -5
  407. package/esm/types/2_game.d.ts +2 -2
  408. package/esm/types/2_game.d.ts.map +1 -1
  409. package/esm/types/2_game.js +4 -4
  410. package/esm/types/2_inactive_chat.d.ts +2 -2
  411. package/esm/types/2_inactive_chat.d.ts.map +1 -1
  412. package/esm/types/2_inactive_chat.js +2 -2
  413. package/esm/types/2_inline_keyboard_button.d.ts +11 -3
  414. package/esm/types/2_inline_keyboard_button.d.ts.map +1 -1
  415. package/esm/types/2_inline_keyboard_button.js +15 -21
  416. package/esm/types/2_inline_query.d.ts +2 -2
  417. package/esm/types/2_inline_query.d.ts.map +1 -1
  418. package/esm/types/2_inline_query.js +8 -8
  419. package/esm/types/2_invite_link.d.ts +2 -2
  420. package/esm/types/2_invite_link.d.ts.map +1 -1
  421. package/esm/types/2_invite_link.js +1 -2
  422. package/esm/types/2_message_reaction_count.d.ts +2 -2
  423. package/esm/types/2_message_reaction_count.d.ts.map +1 -1
  424. package/esm/types/2_message_reactions.d.ts +2 -2
  425. package/esm/types/2_message_reactions.d.ts.map +1 -1
  426. package/esm/types/2_message_reactions.js +2 -2
  427. package/esm/types/2_story_content.d.ts +5 -2
  428. package/esm/types/2_story_content.d.ts.map +1 -1
  429. package/esm/types/2_story_content.js +6 -6
  430. package/esm/types/2_story_interactions.d.ts +2 -2
  431. package/esm/types/2_story_interactions.d.ts.map +1 -1
  432. package/esm/types/2_story_interactive_area.d.ts +3 -3
  433. package/esm/types/2_story_interactive_area.d.ts.map +1 -1
  434. package/esm/types/2_story_interactive_area.js +19 -29
  435. package/esm/types/3_chat_member_updated.d.ts +2 -2
  436. package/esm/types/3_chat_member_updated.d.ts.map +1 -1
  437. package/esm/types/3_chat_member_updated.js +7 -7
  438. package/esm/types/3_reply_markup.d.ts +13 -5
  439. package/esm/types/3_reply_markup.d.ts.map +1 -1
  440. package/esm/types/3_reply_markup.js +12 -22
  441. package/esm/types/3_story.d.ts +2 -2
  442. package/esm/types/3_story.d.ts.map +1 -1
  443. package/esm/types/4_inline_query_result.d.ts +38 -5
  444. package/esm/types/4_inline_query_result.d.ts.map +1 -1
  445. package/esm/types/4_inline_query_result.js +59 -165
  446. package/esm/types/4_message.d.ts +118 -28
  447. package/esm/types/4_message.d.ts.map +1 -1
  448. package/esm/types/4_message.js +69 -60
  449. package/esm/types/5_callback_query.d.ts +3 -3
  450. package/esm/types/5_callback_query.d.ts.map +1 -1
  451. package/esm/types/5_callback_query.js +5 -5
  452. package/esm/types/5_chat_list_item.d.ts +3 -3
  453. package/esm/types/5_chat_list_item.d.ts.map +1 -1
  454. package/esm/types/5_chat_list_item.js +2 -2
  455. package/esm/types/5_inline_query_answer.d.ts +2 -2
  456. package/esm/types/5_inline_query_answer.d.ts.map +1 -1
  457. package/esm/types/6_update.d.ts +55 -12
  458. package/esm/types/6_update.d.ts.map +1 -1
  459. package/esm/types/_file_id.d.ts +2 -2
  460. package/esm/types/_file_id.d.ts.map +1 -1
  461. package/esm/types/_file_id.js +4 -4
  462. package/esm/types/_getters.d.ts +7 -7
  463. package/esm/types/_getters.d.ts.map +1 -1
  464. package/esm/utilities/1_misc.d.ts +1 -1
  465. package/esm/utilities/1_misc.d.ts.map +1 -1
  466. package/esm/utilities/1_misc.js +4 -2
  467. package/package.json +1 -1
  468. package/script/0_deps.d.ts +7 -5
  469. package/script/0_deps.d.ts.map +1 -1
  470. package/script/0_deps.js +11 -8
  471. package/script/2_tl.d.ts +7 -8
  472. package/script/2_tl.d.ts.map +1 -1
  473. package/script/2_tl.js +20 -11
  474. package/script/3_errors.d.ts +519 -515
  475. package/script/3_errors.d.ts.map +1 -1
  476. package/script/3_errors.js +543 -514
  477. package/script/3_transport.d.ts +1 -0
  478. package/script/3_transport.d.ts.map +1 -1
  479. package/script/3_transport.js +1 -0
  480. package/script/4_errors.d.ts +7 -7
  481. package/script/4_errors.d.ts.map +1 -1
  482. package/script/4_errors.js +6 -6
  483. package/script/client/0_client_abstract.d.ts +1 -21
  484. package/script/client/0_client_abstract.d.ts.map +1 -1
  485. package/script/client/0_client_abstract.js +41 -16
  486. package/script/client/0_message.d.ts +3 -3
  487. package/script/client/0_message.d.ts.map +1 -1
  488. package/script/client/0_message.js +3 -19
  489. package/script/client/0_params.d.ts +1 -3
  490. package/script/client/0_params.d.ts.map +1 -1
  491. package/script/client/0_password.d.ts +2 -2
  492. package/script/client/0_password.d.ts.map +1 -1
  493. package/script/client/0_password.js +2 -7
  494. package/script/client/0_storage_operations.d.ts +23 -23
  495. package/script/client/0_storage_operations.d.ts.map +1 -1
  496. package/script/client/0_storage_operations.js +12 -11
  497. package/script/client/0_utilities.d.ts.map +1 -1
  498. package/script/client/0_utilities.js +12 -9
  499. package/script/client/1_client_encrypted.d.ts +3 -5
  500. package/script/client/1_client_encrypted.d.ts.map +1 -1
  501. package/script/client/1_client_encrypted.js +49 -33
  502. package/script/client/1_client_plain.d.ts +2 -2
  503. package/script/client/1_client_plain.d.ts.map +1 -1
  504. package/script/client/1_client_plain.js +25 -17
  505. package/script/client/1_types.d.ts +9 -22
  506. package/script/client/1_types.d.ts.map +1 -1
  507. package/script/client/2_account_manager.d.ts +2 -2
  508. package/script/client/2_account_manager.js +15 -15
  509. package/script/client/2_bot_info_manager.d.ts.map +1 -1
  510. package/script/client/2_bot_info_manager.js +7 -6
  511. package/script/client/2_business_connection_manager.d.ts +3 -3
  512. package/script/client/2_business_connection_manager.d.ts.map +1 -1
  513. package/script/client/2_business_connection_manager.js +5 -4
  514. package/script/client/2_file_manager.d.ts +5 -4
  515. package/script/client/2_file_manager.d.ts.map +1 -1
  516. package/script/client/2_file_manager.js +39 -22
  517. package/script/client/2_reaction_manager.d.ts +3 -3
  518. package/script/client/2_reaction_manager.d.ts.map +1 -1
  519. package/script/client/2_reaction_manager.js +15 -9
  520. package/script/client/2_update_manager.d.ts +11 -11
  521. package/script/client/2_update_manager.d.ts.map +1 -1
  522. package/script/client/2_update_manager.js +161 -159
  523. package/script/client/3_message_manager.d.ts +11 -12
  524. package/script/client/3_message_manager.d.ts.map +1 -1
  525. package/script/client/3_message_manager.js +204 -473
  526. package/script/client/3_video_chat_manager.d.ts +3 -3
  527. package/script/client/3_video_chat_manager.d.ts.map +1 -1
  528. package/script/client/3_video_chat_manager.js +25 -35
  529. package/script/client/4_callback_query_manager.d.ts +3 -3
  530. package/script/client/4_callback_query_manager.d.ts.map +1 -1
  531. package/script/client/4_callback_query_manager.js +4 -15
  532. package/script/client/4_chat_list_manager.d.ts +5 -4
  533. package/script/client/4_chat_list_manager.d.ts.map +1 -1
  534. package/script/client/4_chat_list_manager.js +54 -32
  535. package/script/client/4_inline_query_manager.d.ts +3 -3
  536. package/script/client/4_inline_query_manager.d.ts.map +1 -1
  537. package/script/client/4_inline_query_manager.js +5 -14
  538. package/script/client/4_story_manager.d.ts +3 -3
  539. package/script/client/4_story_manager.d.ts.map +1 -1
  540. package/script/client/4_story_manager.js +14 -31
  541. package/script/client/5_client.d.ts +10 -12
  542. package/script/client/5_client.d.ts.map +1 -1
  543. package/script/client/5_client.js +67 -116
  544. package/script/connection/1_connection_tcp.d.ts +34 -0
  545. package/script/connection/1_connection_tcp.d.ts.map +1 -0
  546. package/script/connection/1_connection_tcp.js +196 -0
  547. package/script/connection/1_connection_web_socket.d.ts +1 -2
  548. package/script/connection/1_connection_web_socket.d.ts.map +1 -1
  549. package/script/connection/1_connection_web_socket.js +47 -65
  550. package/script/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +1 -0
  551. package/script/deps/deno.land/std@0.224.0/assert/assert.d.ts.map +1 -0
  552. package/script/deps/deno.land/std@0.224.0/assert/assert_almost_equals.d.ts.map +1 -0
  553. package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.d.ts.map +1 -0
  554. package/script/deps/deno.land/std@0.224.0/assert/assert_array_includes.js +45 -0
  555. package/script/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +1 -0
  556. package/script/deps/deno.land/std@0.224.0/assert/assert_equals.js +51 -0
  557. package/script/deps/deno.land/std@0.224.0/assert/assert_exists.d.ts.map +1 -0
  558. package/script/deps/deno.land/std@0.224.0/assert/assert_false.d.ts.map +1 -0
  559. package/script/deps/deno.land/std@0.224.0/assert/assert_greater.d.ts.map +1 -0
  560. package/script/deps/deno.land/std@0.224.0/assert/assert_greater.js +28 -0
  561. package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.d.ts.map +1 -0
  562. package/script/deps/deno.land/std@0.224.0/assert/assert_greater_or_equal.js +28 -0
  563. package/script/deps/deno.land/std@0.224.0/assert/assert_instance_of.d.ts.map +1 -0
  564. package/script/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +1 -0
  565. package/script/deps/deno.land/std@0.224.0/assert/assert_less.d.ts.map +1 -0
  566. package/script/deps/deno.land/std@0.224.0/assert/assert_less.js +27 -0
  567. package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.d.ts.map +1 -0
  568. package/script/deps/deno.land/std@0.224.0/assert/assert_less_or_equal.js +28 -0
  569. package/script/deps/deno.land/std@0.224.0/assert/assert_match.d.ts.map +1 -0
  570. package/script/deps/deno.land/std@0.224.0/assert/assert_not_equals.d.ts.map +1 -0
  571. package/script/deps/deno.land/std@0.224.0/assert/assert_not_instance_of.d.ts.map +1 -0
  572. package/script/deps/deno.land/std@0.224.0/assert/assert_not_match.d.ts.map +1 -0
  573. package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.d.ts.map +1 -0
  574. package/script/deps/deno.land/std@0.224.0/assert/assert_not_strict_equals.js +27 -0
  575. package/script/deps/deno.land/std@0.224.0/assert/assert_object_match.d.ts.map +1 -0
  576. package/script/deps/deno.land/std@0.224.0/assert/assert_rejects.d.ts.map +1 -0
  577. package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.d.ts.map +1 -0
  578. package/script/deps/deno.land/std@0.224.0/assert/assert_strict_equals.js +59 -0
  579. package/script/deps/deno.land/std@0.224.0/assert/assert_string_includes.d.ts.map +1 -0
  580. package/script/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +1 -0
  581. package/script/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +1 -0
  582. package/script/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +1 -0
  583. package/script/deps/deno.land/std@0.224.0/assert/fail.d.ts.map +1 -0
  584. package/script/deps/deno.land/std@0.224.0/assert/mod.d.ts.map +1 -0
  585. package/script/deps/deno.land/std@0.224.0/assert/unimplemented.d.ts.map +1 -0
  586. package/script/deps/deno.land/std@0.224.0/assert/unreachable.d.ts.map +1 -0
  587. package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts +18 -0
  588. package/script/deps/deno.land/std@0.224.0/bytes/concat.d.ts.map +1 -0
  589. package/script/deps/deno.land/std@0.224.0/bytes/concat.js +35 -0
  590. package/script/deps/deno.land/std@0.224.0/encoding/_util.d.ts.map +1 -0
  591. package/script/deps/deno.land/std@0.224.0/encoding/base64.d.ts.map +1 -0
  592. package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts +286 -0
  593. package/script/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +1 -0
  594. package/script/deps/deno.land/std@0.224.0/fmt/colors.js +564 -0
  595. package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts +28 -0
  596. package/script/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +1 -0
  597. package/script/deps/deno.land/std@0.224.0/internal/format.d.ts +2 -0
  598. package/script/deps/deno.land/std@0.224.0/internal/format.d.ts.map +1 -0
  599. package/script/deps/deno.land/std@0.224.0/internal/format.js +51 -0
  600. package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts +10 -0
  601. package/script/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +1 -0
  602. package/script/deps/deno.land/std@0.224.0/internal/mod.js +27 -0
  603. package/script/deps/deno.land/std@0.224.0/io/_constants.d.ts +3 -0
  604. package/script/deps/deno.land/std@0.224.0/io/_constants.d.ts.map +1 -0
  605. package/script/deps/deno.land/std@0.224.0/io/_constants.js +7 -0
  606. package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts +70 -0
  607. package/script/deps/deno.land/std@0.224.0/io/iterate_reader.d.ts.map +1 -0
  608. package/script/deps/deno.land/std@0.224.0/io/iterate_reader.js +91 -0
  609. package/script/deps/deno.land/std@0.224.0/io/types.d.ts +95 -0
  610. package/script/deps/deno.land/std@0.224.0/io/types.d.ts.map +1 -0
  611. package/script/deps/deno.land/std@0.224.0/io/write_all.d.ts +39 -0
  612. package/script/deps/deno.land/std@0.224.0/io/write_all.d.ts.map +1 -0
  613. package/script/deps/deno.land/std@0.224.0/io/write_all.js +54 -0
  614. package/script/deps/deno.land/std@0.224.0/media_types/_db.d.ts.map +1 -0
  615. package/script/deps/deno.land/std@0.224.0/media_types/_util.d.ts.map +1 -0
  616. package/script/deps/deno.land/std@0.224.0/media_types/content_type.d.ts.map +1 -0
  617. package/script/deps/deno.land/std@0.224.0/media_types/extension.d.ts.map +1 -0
  618. package/script/deps/deno.land/std@0.224.0/media_types/extensions_by_type.d.ts.map +1 -0
  619. package/script/deps/deno.land/std@0.224.0/media_types/format_media_type.d.ts.map +1 -0
  620. package/script/deps/deno.land/std@0.224.0/media_types/get_charset.d.ts.map +1 -0
  621. package/script/deps/deno.land/std@0.224.0/media_types/parse_media_type.d.ts.map +1 -0
  622. package/script/deps/deno.land/std@0.224.0/media_types/type_by_extension.d.ts.map +1 -0
  623. package/script/deps/deno.land/std@0.224.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +1 -0
  624. package/script/deps/deno.land/std@0.224.0/path/_common/assert_path.d.ts.map +1 -0
  625. package/script/deps/deno.land/std@0.224.0/path/_common/basename.d.ts.map +1 -0
  626. package/script/deps/deno.land/std@0.224.0/path/_common/common.d.ts.map +1 -0
  627. package/script/deps/deno.land/std@0.224.0/path/_common/constants.d.ts.map +1 -0
  628. package/script/deps/deno.land/std@0.224.0/path/_common/dirname.d.ts.map +1 -0
  629. package/script/deps/deno.land/std@0.224.0/path/_common/format.d.ts.map +1 -0
  630. package/script/deps/deno.land/std@0.224.0/path/_common/from_file_url.d.ts.map +1 -0
  631. package/script/deps/deno.land/std@0.224.0/path/_common/glob_to_reg_exp.d.ts.map +1 -0
  632. package/script/deps/deno.land/std@0.224.0/path/_common/normalize.d.ts.map +1 -0
  633. package/script/deps/deno.land/std@0.224.0/path/_common/normalize_string.d.ts.map +1 -0
  634. package/script/deps/deno.land/std@0.224.0/path/_common/relative.d.ts.map +1 -0
  635. package/script/deps/deno.land/std@0.224.0/path/_common/strip_trailing_separators.d.ts.map +1 -0
  636. package/script/deps/deno.land/std@0.224.0/path/_common/to_file_url.d.ts.map +1 -0
  637. package/script/deps/deno.land/std@0.224.0/path/_interface.d.ts.map +1 -0
  638. package/script/deps/deno.land/std@0.224.0/path/_interface.js +4 -0
  639. package/script/deps/deno.land/std@0.224.0/path/_os.d.ts.map +1 -0
  640. package/script/deps/deno.land/std@0.224.0/path/basename.d.ts.map +1 -0
  641. package/script/deps/deno.land/std@0.224.0/path/common.d.ts.map +1 -0
  642. package/script/deps/deno.land/std@0.224.0/path/constants.d.ts.map +1 -0
  643. package/script/deps/deno.land/std@0.224.0/path/dirname.d.ts.map +1 -0
  644. package/script/deps/deno.land/std@0.224.0/path/extname.d.ts.map +1 -0
  645. package/script/deps/deno.land/std@0.224.0/path/format.d.ts.map +1 -0
  646. package/script/deps/deno.land/std@0.224.0/path/from_file_url.d.ts.map +1 -0
  647. package/script/deps/deno.land/std@0.224.0/path/glob_to_regexp.d.ts.map +1 -0
  648. package/script/deps/deno.land/std@0.224.0/path/is_absolute.d.ts.map +1 -0
  649. package/script/deps/deno.land/std@0.224.0/path/is_glob.d.ts.map +1 -0
  650. package/script/deps/deno.land/std@0.224.0/path/join.d.ts.map +1 -0
  651. package/script/deps/deno.land/std@0.224.0/path/join_globs.d.ts.map +1 -0
  652. package/script/deps/deno.land/std@0.224.0/path/mod.d.ts +57 -0
  653. package/script/deps/deno.land/std@0.224.0/path/mod.d.ts.map +1 -0
  654. package/script/deps/deno.land/std@0.224.0/path/mod.js +89 -0
  655. package/script/deps/deno.land/std@0.224.0/path/normalize.d.ts.map +1 -0
  656. package/script/deps/deno.land/std@0.224.0/path/normalize_glob.d.ts.map +1 -0
  657. package/script/deps/deno.land/std@0.224.0/path/parse.d.ts +20 -0
  658. package/script/deps/deno.land/std@0.224.0/path/parse.d.ts.map +1 -0
  659. package/script/deps/deno.land/std@0.224.0/path/posix/_util.d.ts.map +1 -0
  660. package/script/deps/deno.land/std@0.224.0/path/posix/basename.d.ts.map +1 -0
  661. package/script/deps/deno.land/std@0.224.0/path/posix/common.d.ts.map +1 -0
  662. package/script/deps/deno.land/std@0.224.0/path/posix/constants.d.ts.map +1 -0
  663. package/script/deps/deno.land/std@0.224.0/path/posix/dirname.d.ts.map +1 -0
  664. package/script/deps/deno.land/std@0.224.0/path/posix/extname.d.ts.map +1 -0
  665. package/script/deps/deno.land/std@0.224.0/path/posix/format.d.ts.map +1 -0
  666. package/script/deps/deno.land/std@0.224.0/path/posix/from_file_url.d.ts.map +1 -0
  667. package/script/deps/deno.land/std@0.224.0/path/posix/glob_to_regexp.d.ts.map +1 -0
  668. package/script/deps/deno.land/std@0.224.0/path/posix/is_absolute.d.ts.map +1 -0
  669. package/script/deps/deno.land/std@0.224.0/path/posix/is_glob.d.ts.map +1 -0
  670. package/script/deps/deno.land/std@0.224.0/path/posix/join.d.ts.map +1 -0
  671. package/script/deps/deno.land/std@0.224.0/path/posix/join_globs.d.ts.map +1 -0
  672. package/script/deps/deno.land/std@0.224.0/path/posix/mod.d.ts.map +1 -0
  673. package/script/deps/deno.land/std@0.224.0/path/posix/normalize.d.ts.map +1 -0
  674. package/script/deps/deno.land/std@0.224.0/path/posix/normalize_glob.d.ts.map +1 -0
  675. package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts +8 -0
  676. package/script/deps/deno.land/std@0.224.0/path/posix/parse.d.ts.map +1 -0
  677. package/script/deps/deno.land/std@0.224.0/path/posix/relative.d.ts.map +1 -0
  678. package/script/deps/deno.land/std@0.224.0/path/posix/resolve.d.ts.map +1 -0
  679. package/script/deps/deno.land/std@0.224.0/path/posix/to_file_url.d.ts.map +1 -0
  680. package/script/deps/deno.land/std@0.224.0/path/posix/to_namespaced_path.d.ts.map +1 -0
  681. package/script/deps/deno.land/std@0.224.0/path/relative.d.ts.map +1 -0
  682. package/script/deps/deno.land/std@0.224.0/path/resolve.d.ts.map +1 -0
  683. package/script/deps/deno.land/std@0.224.0/path/to_file_url.d.ts.map +1 -0
  684. package/script/deps/deno.land/std@0.224.0/path/to_namespaced_path.d.ts.map +1 -0
  685. package/script/deps/deno.land/std@0.224.0/path/windows/_util.d.ts.map +1 -0
  686. package/script/deps/deno.land/std@0.224.0/path/windows/basename.d.ts.map +1 -0
  687. package/script/deps/deno.land/std@0.224.0/path/windows/common.d.ts.map +1 -0
  688. package/script/deps/deno.land/std@0.224.0/path/windows/constants.d.ts.map +1 -0
  689. package/script/deps/deno.land/std@0.224.0/path/windows/dirname.d.ts.map +1 -0
  690. package/script/deps/deno.land/std@0.224.0/path/windows/extname.d.ts.map +1 -0
  691. package/script/deps/deno.land/std@0.224.0/path/windows/format.d.ts.map +1 -0
  692. package/script/deps/deno.land/std@0.224.0/path/windows/from_file_url.d.ts.map +1 -0
  693. package/script/deps/deno.land/std@0.224.0/path/windows/glob_to_regexp.d.ts.map +1 -0
  694. package/script/deps/deno.land/std@0.224.0/path/windows/is_absolute.d.ts.map +1 -0
  695. package/script/deps/deno.land/std@0.224.0/path/windows/is_glob.d.ts.map +1 -0
  696. package/script/deps/deno.land/std@0.224.0/path/windows/join.d.ts.map +1 -0
  697. package/script/deps/deno.land/std@0.224.0/path/windows/join_globs.d.ts.map +1 -0
  698. package/script/deps/deno.land/std@0.224.0/path/windows/mod.d.ts.map +1 -0
  699. package/script/deps/deno.land/std@0.224.0/path/windows/normalize.d.ts.map +1 -0
  700. package/script/deps/deno.land/std@0.224.0/path/windows/normalize_glob.d.ts.map +1 -0
  701. package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts +8 -0
  702. package/script/deps/deno.land/std@0.224.0/path/windows/parse.d.ts.map +1 -0
  703. package/script/deps/deno.land/std@0.224.0/path/windows/relative.d.ts.map +1 -0
  704. package/script/deps/deno.land/std@0.224.0/path/windows/resolve.d.ts.map +1 -0
  705. package/script/deps/deno.land/std@0.224.0/path/windows/to_file_url.d.ts.map +1 -0
  706. package/script/deps/deno.land/std@0.224.0/path/windows/to_namespaced_path.d.ts.map +1 -0
  707. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts +45 -0
  708. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.d.ts.map +1 -0
  709. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/client.js +280 -0
  710. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts +3 -0
  711. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.d.ts.map +1 -0
  712. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/deps.js +5 -0
  713. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts +3 -0
  714. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.d.ts.map +1 -0
  715. package/script/deps/raw.githubusercontent.com/MTKruto/socks5/main/utils.js +40 -0
  716. package/script/mod.d.ts +0 -1
  717. package/script/mod.d.ts.map +1 -1
  718. package/script/mod.js +0 -1
  719. package/script/tl/0_api.d.ts +14813 -0
  720. package/script/tl/0_api.d.ts.map +1 -0
  721. package/script/tl/0_api.js +23248 -0
  722. package/script/tl/1_utilities.d.ts +32 -0
  723. package/script/tl/1_utilities.d.ts.map +1 -0
  724. package/script/tl/1_utilities.js +76 -0
  725. package/script/tl/1_utilities_test.d.ts.map +1 -0
  726. package/script/tl/2_deserialize.d.ts +23 -0
  727. package/script/tl/2_deserialize.d.ts.map +1 -0
  728. package/script/tl/2_deserialize.js +99 -0
  729. package/script/tl/2_serialize.d.ts +22 -0
  730. package/script/tl/2_serialize.d.ts.map +1 -0
  731. package/script/tl/2_serialize.js +164 -0
  732. package/script/tl/2_serialize_test.d.ts.map +1 -0
  733. package/script/tl/3_tl_reader.d.ts +26 -0
  734. package/script/tl/3_tl_reader.d.ts.map +1 -0
  735. package/script/tl/3_tl_reader.js +53 -0
  736. package/script/tl/3_utilities.d.ts +5 -5
  737. package/script/tl/3_utilities.d.ts.map +1 -1
  738. package/script/tl/3_utilities.js +9 -10
  739. package/script/tl/4_rpc_result.d.ts +27 -0
  740. package/script/tl/4_rpc_result.d.ts.map +1 -0
  741. package/script/tl/4_rpc_result.js +32 -0
  742. package/script/tl/4_tl_writer.d.ts +25 -0
  743. package/script/tl/4_tl_writer.d.ts.map +1 -0
  744. package/script/tl/4_tl_writer.js +49 -0
  745. package/script/tl/5_message.d.ts +39 -0
  746. package/script/tl/5_message.d.ts.map +1 -0
  747. package/script/tl/5_message.js +106 -0
  748. package/script/tl/5_message_test.d.ts.map +1 -0
  749. package/script/transport/3_transport_provider_tcp.d.ts +14 -0
  750. package/script/transport/3_transport_provider_tcp.d.ts.map +1 -0
  751. package/script/transport/3_transport_provider_tcp.js +19 -0
  752. package/script/types/0_birthday.d.ts +2 -2
  753. package/script/types/0_birthday.d.ts.map +1 -1
  754. package/script/types/0_callback_query_answer.d.ts +2 -2
  755. package/script/types/0_callback_query_answer.d.ts.map +1 -1
  756. package/script/types/0_callback_query_question.d.ts +3 -0
  757. package/script/types/0_callback_query_question.d.ts.map +1 -1
  758. package/script/types/0_chat_administrator_rights.d.ts +3 -3
  759. package/script/types/0_chat_administrator_rights.d.ts.map +1 -1
  760. package/script/types/0_chat_administrator_rights.js +1 -11
  761. package/script/types/0_chat_member_rights.d.ts +3 -3
  762. package/script/types/0_chat_member_rights.d.ts.map +1 -1
  763. package/script/types/0_chat_member_rights.js +3 -3
  764. package/script/types/0_chat_photo.d.ts +5 -13
  765. package/script/types/0_chat_photo.d.ts.map +1 -1
  766. package/script/types/0_chat_photo.js +3 -2
  767. package/script/types/0_contact.d.ts +2 -2
  768. package/script/types/0_contact.d.ts.map +1 -1
  769. package/script/types/0_dice.d.ts +2 -2
  770. package/script/types/0_dice.d.ts.map +1 -1
  771. package/script/types/0_giveaway_parameters.d.ts +2 -2
  772. package/script/types/0_giveaway_parameters.d.ts.map +1 -1
  773. package/script/types/0_giveaway_parameters.js +2 -2
  774. package/script/types/0_link_preview.d.ts +2 -2
  775. package/script/types/0_link_preview.d.ts.map +1 -1
  776. package/script/types/0_live_stream_channel.d.ts +2 -2
  777. package/script/types/0_live_stream_channel.d.ts.map +1 -1
  778. package/script/types/0_location.d.ts +2 -2
  779. package/script/types/0_location.d.ts.map +1 -1
  780. package/script/types/0_location.js +4 -4
  781. package/script/types/0_mask_position.d.ts +2 -2
  782. package/script/types/0_mask_position.d.ts.map +1 -1
  783. package/script/types/0_message_entity.d.ts +22 -3
  784. package/script/types/0_message_entity.d.ts.map +1 -1
  785. package/script/types/0_message_entity.js +41 -41
  786. package/script/types/0_message_search_filter.d.ts +2 -2
  787. package/script/types/0_message_search_filter.d.ts.map +1 -1
  788. package/script/types/0_message_search_filter.js +14 -15
  789. package/script/types/0_opening_hours.d.ts +2 -2
  790. package/script/types/0_opening_hours.d.ts.map +1 -1
  791. package/script/types/0_poll_option.d.ts +2 -2
  792. package/script/types/0_poll_option.d.ts.map +1 -1
  793. package/script/types/0_reaction.d.ts +3 -3
  794. package/script/types/0_reaction.d.ts.map +1 -1
  795. package/script/types/0_reaction.js +3 -3
  796. package/script/types/0_restriction_reason.d.ts +2 -2
  797. package/script/types/0_restriction_reason.d.ts.map +1 -1
  798. package/script/types/0_thumbnail.d.ts +2 -2
  799. package/script/types/0_thumbnail.d.ts.map +1 -1
  800. package/script/types/0_thumbnail.js +2 -2
  801. package/script/types/0_video_chat.d.ts +5 -2
  802. package/script/types/0_video_chat.d.ts.map +1 -1
  803. package/script/types/0_video_chat.js +4 -1
  804. package/script/types/0_voice.d.ts +2 -2
  805. package/script/types/0_voice.d.ts.map +1 -1
  806. package/script/types/1_animation.d.ts +2 -2
  807. package/script/types/1_animation.d.ts.map +1 -1
  808. package/script/types/1_animation.js +1 -1
  809. package/script/types/1_audio.d.ts +2 -2
  810. package/script/types/1_audio.d.ts.map +1 -1
  811. package/script/types/1_audio.js +1 -1
  812. package/script/types/1_bot_command_scope.d.ts +9 -2
  813. package/script/types/1_bot_command_scope.d.ts.map +1 -1
  814. package/script/types/1_bot_command_scope.js +8 -8
  815. package/script/types/1_chat_p.d.ts +9 -5
  816. package/script/types/1_chat_p.d.ts.map +1 -1
  817. package/script/types/1_chat_p.js +5 -5
  818. package/script/types/1_document.d.ts +2 -2
  819. package/script/types/1_document.d.ts.map +1 -1
  820. package/script/types/1_document.js +1 -1
  821. package/script/types/1_giveaway.d.ts +2 -2
  822. package/script/types/1_giveaway.d.ts.map +1 -1
  823. package/script/types/1_input_story_content.d.ts +2 -0
  824. package/script/types/1_input_story_content.d.ts.map +1 -1
  825. package/script/types/1_keyboard_button.d.ts +3 -3
  826. package/script/types/1_keyboard_button.d.ts.map +1 -1
  827. package/script/types/1_keyboard_button.js +17 -44
  828. package/script/types/1_message_content.d.ts +6 -1
  829. package/script/types/1_message_content.d.ts.map +1 -1
  830. package/script/types/1_message_reaction.d.ts +2 -2
  831. package/script/types/1_message_reaction.d.ts.map +1 -1
  832. package/script/types/1_message_reaction.js +4 -4
  833. package/script/types/1_photo.d.ts +5 -5
  834. package/script/types/1_photo.d.ts.map +1 -1
  835. package/script/types/1_photo.js +3 -3
  836. package/script/types/1_poll.d.ts +2 -2
  837. package/script/types/1_poll.d.ts.map +1 -1
  838. package/script/types/1_reaction_count.d.ts +2 -2
  839. package/script/types/1_reaction_count.d.ts.map +1 -1
  840. package/script/types/1_reply_quote.d.ts +2 -2
  841. package/script/types/1_reply_quote.d.ts.map +1 -1
  842. package/script/types/1_sticker.d.ts +3 -3
  843. package/script/types/1_sticker.d.ts.map +1 -1
  844. package/script/types/1_sticker.js +8 -8
  845. package/script/types/1_story_privacy.d.ts +7 -3
  846. package/script/types/1_story_privacy.d.ts.map +1 -1
  847. package/script/types/1_story_privacy.js +13 -13
  848. package/script/types/1_story_reaction.d.ts +2 -2
  849. package/script/types/1_story_reaction.d.ts.map +1 -1
  850. package/script/types/1_user.d.ts +4 -4
  851. package/script/types/1_user.d.ts.map +1 -1
  852. package/script/types/1_user.js +1 -1
  853. package/script/types/1_venue.d.ts +2 -2
  854. package/script/types/1_venue.d.ts.map +1 -1
  855. package/script/types/1_venue.js +1 -1
  856. package/script/types/1_video.d.ts +2 -2
  857. package/script/types/1_video.d.ts.map +1 -1
  858. package/script/types/1_video.js +1 -1
  859. package/script/types/1_video_note.d.ts +2 -2
  860. package/script/types/1_video_note.d.ts.map +1 -1
  861. package/script/types/1_video_note.js +1 -1
  862. package/script/types/2_business_connection.d.ts +2 -2
  863. package/script/types/2_business_connection.d.ts.map +1 -1
  864. package/script/types/2_business_connection.js +1 -2
  865. package/script/types/2_chat.d.ts +2 -2
  866. package/script/types/2_chat.d.ts.map +1 -1
  867. package/script/types/2_chat.js +10 -10
  868. package/script/types/2_chat_member.d.ts +9 -9
  869. package/script/types/2_chat_member.d.ts.map +1 -1
  870. package/script/types/2_chat_member.js +9 -9
  871. package/script/types/2_chosen_inline_result.d.ts +2 -2
  872. package/script/types/2_chosen_inline_result.d.ts.map +1 -1
  873. package/script/types/2_chosen_inline_result.js +4 -4
  874. package/script/types/2_game.d.ts +2 -2
  875. package/script/types/2_game.d.ts.map +1 -1
  876. package/script/types/2_game.js +3 -3
  877. package/script/types/2_inactive_chat.d.ts +2 -2
  878. package/script/types/2_inactive_chat.d.ts.map +1 -1
  879. package/script/types/2_inactive_chat.js +1 -1
  880. package/script/types/2_inline_keyboard_button.d.ts +11 -3
  881. package/script/types/2_inline_keyboard_button.d.ts.map +1 -1
  882. package/script/types/2_inline_keyboard_button.js +14 -20
  883. package/script/types/2_inline_query.d.ts +2 -2
  884. package/script/types/2_inline_query.d.ts.map +1 -1
  885. package/script/types/2_inline_query.js +7 -7
  886. package/script/types/2_invite_link.d.ts +2 -2
  887. package/script/types/2_invite_link.d.ts.map +1 -1
  888. package/script/types/2_invite_link.js +1 -2
  889. package/script/types/2_message_reaction_count.d.ts +2 -2
  890. package/script/types/2_message_reaction_count.d.ts.map +1 -1
  891. package/script/types/2_message_reactions.d.ts +2 -2
  892. package/script/types/2_message_reactions.d.ts.map +1 -1
  893. package/script/types/2_message_reactions.js +1 -1
  894. package/script/types/2_story_content.d.ts +5 -2
  895. package/script/types/2_story_content.d.ts.map +1 -1
  896. package/script/types/2_story_content.js +5 -5
  897. package/script/types/2_story_interactions.d.ts +2 -2
  898. package/script/types/2_story_interactions.d.ts.map +1 -1
  899. package/script/types/2_story_interactive_area.d.ts +3 -3
  900. package/script/types/2_story_interactive_area.d.ts.map +1 -1
  901. package/script/types/2_story_interactive_area.js +18 -28
  902. package/script/types/3_chat_member_updated.d.ts +2 -2
  903. package/script/types/3_chat_member_updated.d.ts.map +1 -1
  904. package/script/types/3_chat_member_updated.js +6 -6
  905. package/script/types/3_reply_markup.d.ts +13 -5
  906. package/script/types/3_reply_markup.d.ts.map +1 -1
  907. package/script/types/3_reply_markup.js +11 -21
  908. package/script/types/3_story.d.ts +2 -2
  909. package/script/types/3_story.d.ts.map +1 -1
  910. package/script/types/4_inline_query_result.d.ts +38 -5
  911. package/script/types/4_inline_query_result.d.ts.map +1 -1
  912. package/script/types/4_inline_query_result.js +58 -164
  913. package/script/types/4_message.d.ts +118 -28
  914. package/script/types/4_message.d.ts.map +1 -1
  915. package/script/types/4_message.js +68 -59
  916. package/script/types/5_callback_query.d.ts +3 -3
  917. package/script/types/5_callback_query.d.ts.map +1 -1
  918. package/script/types/5_callback_query.js +4 -4
  919. package/script/types/5_chat_list_item.d.ts +3 -3
  920. package/script/types/5_chat_list_item.d.ts.map +1 -1
  921. package/script/types/5_chat_list_item.js +1 -1
  922. package/script/types/5_inline_query_answer.d.ts +2 -2
  923. package/script/types/5_inline_query_answer.d.ts.map +1 -1
  924. package/script/types/6_update.d.ts +55 -12
  925. package/script/types/6_update.d.ts.map +1 -1
  926. package/script/types/_file_id.d.ts +2 -2
  927. package/script/types/_file_id.d.ts.map +1 -1
  928. package/script/types/_file_id.js +3 -3
  929. package/script/types/_getters.d.ts +7 -7
  930. package/script/types/_getters.d.ts.map +1 -1
  931. package/script/utilities/1_misc.d.ts +1 -1
  932. package/script/utilities/1_misc.d.ts.map +1 -1
  933. package/script/utilities/1_misc.js +4 -2
  934. package/esm/deps/deno.land/std@0.223.0/assert/_constants.d.ts.map +0 -1
  935. package/esm/deps/deno.land/std@0.223.0/assert/_diff.d.ts +0 -28
  936. package/esm/deps/deno.land/std@0.223.0/assert/_diff.d.ts.map +0 -1
  937. package/esm/deps/deno.land/std@0.223.0/assert/_format.d.ts +0 -2
  938. package/esm/deps/deno.land/std@0.223.0/assert/_format.d.ts.map +0 -1
  939. package/esm/deps/deno.land/std@0.223.0/assert/_format.js +0 -25
  940. package/esm/deps/deno.land/std@0.223.0/assert/assert.d.ts.map +0 -1
  941. package/esm/deps/deno.land/std@0.223.0/assert/assert_almost_equals.d.ts.map +0 -1
  942. package/esm/deps/deno.land/std@0.223.0/assert/assert_array_includes.d.ts.map +0 -1
  943. package/esm/deps/deno.land/std@0.223.0/assert/assert_array_includes.js +0 -41
  944. package/esm/deps/deno.land/std@0.223.0/assert/assert_equals.d.ts.map +0 -1
  945. package/esm/deps/deno.land/std@0.223.0/assert/assert_equals.js +0 -48
  946. package/esm/deps/deno.land/std@0.223.0/assert/assert_exists.d.ts.map +0 -1
  947. package/esm/deps/deno.land/std@0.223.0/assert/assert_false.d.ts.map +0 -1
  948. package/esm/deps/deno.land/std@0.223.0/assert/assert_greater.d.ts.map +0 -1
  949. package/esm/deps/deno.land/std@0.223.0/assert/assert_greater.js +0 -24
  950. package/esm/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.d.ts.map +0 -1
  951. package/esm/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.js +0 -24
  952. package/esm/deps/deno.land/std@0.223.0/assert/assert_instance_of.d.ts.map +0 -1
  953. package/esm/deps/deno.land/std@0.223.0/assert/assert_is_error.d.ts.map +0 -1
  954. package/esm/deps/deno.land/std@0.223.0/assert/assert_less.d.ts.map +0 -1
  955. package/esm/deps/deno.land/std@0.223.0/assert/assert_less.js +0 -23
  956. package/esm/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.d.ts.map +0 -1
  957. package/esm/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.js +0 -24
  958. package/esm/deps/deno.land/std@0.223.0/assert/assert_match.d.ts.map +0 -1
  959. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_equals.d.ts.map +0 -1
  960. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_instance_of.d.ts.map +0 -1
  961. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_match.d.ts.map +0 -1
  962. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.d.ts.map +0 -1
  963. package/esm/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.js +0 -23
  964. package/esm/deps/deno.land/std@0.223.0/assert/assert_object_match.d.ts.map +0 -1
  965. package/esm/deps/deno.land/std@0.223.0/assert/assert_rejects.d.ts.map +0 -1
  966. package/esm/deps/deno.land/std@0.223.0/assert/assert_strict_equals.d.ts.map +0 -1
  967. package/esm/deps/deno.land/std@0.223.0/assert/assert_strict_equals.js +0 -56
  968. package/esm/deps/deno.land/std@0.223.0/assert/assert_string_includes.d.ts.map +0 -1
  969. package/esm/deps/deno.land/std@0.223.0/assert/assert_throws.d.ts.map +0 -1
  970. package/esm/deps/deno.land/std@0.223.0/assert/assertion_error.d.ts.map +0 -1
  971. package/esm/deps/deno.land/std@0.223.0/assert/equal.d.ts.map +0 -1
  972. package/esm/deps/deno.land/std@0.223.0/assert/fail.d.ts.map +0 -1
  973. package/esm/deps/deno.land/std@0.223.0/assert/mod.d.ts.map +0 -1
  974. package/esm/deps/deno.land/std@0.223.0/assert/unimplemented.d.ts.map +0 -1
  975. package/esm/deps/deno.land/std@0.223.0/assert/unreachable.d.ts.map +0 -1
  976. package/esm/deps/deno.land/std@0.223.0/bytes/concat.d.ts +0 -14
  977. package/esm/deps/deno.land/std@0.223.0/bytes/concat.d.ts.map +0 -1
  978. package/esm/deps/deno.land/std@0.223.0/bytes/concat.js +0 -27
  979. package/esm/deps/deno.land/std@0.223.0/encoding/_util.d.ts.map +0 -1
  980. package/esm/deps/deno.land/std@0.223.0/encoding/base64.d.ts.map +0 -1
  981. package/esm/deps/deno.land/std@0.223.0/fmt/colors.d.ts +0 -286
  982. package/esm/deps/deno.land/std@0.223.0/fmt/colors.d.ts.map +0 -1
  983. package/esm/deps/deno.land/std@0.223.0/fmt/colors.js +0 -489
  984. package/esm/deps/deno.land/std@0.223.0/media_types/_db.d.ts.map +0 -1
  985. package/esm/deps/deno.land/std@0.223.0/media_types/_util.d.ts.map +0 -1
  986. package/esm/deps/deno.land/std@0.223.0/media_types/content_type.d.ts.map +0 -1
  987. package/esm/deps/deno.land/std@0.223.0/media_types/extension.d.ts.map +0 -1
  988. package/esm/deps/deno.land/std@0.223.0/media_types/extensions_by_type.d.ts.map +0 -1
  989. package/esm/deps/deno.land/std@0.223.0/media_types/format_media_type.d.ts.map +0 -1
  990. package/esm/deps/deno.land/std@0.223.0/media_types/get_charset.d.ts.map +0 -1
  991. package/esm/deps/deno.land/std@0.223.0/media_types/parse_media_type.d.ts.map +0 -1
  992. package/esm/deps/deno.land/std@0.223.0/media_types/type_by_extension.d.ts.map +0 -1
  993. package/esm/deps/deno.land/std@0.223.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
  994. package/esm/deps/deno.land/std@0.223.0/path/_common/assert_path.d.ts.map +0 -1
  995. package/esm/deps/deno.land/std@0.223.0/path/_common/basename.d.ts.map +0 -1
  996. package/esm/deps/deno.land/std@0.223.0/path/_common/common.d.ts.map +0 -1
  997. package/esm/deps/deno.land/std@0.223.0/path/_common/constants.d.ts.map +0 -1
  998. package/esm/deps/deno.land/std@0.223.0/path/_common/dirname.d.ts.map +0 -1
  999. package/esm/deps/deno.land/std@0.223.0/path/_common/format.d.ts.map +0 -1
  1000. package/esm/deps/deno.land/std@0.223.0/path/_common/from_file_url.d.ts.map +0 -1
  1001. package/esm/deps/deno.land/std@0.223.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
  1002. package/esm/deps/deno.land/std@0.223.0/path/_common/normalize.d.ts.map +0 -1
  1003. package/esm/deps/deno.land/std@0.223.0/path/_common/normalize_string.d.ts.map +0 -1
  1004. package/esm/deps/deno.land/std@0.223.0/path/_common/relative.d.ts.map +0 -1
  1005. package/esm/deps/deno.land/std@0.223.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
  1006. package/esm/deps/deno.land/std@0.223.0/path/_common/to_file_url.d.ts.map +0 -1
  1007. package/esm/deps/deno.land/std@0.223.0/path/_interface.d.ts.map +0 -1
  1008. package/esm/deps/deno.land/std@0.223.0/path/_os.d.ts.map +0 -1
  1009. package/esm/deps/deno.land/std@0.223.0/path/basename.d.ts.map +0 -1
  1010. package/esm/deps/deno.land/std@0.223.0/path/common.d.ts.map +0 -1
  1011. package/esm/deps/deno.land/std@0.223.0/path/constants.d.ts.map +0 -1
  1012. package/esm/deps/deno.land/std@0.223.0/path/dirname.d.ts.map +0 -1
  1013. package/esm/deps/deno.land/std@0.223.0/path/extname.d.ts.map +0 -1
  1014. package/esm/deps/deno.land/std@0.223.0/path/format.d.ts.map +0 -1
  1015. package/esm/deps/deno.land/std@0.223.0/path/from_file_url.d.ts.map +0 -1
  1016. package/esm/deps/deno.land/std@0.223.0/path/glob_to_regexp.d.ts.map +0 -1
  1017. package/esm/deps/deno.land/std@0.223.0/path/is_absolute.d.ts.map +0 -1
  1018. package/esm/deps/deno.land/std@0.223.0/path/is_glob.d.ts.map +0 -1
  1019. package/esm/deps/deno.land/std@0.223.0/path/join.d.ts.map +0 -1
  1020. package/esm/deps/deno.land/std@0.223.0/path/join_globs.d.ts.map +0 -1
  1021. package/esm/deps/deno.land/std@0.223.0/path/mod.d.ts +0 -57
  1022. package/esm/deps/deno.land/std@0.223.0/path/mod.d.ts.map +0 -1
  1023. package/esm/deps/deno.land/std@0.223.0/path/mod.js +0 -60
  1024. package/esm/deps/deno.land/std@0.223.0/path/normalize.d.ts.map +0 -1
  1025. package/esm/deps/deno.land/std@0.223.0/path/normalize_glob.d.ts.map +0 -1
  1026. package/esm/deps/deno.land/std@0.223.0/path/parse.d.ts +0 -19
  1027. package/esm/deps/deno.land/std@0.223.0/path/parse.d.ts.map +0 -1
  1028. package/esm/deps/deno.land/std@0.223.0/path/posix/_util.d.ts.map +0 -1
  1029. package/esm/deps/deno.land/std@0.223.0/path/posix/basename.d.ts.map +0 -1
  1030. package/esm/deps/deno.land/std@0.223.0/path/posix/common.d.ts.map +0 -1
  1031. package/esm/deps/deno.land/std@0.223.0/path/posix/constants.d.ts.map +0 -1
  1032. package/esm/deps/deno.land/std@0.223.0/path/posix/dirname.d.ts.map +0 -1
  1033. package/esm/deps/deno.land/std@0.223.0/path/posix/extname.d.ts.map +0 -1
  1034. package/esm/deps/deno.land/std@0.223.0/path/posix/format.d.ts.map +0 -1
  1035. package/esm/deps/deno.land/std@0.223.0/path/posix/from_file_url.d.ts.map +0 -1
  1036. package/esm/deps/deno.land/std@0.223.0/path/posix/glob_to_regexp.d.ts.map +0 -1
  1037. package/esm/deps/deno.land/std@0.223.0/path/posix/is_absolute.d.ts.map +0 -1
  1038. package/esm/deps/deno.land/std@0.223.0/path/posix/is_glob.d.ts.map +0 -1
  1039. package/esm/deps/deno.land/std@0.223.0/path/posix/join.d.ts.map +0 -1
  1040. package/esm/deps/deno.land/std@0.223.0/path/posix/join_globs.d.ts.map +0 -1
  1041. package/esm/deps/deno.land/std@0.223.0/path/posix/mod.d.ts.map +0 -1
  1042. package/esm/deps/deno.land/std@0.223.0/path/posix/normalize.d.ts.map +0 -1
  1043. package/esm/deps/deno.land/std@0.223.0/path/posix/normalize_glob.d.ts.map +0 -1
  1044. package/esm/deps/deno.land/std@0.223.0/path/posix/parse.d.ts +0 -7
  1045. package/esm/deps/deno.land/std@0.223.0/path/posix/parse.d.ts.map +0 -1
  1046. package/esm/deps/deno.land/std@0.223.0/path/posix/relative.d.ts.map +0 -1
  1047. package/esm/deps/deno.land/std@0.223.0/path/posix/resolve.d.ts.map +0 -1
  1048. package/esm/deps/deno.land/std@0.223.0/path/posix/to_file_url.d.ts.map +0 -1
  1049. package/esm/deps/deno.land/std@0.223.0/path/posix/to_namespaced_path.d.ts.map +0 -1
  1050. package/esm/deps/deno.land/std@0.223.0/path/relative.d.ts.map +0 -1
  1051. package/esm/deps/deno.land/std@0.223.0/path/resolve.d.ts.map +0 -1
  1052. package/esm/deps/deno.land/std@0.223.0/path/to_file_url.d.ts.map +0 -1
  1053. package/esm/deps/deno.land/std@0.223.0/path/to_namespaced_path.d.ts.map +0 -1
  1054. package/esm/deps/deno.land/std@0.223.0/path/windows/_util.d.ts.map +0 -1
  1055. package/esm/deps/deno.land/std@0.223.0/path/windows/basename.d.ts.map +0 -1
  1056. package/esm/deps/deno.land/std@0.223.0/path/windows/common.d.ts.map +0 -1
  1057. package/esm/deps/deno.land/std@0.223.0/path/windows/constants.d.ts.map +0 -1
  1058. package/esm/deps/deno.land/std@0.223.0/path/windows/dirname.d.ts.map +0 -1
  1059. package/esm/deps/deno.land/std@0.223.0/path/windows/extname.d.ts.map +0 -1
  1060. package/esm/deps/deno.land/std@0.223.0/path/windows/format.d.ts.map +0 -1
  1061. package/esm/deps/deno.land/std@0.223.0/path/windows/from_file_url.d.ts.map +0 -1
  1062. package/esm/deps/deno.land/std@0.223.0/path/windows/glob_to_regexp.d.ts.map +0 -1
  1063. package/esm/deps/deno.land/std@0.223.0/path/windows/is_absolute.d.ts.map +0 -1
  1064. package/esm/deps/deno.land/std@0.223.0/path/windows/is_glob.d.ts.map +0 -1
  1065. package/esm/deps/deno.land/std@0.223.0/path/windows/join.d.ts.map +0 -1
  1066. package/esm/deps/deno.land/std@0.223.0/path/windows/join_globs.d.ts.map +0 -1
  1067. package/esm/deps/deno.land/std@0.223.0/path/windows/mod.d.ts.map +0 -1
  1068. package/esm/deps/deno.land/std@0.223.0/path/windows/normalize.d.ts.map +0 -1
  1069. package/esm/deps/deno.land/std@0.223.0/path/windows/normalize_glob.d.ts.map +0 -1
  1070. package/esm/deps/deno.land/std@0.223.0/path/windows/parse.d.ts +0 -7
  1071. package/esm/deps/deno.land/std@0.223.0/path/windows/parse.d.ts.map +0 -1
  1072. package/esm/deps/deno.land/std@0.223.0/path/windows/relative.d.ts.map +0 -1
  1073. package/esm/deps/deno.land/std@0.223.0/path/windows/resolve.d.ts.map +0 -1
  1074. package/esm/deps/deno.land/std@0.223.0/path/windows/to_file_url.d.ts.map +0 -1
  1075. package/esm/deps/deno.land/std@0.223.0/path/windows/to_namespaced_path.d.ts.map +0 -1
  1076. package/esm/tl/1_tl_object.d.ts +0 -64
  1077. package/esm/tl/1_tl_object.d.ts.map +0 -1
  1078. package/esm/tl/1_tl_object.js +0 -221
  1079. package/esm/tl/1_tl_object_test.d.ts.map +0 -1
  1080. package/esm/tl/2_types.d.ts +0 -28060
  1081. package/esm/tl/2_types.d.ts.map +0 -1
  1082. package/esm/tl/2_types.js +0 -68685
  1083. package/esm/tl/2_types_test.d.ts.map +0 -1
  1084. package/esm/tl/3_deserialize.d.ts +0 -23
  1085. package/esm/tl/3_deserialize.d.ts.map +0 -1
  1086. package/esm/tl/3_deserialize.js +0 -96
  1087. package/esm/tl/3_functions.d.ts +0 -14094
  1088. package/esm/tl/3_functions.d.ts.map +0 -1
  1089. package/esm/tl/3_functions.js +0 -28475
  1090. package/esm/tl/3_functions_test.d.ts.map +0 -1
  1091. package/esm/tl/4_tl_reader.d.ts +0 -26
  1092. package/esm/tl/4_tl_reader.d.ts.map +0 -1
  1093. package/esm/tl/4_tl_reader.js +0 -49
  1094. package/esm/tl/5_tl_writer.d.ts +0 -25
  1095. package/esm/tl/5_tl_writer.d.ts.map +0 -1
  1096. package/esm/tl/5_tl_writer.js +0 -45
  1097. package/esm/tl/6_rpc_result.d.ts +0 -30
  1098. package/esm/tl/6_rpc_result.d.ts.map +0 -1
  1099. package/esm/tl/6_rpc_result.js +0 -49
  1100. package/esm/tl/7_message.d.ts +0 -32
  1101. package/esm/tl/7_message.d.ts.map +0 -1
  1102. package/esm/tl/7_message.js +0 -90
  1103. package/esm/tl/7_message_test.d.ts.map +0 -1
  1104. package/esm/tl/8_message_container.d.ts +0 -32
  1105. package/esm/tl/8_message_container.d.ts.map +0 -1
  1106. package/esm/tl/8_message_container.js +0 -72
  1107. package/script/deps/deno.land/std@0.223.0/assert/_constants.d.ts.map +0 -1
  1108. package/script/deps/deno.land/std@0.223.0/assert/_diff.d.ts +0 -28
  1109. package/script/deps/deno.land/std@0.223.0/assert/_diff.d.ts.map +0 -1
  1110. package/script/deps/deno.land/std@0.223.0/assert/_format.d.ts +0 -2
  1111. package/script/deps/deno.land/std@0.223.0/assert/_format.d.ts.map +0 -1
  1112. package/script/deps/deno.land/std@0.223.0/assert/_format.js +0 -52
  1113. package/script/deps/deno.land/std@0.223.0/assert/assert.d.ts.map +0 -1
  1114. package/script/deps/deno.land/std@0.223.0/assert/assert_almost_equals.d.ts.map +0 -1
  1115. package/script/deps/deno.land/std@0.223.0/assert/assert_array_includes.d.ts.map +0 -1
  1116. package/script/deps/deno.land/std@0.223.0/assert/assert_array_includes.js +0 -45
  1117. package/script/deps/deno.land/std@0.223.0/assert/assert_equals.d.ts.map +0 -1
  1118. package/script/deps/deno.land/std@0.223.0/assert/assert_equals.js +0 -52
  1119. package/script/deps/deno.land/std@0.223.0/assert/assert_exists.d.ts.map +0 -1
  1120. package/script/deps/deno.land/std@0.223.0/assert/assert_false.d.ts.map +0 -1
  1121. package/script/deps/deno.land/std@0.223.0/assert/assert_greater.d.ts.map +0 -1
  1122. package/script/deps/deno.land/std@0.223.0/assert/assert_greater.js +0 -28
  1123. package/script/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.d.ts.map +0 -1
  1124. package/script/deps/deno.land/std@0.223.0/assert/assert_greater_or_equal.js +0 -28
  1125. package/script/deps/deno.land/std@0.223.0/assert/assert_instance_of.d.ts.map +0 -1
  1126. package/script/deps/deno.land/std@0.223.0/assert/assert_is_error.d.ts.map +0 -1
  1127. package/script/deps/deno.land/std@0.223.0/assert/assert_less.d.ts.map +0 -1
  1128. package/script/deps/deno.land/std@0.223.0/assert/assert_less.js +0 -27
  1129. package/script/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.d.ts.map +0 -1
  1130. package/script/deps/deno.land/std@0.223.0/assert/assert_less_or_equal.js +0 -28
  1131. package/script/deps/deno.land/std@0.223.0/assert/assert_match.d.ts.map +0 -1
  1132. package/script/deps/deno.land/std@0.223.0/assert/assert_not_equals.d.ts.map +0 -1
  1133. package/script/deps/deno.land/std@0.223.0/assert/assert_not_instance_of.d.ts.map +0 -1
  1134. package/script/deps/deno.land/std@0.223.0/assert/assert_not_match.d.ts.map +0 -1
  1135. package/script/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.d.ts.map +0 -1
  1136. package/script/deps/deno.land/std@0.223.0/assert/assert_not_strict_equals.js +0 -27
  1137. package/script/deps/deno.land/std@0.223.0/assert/assert_object_match.d.ts.map +0 -1
  1138. package/script/deps/deno.land/std@0.223.0/assert/assert_rejects.d.ts.map +0 -1
  1139. package/script/deps/deno.land/std@0.223.0/assert/assert_strict_equals.d.ts.map +0 -1
  1140. package/script/deps/deno.land/std@0.223.0/assert/assert_strict_equals.js +0 -60
  1141. package/script/deps/deno.land/std@0.223.0/assert/assert_string_includes.d.ts.map +0 -1
  1142. package/script/deps/deno.land/std@0.223.0/assert/assert_throws.d.ts.map +0 -1
  1143. package/script/deps/deno.land/std@0.223.0/assert/assertion_error.d.ts.map +0 -1
  1144. package/script/deps/deno.land/std@0.223.0/assert/equal.d.ts.map +0 -1
  1145. package/script/deps/deno.land/std@0.223.0/assert/fail.d.ts.map +0 -1
  1146. package/script/deps/deno.land/std@0.223.0/assert/mod.d.ts.map +0 -1
  1147. package/script/deps/deno.land/std@0.223.0/assert/unimplemented.d.ts.map +0 -1
  1148. package/script/deps/deno.land/std@0.223.0/assert/unreachable.d.ts.map +0 -1
  1149. package/script/deps/deno.land/std@0.223.0/bytes/concat.d.ts +0 -14
  1150. package/script/deps/deno.land/std@0.223.0/bytes/concat.d.ts.map +0 -1
  1151. package/script/deps/deno.land/std@0.223.0/bytes/concat.js +0 -31
  1152. package/script/deps/deno.land/std@0.223.0/encoding/_util.d.ts.map +0 -1
  1153. package/script/deps/deno.land/std@0.223.0/encoding/base64.d.ts.map +0 -1
  1154. package/script/deps/deno.land/std@0.223.0/fmt/colors.d.ts +0 -286
  1155. package/script/deps/deno.land/std@0.223.0/fmt/colors.d.ts.map +0 -1
  1156. package/script/deps/deno.land/std@0.223.0/fmt/colors.js +0 -564
  1157. package/script/deps/deno.land/std@0.223.0/media_types/_db.d.ts.map +0 -1
  1158. package/script/deps/deno.land/std@0.223.0/media_types/_util.d.ts.map +0 -1
  1159. package/script/deps/deno.land/std@0.223.0/media_types/content_type.d.ts.map +0 -1
  1160. package/script/deps/deno.land/std@0.223.0/media_types/extension.d.ts.map +0 -1
  1161. package/script/deps/deno.land/std@0.223.0/media_types/extensions_by_type.d.ts.map +0 -1
  1162. package/script/deps/deno.land/std@0.223.0/media_types/format_media_type.d.ts.map +0 -1
  1163. package/script/deps/deno.land/std@0.223.0/media_types/get_charset.d.ts.map +0 -1
  1164. package/script/deps/deno.land/std@0.223.0/media_types/parse_media_type.d.ts.map +0 -1
  1165. package/script/deps/deno.land/std@0.223.0/media_types/type_by_extension.d.ts.map +0 -1
  1166. package/script/deps/deno.land/std@0.223.0/media_types/vendor/mime-db.v1.52.0.d.ts.map +0 -1
  1167. package/script/deps/deno.land/std@0.223.0/path/_common/assert_path.d.ts.map +0 -1
  1168. package/script/deps/deno.land/std@0.223.0/path/_common/basename.d.ts.map +0 -1
  1169. package/script/deps/deno.land/std@0.223.0/path/_common/common.d.ts.map +0 -1
  1170. package/script/deps/deno.land/std@0.223.0/path/_common/constants.d.ts.map +0 -1
  1171. package/script/deps/deno.land/std@0.223.0/path/_common/dirname.d.ts.map +0 -1
  1172. package/script/deps/deno.land/std@0.223.0/path/_common/format.d.ts.map +0 -1
  1173. package/script/deps/deno.land/std@0.223.0/path/_common/from_file_url.d.ts.map +0 -1
  1174. package/script/deps/deno.land/std@0.223.0/path/_common/glob_to_reg_exp.d.ts.map +0 -1
  1175. package/script/deps/deno.land/std@0.223.0/path/_common/normalize.d.ts.map +0 -1
  1176. package/script/deps/deno.land/std@0.223.0/path/_common/normalize_string.d.ts.map +0 -1
  1177. package/script/deps/deno.land/std@0.223.0/path/_common/relative.d.ts.map +0 -1
  1178. package/script/deps/deno.land/std@0.223.0/path/_common/strip_trailing_separators.d.ts.map +0 -1
  1179. package/script/deps/deno.land/std@0.223.0/path/_common/to_file_url.d.ts.map +0 -1
  1180. package/script/deps/deno.land/std@0.223.0/path/_interface.d.ts.map +0 -1
  1181. package/script/deps/deno.land/std@0.223.0/path/_os.d.ts.map +0 -1
  1182. package/script/deps/deno.land/std@0.223.0/path/basename.d.ts.map +0 -1
  1183. package/script/deps/deno.land/std@0.223.0/path/common.d.ts.map +0 -1
  1184. package/script/deps/deno.land/std@0.223.0/path/constants.d.ts.map +0 -1
  1185. package/script/deps/deno.land/std@0.223.0/path/dirname.d.ts.map +0 -1
  1186. package/script/deps/deno.land/std@0.223.0/path/extname.d.ts.map +0 -1
  1187. package/script/deps/deno.land/std@0.223.0/path/format.d.ts.map +0 -1
  1188. package/script/deps/deno.land/std@0.223.0/path/from_file_url.d.ts.map +0 -1
  1189. package/script/deps/deno.land/std@0.223.0/path/glob_to_regexp.d.ts.map +0 -1
  1190. package/script/deps/deno.land/std@0.223.0/path/is_absolute.d.ts.map +0 -1
  1191. package/script/deps/deno.land/std@0.223.0/path/is_glob.d.ts.map +0 -1
  1192. package/script/deps/deno.land/std@0.223.0/path/join.d.ts.map +0 -1
  1193. package/script/deps/deno.land/std@0.223.0/path/join_globs.d.ts.map +0 -1
  1194. package/script/deps/deno.land/std@0.223.0/path/mod.d.ts +0 -57
  1195. package/script/deps/deno.land/std@0.223.0/path/mod.d.ts.map +0 -1
  1196. package/script/deps/deno.land/std@0.223.0/path/mod.js +0 -89
  1197. package/script/deps/deno.land/std@0.223.0/path/normalize.d.ts.map +0 -1
  1198. package/script/deps/deno.land/std@0.223.0/path/normalize_glob.d.ts.map +0 -1
  1199. package/script/deps/deno.land/std@0.223.0/path/parse.d.ts +0 -19
  1200. package/script/deps/deno.land/std@0.223.0/path/parse.d.ts.map +0 -1
  1201. package/script/deps/deno.land/std@0.223.0/path/posix/_util.d.ts.map +0 -1
  1202. package/script/deps/deno.land/std@0.223.0/path/posix/basename.d.ts.map +0 -1
  1203. package/script/deps/deno.land/std@0.223.0/path/posix/common.d.ts.map +0 -1
  1204. package/script/deps/deno.land/std@0.223.0/path/posix/constants.d.ts.map +0 -1
  1205. package/script/deps/deno.land/std@0.223.0/path/posix/dirname.d.ts.map +0 -1
  1206. package/script/deps/deno.land/std@0.223.0/path/posix/extname.d.ts.map +0 -1
  1207. package/script/deps/deno.land/std@0.223.0/path/posix/format.d.ts.map +0 -1
  1208. package/script/deps/deno.land/std@0.223.0/path/posix/from_file_url.d.ts.map +0 -1
  1209. package/script/deps/deno.land/std@0.223.0/path/posix/glob_to_regexp.d.ts.map +0 -1
  1210. package/script/deps/deno.land/std@0.223.0/path/posix/is_absolute.d.ts.map +0 -1
  1211. package/script/deps/deno.land/std@0.223.0/path/posix/is_glob.d.ts.map +0 -1
  1212. package/script/deps/deno.land/std@0.223.0/path/posix/join.d.ts.map +0 -1
  1213. package/script/deps/deno.land/std@0.223.0/path/posix/join_globs.d.ts.map +0 -1
  1214. package/script/deps/deno.land/std@0.223.0/path/posix/mod.d.ts.map +0 -1
  1215. package/script/deps/deno.land/std@0.223.0/path/posix/normalize.d.ts.map +0 -1
  1216. package/script/deps/deno.land/std@0.223.0/path/posix/normalize_glob.d.ts.map +0 -1
  1217. package/script/deps/deno.land/std@0.223.0/path/posix/parse.d.ts +0 -7
  1218. package/script/deps/deno.land/std@0.223.0/path/posix/parse.d.ts.map +0 -1
  1219. package/script/deps/deno.land/std@0.223.0/path/posix/relative.d.ts.map +0 -1
  1220. package/script/deps/deno.land/std@0.223.0/path/posix/resolve.d.ts.map +0 -1
  1221. package/script/deps/deno.land/std@0.223.0/path/posix/to_file_url.d.ts.map +0 -1
  1222. package/script/deps/deno.land/std@0.223.0/path/posix/to_namespaced_path.d.ts.map +0 -1
  1223. package/script/deps/deno.land/std@0.223.0/path/relative.d.ts.map +0 -1
  1224. package/script/deps/deno.land/std@0.223.0/path/resolve.d.ts.map +0 -1
  1225. package/script/deps/deno.land/std@0.223.0/path/to_file_url.d.ts.map +0 -1
  1226. package/script/deps/deno.land/std@0.223.0/path/to_namespaced_path.d.ts.map +0 -1
  1227. package/script/deps/deno.land/std@0.223.0/path/windows/_util.d.ts.map +0 -1
  1228. package/script/deps/deno.land/std@0.223.0/path/windows/basename.d.ts.map +0 -1
  1229. package/script/deps/deno.land/std@0.223.0/path/windows/common.d.ts.map +0 -1
  1230. package/script/deps/deno.land/std@0.223.0/path/windows/constants.d.ts.map +0 -1
  1231. package/script/deps/deno.land/std@0.223.0/path/windows/dirname.d.ts.map +0 -1
  1232. package/script/deps/deno.land/std@0.223.0/path/windows/extname.d.ts.map +0 -1
  1233. package/script/deps/deno.land/std@0.223.0/path/windows/format.d.ts.map +0 -1
  1234. package/script/deps/deno.land/std@0.223.0/path/windows/from_file_url.d.ts.map +0 -1
  1235. package/script/deps/deno.land/std@0.223.0/path/windows/glob_to_regexp.d.ts.map +0 -1
  1236. package/script/deps/deno.land/std@0.223.0/path/windows/is_absolute.d.ts.map +0 -1
  1237. package/script/deps/deno.land/std@0.223.0/path/windows/is_glob.d.ts.map +0 -1
  1238. package/script/deps/deno.land/std@0.223.0/path/windows/join.d.ts.map +0 -1
  1239. package/script/deps/deno.land/std@0.223.0/path/windows/join_globs.d.ts.map +0 -1
  1240. package/script/deps/deno.land/std@0.223.0/path/windows/mod.d.ts.map +0 -1
  1241. package/script/deps/deno.land/std@0.223.0/path/windows/normalize.d.ts.map +0 -1
  1242. package/script/deps/deno.land/std@0.223.0/path/windows/normalize_glob.d.ts.map +0 -1
  1243. package/script/deps/deno.land/std@0.223.0/path/windows/parse.d.ts +0 -7
  1244. package/script/deps/deno.land/std@0.223.0/path/windows/parse.d.ts.map +0 -1
  1245. package/script/deps/deno.land/std@0.223.0/path/windows/relative.d.ts.map +0 -1
  1246. package/script/deps/deno.land/std@0.223.0/path/windows/resolve.d.ts.map +0 -1
  1247. package/script/deps/deno.land/std@0.223.0/path/windows/to_file_url.d.ts.map +0 -1
  1248. package/script/deps/deno.land/std@0.223.0/path/windows/to_namespaced_path.d.ts.map +0 -1
  1249. package/script/tl/1_tl_object.d.ts +0 -64
  1250. package/script/tl/1_tl_object.d.ts.map +0 -1
  1251. package/script/tl/1_tl_object.js +0 -228
  1252. package/script/tl/1_tl_object_test.d.ts.map +0 -1
  1253. package/script/tl/2_types.d.ts +0 -28060
  1254. package/script/tl/2_types.d.ts.map +0 -1
  1255. package/script/tl/2_types.js +0 -70558
  1256. package/script/tl/2_types_test.d.ts.map +0 -1
  1257. package/script/tl/3_deserialize.d.ts +0 -23
  1258. package/script/tl/3_deserialize.d.ts.map +0 -1
  1259. package/script/tl/3_deserialize.js +0 -100
  1260. package/script/tl/3_functions.d.ts +0 -14094
  1261. package/script/tl/3_functions.d.ts.map +0 -1
  1262. package/script/tl/3_functions.js +0 -29121
  1263. package/script/tl/3_functions_test.d.ts.map +0 -1
  1264. package/script/tl/4_tl_reader.d.ts +0 -26
  1265. package/script/tl/4_tl_reader.d.ts.map +0 -1
  1266. package/script/tl/4_tl_reader.js +0 -53
  1267. package/script/tl/5_tl_writer.d.ts +0 -25
  1268. package/script/tl/5_tl_writer.d.ts.map +0 -1
  1269. package/script/tl/5_tl_writer.js +0 -49
  1270. package/script/tl/6_rpc_result.d.ts +0 -30
  1271. package/script/tl/6_rpc_result.d.ts.map +0 -1
  1272. package/script/tl/6_rpc_result.js +0 -53
  1273. package/script/tl/7_message.d.ts +0 -32
  1274. package/script/tl/7_message.d.ts.map +0 -1
  1275. package/script/tl/7_message.js +0 -95
  1276. package/script/tl/7_message_test.d.ts.map +0 -1
  1277. package/script/tl/8_message_container.d.ts +0 -32
  1278. package/script/tl/8_message_container.d.ts.map +0 -1
  1279. package/script/tl/8_message_container.js +0 -76
  1280. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.d.ts +0 -0
  1281. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.js +0 -0
  1282. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.d.ts +0 -0
  1283. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.js +0 -0
  1284. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.d.ts +0 -0
  1285. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.js +0 -0
  1286. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_array_includes.d.ts +0 -0
  1287. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_equals.d.ts +0 -0
  1288. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.d.ts +0 -0
  1289. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.js +0 -0
  1290. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.d.ts +0 -0
  1291. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.js +0 -0
  1292. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater.d.ts +0 -0
  1293. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater_or_equal.d.ts +0 -0
  1294. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.d.ts +0 -0
  1295. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.js +0 -0
  1296. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.d.ts +0 -0
  1297. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.js +0 -0
  1298. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less.d.ts +0 -0
  1299. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less_or_equal.d.ts +0 -0
  1300. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.d.ts +0 -0
  1301. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.js +0 -0
  1302. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.d.ts +0 -0
  1303. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.js +0 -0
  1304. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.d.ts +0 -0
  1305. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.js +0 -0
  1306. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.d.ts +0 -0
  1307. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.js +0 -0
  1308. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_strict_equals.d.ts +0 -0
  1309. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.d.ts +0 -0
  1310. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.js +0 -0
  1311. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.d.ts +0 -0
  1312. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.js +0 -0
  1313. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_strict_equals.d.ts +0 -0
  1314. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.d.ts +0 -0
  1315. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.js +0 -0
  1316. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.d.ts +0 -0
  1317. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.js +0 -0
  1318. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.d.ts +0 -0
  1319. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.js +0 -0
  1320. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.d.ts +0 -0
  1321. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.js +0 -0
  1322. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.d.ts +0 -0
  1323. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.js +0 -0
  1324. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.d.ts +0 -0
  1325. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.js +0 -0
  1326. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.d.ts +0 -0
  1327. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.js +0 -0
  1328. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.d.ts +0 -0
  1329. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.js +0 -0
  1330. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.d.ts +0 -0
  1331. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.js +0 -0
  1332. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.d.ts +0 -0
  1333. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.js +0 -0
  1334. /package/esm/deps/deno.land/{std@0.223.0/assert/_diff.js → std@0.224.0/internal/diff.js} +0 -0
  1335. /package/esm/deps/deno.land/{std@0.223.0/path/_interface.js → std@0.224.0/io/types.js} +0 -0
  1336. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.d.ts +0 -0
  1337. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.js +0 -0
  1338. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.d.ts +0 -0
  1339. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.js +0 -0
  1340. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.d.ts +0 -0
  1341. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.js +0 -0
  1342. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.d.ts +0 -0
  1343. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.js +0 -0
  1344. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.d.ts +0 -0
  1345. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.js +0 -0
  1346. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.d.ts +0 -0
  1347. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.js +0 -0
  1348. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.d.ts +0 -0
  1349. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.js +0 -0
  1350. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.d.ts +0 -0
  1351. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.js +0 -0
  1352. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.d.ts +0 -0
  1353. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.js +0 -0
  1354. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
  1355. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  1356. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.d.ts +0 -0
  1357. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.js +0 -0
  1358. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.d.ts +0 -0
  1359. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.js +0 -0
  1360. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.d.ts +0 -0
  1361. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.js +0 -0
  1362. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.d.ts +0 -0
  1363. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.js +0 -0
  1364. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.d.ts +0 -0
  1365. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.js +0 -0
  1366. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.d.ts +0 -0
  1367. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.js +0 -0
  1368. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.d.ts +0 -0
  1369. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.js +0 -0
  1370. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  1371. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.js +0 -0
  1372. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.d.ts +0 -0
  1373. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.js +0 -0
  1374. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.d.ts +0 -0
  1375. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.js +0 -0
  1376. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.d.ts +0 -0
  1377. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.js +0 -0
  1378. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  1379. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.js +0 -0
  1380. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.d.ts +0 -0
  1381. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.js +0 -0
  1382. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_interface.d.ts +0 -0
  1383. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.d.ts +0 -0
  1384. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.js +0 -0
  1385. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.d.ts +0 -0
  1386. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.js +0 -0
  1387. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.d.ts +0 -0
  1388. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.js +0 -0
  1389. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.d.ts +0 -0
  1390. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.js +0 -0
  1391. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.d.ts +0 -0
  1392. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.js +0 -0
  1393. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.d.ts +0 -0
  1394. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.js +0 -0
  1395. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.d.ts +0 -0
  1396. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.js +0 -0
  1397. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.d.ts +0 -0
  1398. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.js +0 -0
  1399. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.d.ts +0 -0
  1400. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.js +0 -0
  1401. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.d.ts +0 -0
  1402. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.js +0 -0
  1403. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.d.ts +0 -0
  1404. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.js +0 -0
  1405. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.d.ts +0 -0
  1406. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.js +0 -0
  1407. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.d.ts +0 -0
  1408. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.js +0 -0
  1409. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.d.ts +0 -0
  1410. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.js +0 -0
  1411. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.d.ts +0 -0
  1412. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.js +0 -0
  1413. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/parse.js +0 -0
  1414. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.d.ts +0 -0
  1415. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.js +0 -0
  1416. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.d.ts +0 -0
  1417. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.js +0 -0
  1418. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.d.ts +0 -0
  1419. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.js +0 -0
  1420. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.d.ts +0 -0
  1421. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.js +0 -0
  1422. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.d.ts +0 -0
  1423. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.js +0 -0
  1424. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.d.ts +0 -0
  1425. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.js +0 -0
  1426. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.d.ts +0 -0
  1427. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.js +0 -0
  1428. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.d.ts +0 -0
  1429. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.js +0 -0
  1430. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.d.ts +0 -0
  1431. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.js +0 -0
  1432. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.d.ts +0 -0
  1433. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.js +0 -0
  1434. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.d.ts +0 -0
  1435. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.js +0 -0
  1436. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.d.ts +0 -0
  1437. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.js +0 -0
  1438. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.d.ts +0 -0
  1439. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.js +0 -0
  1440. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.d.ts +0 -0
  1441. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.js +0 -0
  1442. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.d.ts +0 -0
  1443. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.js +0 -0
  1444. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.d.ts +0 -0
  1445. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.js +0 -0
  1446. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/parse.js +0 -0
  1447. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.d.ts +0 -0
  1448. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.js +0 -0
  1449. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.d.ts +0 -0
  1450. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.js +0 -0
  1451. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.d.ts +0 -0
  1452. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.js +0 -0
  1453. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.d.ts +0 -0
  1454. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.js +0 -0
  1455. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.d.ts +0 -0
  1456. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.js +0 -0
  1457. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.d.ts +0 -0
  1458. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.js +0 -0
  1459. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.d.ts +0 -0
  1460. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.js +0 -0
  1461. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.d.ts +0 -0
  1462. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.js +0 -0
  1463. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.d.ts +0 -0
  1464. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.js +0 -0
  1465. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.d.ts +0 -0
  1466. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.js +0 -0
  1467. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.d.ts +0 -0
  1468. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.js +0 -0
  1469. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.d.ts +0 -0
  1470. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.js +0 -0
  1471. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.d.ts +0 -0
  1472. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.js +0 -0
  1473. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.d.ts +0 -0
  1474. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.js +0 -0
  1475. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.d.ts +0 -0
  1476. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.js +0 -0
  1477. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.d.ts +0 -0
  1478. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.js +0 -0
  1479. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.d.ts +0 -0
  1480. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.js +0 -0
  1481. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.d.ts +0 -0
  1482. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.js +0 -0
  1483. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.d.ts +0 -0
  1484. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.js +0 -0
  1485. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.d.ts +0 -0
  1486. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.js +0 -0
  1487. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.d.ts +0 -0
  1488. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.js +0 -0
  1489. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.d.ts +0 -0
  1490. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.js +0 -0
  1491. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.d.ts +0 -0
  1492. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.js +0 -0
  1493. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.d.ts +0 -0
  1494. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.js +0 -0
  1495. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/parse.js +0 -0
  1496. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.d.ts +0 -0
  1497. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.js +0 -0
  1498. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.d.ts +0 -0
  1499. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.js +0 -0
  1500. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.d.ts +0 -0
  1501. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.js +0 -0
  1502. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.d.ts +0 -0
  1503. /package/esm/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.js +0 -0
  1504. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.d.ts +0 -0
  1505. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/_constants.js +0 -0
  1506. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.d.ts +0 -0
  1507. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert.js +0 -0
  1508. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.d.ts +0 -0
  1509. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_almost_equals.js +0 -0
  1510. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_array_includes.d.ts +0 -0
  1511. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_equals.d.ts +0 -0
  1512. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.d.ts +0 -0
  1513. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_exists.js +0 -0
  1514. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.d.ts +0 -0
  1515. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_false.js +0 -0
  1516. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater.d.ts +0 -0
  1517. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_greater_or_equal.d.ts +0 -0
  1518. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.d.ts +0 -0
  1519. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_instance_of.js +0 -0
  1520. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.d.ts +0 -0
  1521. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_is_error.js +0 -0
  1522. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less.d.ts +0 -0
  1523. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_less_or_equal.d.ts +0 -0
  1524. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.d.ts +0 -0
  1525. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_match.js +0 -0
  1526. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.d.ts +0 -0
  1527. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_equals.js +0 -0
  1528. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.d.ts +0 -0
  1529. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_instance_of.js +0 -0
  1530. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.d.ts +0 -0
  1531. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_match.js +0 -0
  1532. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_not_strict_equals.d.ts +0 -0
  1533. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.d.ts +0 -0
  1534. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_object_match.js +0 -0
  1535. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.d.ts +0 -0
  1536. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_rejects.js +0 -0
  1537. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_strict_equals.d.ts +0 -0
  1538. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.d.ts +0 -0
  1539. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_string_includes.js +0 -0
  1540. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.d.ts +0 -0
  1541. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assert_throws.js +0 -0
  1542. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.d.ts +0 -0
  1543. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/assertion_error.js +0 -0
  1544. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.d.ts +0 -0
  1545. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/equal.js +0 -0
  1546. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.d.ts +0 -0
  1547. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/fail.js +0 -0
  1548. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.d.ts +0 -0
  1549. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/mod.js +0 -0
  1550. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.d.ts +0 -0
  1551. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unimplemented.js +0 -0
  1552. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.d.ts +0 -0
  1553. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/assert/unreachable.js +0 -0
  1554. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.d.ts +0 -0
  1555. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/_util.js +0 -0
  1556. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.d.ts +0 -0
  1557. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/encoding/base64.js +0 -0
  1558. /package/script/deps/deno.land/{std@0.223.0/assert/_diff.js → std@0.224.0/internal/diff.js} +0 -0
  1559. /package/script/deps/deno.land/{std@0.223.0/path/_interface.js → std@0.224.0/io/types.js} +0 -0
  1560. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.d.ts +0 -0
  1561. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_db.js +0 -0
  1562. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.d.ts +0 -0
  1563. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/_util.js +0 -0
  1564. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.d.ts +0 -0
  1565. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/content_type.js +0 -0
  1566. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.d.ts +0 -0
  1567. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extension.js +0 -0
  1568. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.d.ts +0 -0
  1569. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/extensions_by_type.js +0 -0
  1570. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.d.ts +0 -0
  1571. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/format_media_type.js +0 -0
  1572. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.d.ts +0 -0
  1573. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/get_charset.js +0 -0
  1574. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.d.ts +0 -0
  1575. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/parse_media_type.js +0 -0
  1576. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.d.ts +0 -0
  1577. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/type_by_extension.js +0 -0
  1578. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.d.ts +0 -0
  1579. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/media_types/vendor/mime-db.v1.52.0.js +0 -0
  1580. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.d.ts +0 -0
  1581. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/assert_path.js +0 -0
  1582. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.d.ts +0 -0
  1583. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/basename.js +0 -0
  1584. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.d.ts +0 -0
  1585. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/common.js +0 -0
  1586. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.d.ts +0 -0
  1587. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/constants.js +0 -0
  1588. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.d.ts +0 -0
  1589. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/dirname.js +0 -0
  1590. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.d.ts +0 -0
  1591. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/format.js +0 -0
  1592. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.d.ts +0 -0
  1593. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/from_file_url.js +0 -0
  1594. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  1595. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/glob_to_reg_exp.js +0 -0
  1596. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.d.ts +0 -0
  1597. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize.js +0 -0
  1598. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.d.ts +0 -0
  1599. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/normalize_string.js +0 -0
  1600. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.d.ts +0 -0
  1601. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/relative.js +0 -0
  1602. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  1603. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/strip_trailing_separators.js +0 -0
  1604. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.d.ts +0 -0
  1605. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_common/to_file_url.js +0 -0
  1606. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_interface.d.ts +0 -0
  1607. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.d.ts +0 -0
  1608. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/_os.js +0 -0
  1609. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.d.ts +0 -0
  1610. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/basename.js +0 -0
  1611. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.d.ts +0 -0
  1612. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/common.js +0 -0
  1613. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.d.ts +0 -0
  1614. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/constants.js +0 -0
  1615. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.d.ts +0 -0
  1616. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/dirname.js +0 -0
  1617. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.d.ts +0 -0
  1618. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/extname.js +0 -0
  1619. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.d.ts +0 -0
  1620. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/format.js +0 -0
  1621. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.d.ts +0 -0
  1622. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/from_file_url.js +0 -0
  1623. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.d.ts +0 -0
  1624. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/glob_to_regexp.js +0 -0
  1625. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.d.ts +0 -0
  1626. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_absolute.js +0 -0
  1627. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.d.ts +0 -0
  1628. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/is_glob.js +0 -0
  1629. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.d.ts +0 -0
  1630. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join.js +0 -0
  1631. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.d.ts +0 -0
  1632. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/join_globs.js +0 -0
  1633. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.d.ts +0 -0
  1634. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize.js +0 -0
  1635. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.d.ts +0 -0
  1636. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/normalize_glob.js +0 -0
  1637. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/parse.js +0 -0
  1638. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.d.ts +0 -0
  1639. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/_util.js +0 -0
  1640. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.d.ts +0 -0
  1641. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/basename.js +0 -0
  1642. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.d.ts +0 -0
  1643. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/common.js +0 -0
  1644. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.d.ts +0 -0
  1645. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/constants.js +0 -0
  1646. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.d.ts +0 -0
  1647. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/dirname.js +0 -0
  1648. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.d.ts +0 -0
  1649. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/extname.js +0 -0
  1650. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.d.ts +0 -0
  1651. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/format.js +0 -0
  1652. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.d.ts +0 -0
  1653. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/from_file_url.js +0 -0
  1654. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.d.ts +0 -0
  1655. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/glob_to_regexp.js +0 -0
  1656. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.d.ts +0 -0
  1657. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_absolute.js +0 -0
  1658. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.d.ts +0 -0
  1659. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/is_glob.js +0 -0
  1660. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.d.ts +0 -0
  1661. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join.js +0 -0
  1662. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.d.ts +0 -0
  1663. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/join_globs.js +0 -0
  1664. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.d.ts +0 -0
  1665. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/mod.js +0 -0
  1666. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.d.ts +0 -0
  1667. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize.js +0 -0
  1668. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.d.ts +0 -0
  1669. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/normalize_glob.js +0 -0
  1670. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/parse.js +0 -0
  1671. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.d.ts +0 -0
  1672. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/relative.js +0 -0
  1673. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.d.ts +0 -0
  1674. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/resolve.js +0 -0
  1675. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.d.ts +0 -0
  1676. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_file_url.js +0 -0
  1677. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.d.ts +0 -0
  1678. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/posix/to_namespaced_path.js +0 -0
  1679. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.d.ts +0 -0
  1680. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/relative.js +0 -0
  1681. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.d.ts +0 -0
  1682. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/resolve.js +0 -0
  1683. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.d.ts +0 -0
  1684. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_file_url.js +0 -0
  1685. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.d.ts +0 -0
  1686. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/to_namespaced_path.js +0 -0
  1687. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.d.ts +0 -0
  1688. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/_util.js +0 -0
  1689. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.d.ts +0 -0
  1690. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/basename.js +0 -0
  1691. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.d.ts +0 -0
  1692. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/common.js +0 -0
  1693. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.d.ts +0 -0
  1694. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/constants.js +0 -0
  1695. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.d.ts +0 -0
  1696. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/dirname.js +0 -0
  1697. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.d.ts +0 -0
  1698. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/extname.js +0 -0
  1699. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.d.ts +0 -0
  1700. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/format.js +0 -0
  1701. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.d.ts +0 -0
  1702. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/from_file_url.js +0 -0
  1703. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.d.ts +0 -0
  1704. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/glob_to_regexp.js +0 -0
  1705. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.d.ts +0 -0
  1706. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_absolute.js +0 -0
  1707. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.d.ts +0 -0
  1708. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/is_glob.js +0 -0
  1709. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.d.ts +0 -0
  1710. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join.js +0 -0
  1711. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.d.ts +0 -0
  1712. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/join_globs.js +0 -0
  1713. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.d.ts +0 -0
  1714. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/mod.js +0 -0
  1715. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.d.ts +0 -0
  1716. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize.js +0 -0
  1717. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.d.ts +0 -0
  1718. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/normalize_glob.js +0 -0
  1719. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/parse.js +0 -0
  1720. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.d.ts +0 -0
  1721. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/relative.js +0 -0
  1722. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.d.ts +0 -0
  1723. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/resolve.js +0 -0
  1724. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.d.ts +0 -0
  1725. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_file_url.js +0 -0
  1726. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.d.ts +0 -0
  1727. /package/script/deps/deno.land/{std@0.223.0 → std@0.224.0}/path/windows/to_namespaced_path.js +0 -0
package/esm/3_errors.js CHANGED
@@ -17,1036 +17,1051 @@
17
17
  * You should have received a copy of the GNU Lesser General Public License
18
18
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
  */
20
- import { types } from "./2_tl.js";
21
- export class ErrorWithCall extends types.Rpc_error {
20
+ import { MtkrutoError } from "./0_errors.js";
21
+ export * from "./0_errors.js";
22
+ export class TelegramError extends MtkrutoError {
22
23
  constructor(params) {
23
- super(params);
24
+ super(`${params.error_code}: ${params.error_message} (${params.call._})`);
24
25
  Object.defineProperty(this, "call", {
25
26
  enumerable: true,
26
27
  configurable: true,
27
28
  writable: true,
28
29
  value: void 0
29
30
  });
31
+ Object.defineProperty(this, "errorCode", {
32
+ enumerable: true,
33
+ configurable: true,
34
+ writable: true,
35
+ value: void 0
36
+ });
37
+ Object.defineProperty(this, "errorMessage", {
38
+ enumerable: true,
39
+ configurable: true,
40
+ writable: true,
41
+ value: void 0
42
+ });
43
+ this.errorCode = params.error_code;
44
+ this.errorMessage = params.error_message;
30
45
  this.call = params.call;
31
46
  }
32
47
  }
33
- export class AboutTooLong extends ErrorWithCall {
48
+ export class AboutTooLong extends TelegramError {
34
49
  }
35
- export class AccessTokenExpired extends ErrorWithCall {
50
+ export class AccessTokenExpired extends TelegramError {
36
51
  }
37
- export class AccessTokenInvalid extends ErrorWithCall {
52
+ export class AccessTokenInvalid extends TelegramError {
38
53
  }
39
- export class ActiveUserRequired extends ErrorWithCall {
54
+ export class ActiveUserRequired extends TelegramError {
40
55
  }
41
- export class AdminsTooMuch extends ErrorWithCall {
56
+ export class AdminsTooMuch extends TelegramError {
42
57
  }
43
- export class AdminIdInvalid extends ErrorWithCall {
58
+ export class AdminIdInvalid extends TelegramError {
44
59
  }
45
- export class AdminRankEmojiNotAllowed extends ErrorWithCall {
60
+ export class AdminRankEmojiNotAllowed extends TelegramError {
46
61
  }
47
- export class AdminRankInvalid extends ErrorWithCall {
62
+ export class AdminRankInvalid extends TelegramError {
48
63
  }
49
- export class AlbumPhotosTooMany extends ErrorWithCall {
64
+ export class AlbumPhotosTooMany extends TelegramError {
50
65
  }
51
- export class ApiIdInvalid extends ErrorWithCall {
66
+ export class ApiIdInvalid extends TelegramError {
52
67
  }
53
- export class ApiIdPublishedFlood extends ErrorWithCall {
68
+ export class ApiIdPublishedFlood extends TelegramError {
54
69
  }
55
- export class ArticleTitleEmpty extends ErrorWithCall {
70
+ export class ArticleTitleEmpty extends TelegramError {
56
71
  }
57
- export class AudioContentUrlEmpty extends ErrorWithCall {
72
+ export class AudioContentUrlEmpty extends TelegramError {
58
73
  }
59
- export class AudioTitleEmpty extends ErrorWithCall {
74
+ export class AudioTitleEmpty extends TelegramError {
60
75
  }
61
- export class AuthBytesInvalid extends ErrorWithCall {
76
+ export class AuthBytesInvalid extends TelegramError {
62
77
  }
63
- export class AuthKeyDuplicated extends ErrorWithCall {
78
+ export class AuthKeyDuplicated extends TelegramError {
64
79
  }
65
- export class AuthKeyInvalid extends ErrorWithCall {
80
+ export class AuthKeyInvalid extends TelegramError {
66
81
  }
67
- export class AuthKeyPermEmpty extends ErrorWithCall {
82
+ export class AuthKeyPermEmpty extends TelegramError {
68
83
  }
69
- export class AuthKeyUnregistered extends ErrorWithCall {
84
+ export class AuthKeyUnregistered extends TelegramError {
70
85
  }
71
- export class AuthRestart extends ErrorWithCall {
86
+ export class AuthRestart extends TelegramError {
72
87
  }
73
- export class AuthTokenAlreadyAccepted extends ErrorWithCall {
88
+ export class AuthTokenAlreadyAccepted extends TelegramError {
74
89
  }
75
- export class AuthTokenException extends ErrorWithCall {
90
+ export class AuthTokenException extends TelegramError {
76
91
  }
77
- export class AuthTokenExpired extends ErrorWithCall {
92
+ export class AuthTokenExpired extends TelegramError {
78
93
  }
79
- export class AuthTokenInvalid extends ErrorWithCall {
94
+ export class AuthTokenInvalid extends TelegramError {
80
95
  }
81
- export class AutoarchiveNotAvailable extends ErrorWithCall {
96
+ export class AutoarchiveNotAvailable extends TelegramError {
82
97
  }
83
- export class BankCardNumberInvalid extends ErrorWithCall {
98
+ export class BankCardNumberInvalid extends TelegramError {
84
99
  }
85
- export class BannedRightsInvalid extends ErrorWithCall {
100
+ export class BannedRightsInvalid extends TelegramError {
86
101
  }
87
- export class BasePortLocInvalid extends ErrorWithCall {
102
+ export class BasePortLocInvalid extends TelegramError {
88
103
  }
89
- export class BotsTooMuch extends ErrorWithCall {
104
+ export class BotsTooMuch extends TelegramError {
90
105
  }
91
- export class BotChannelsNa extends ErrorWithCall {
106
+ export class BotChannelsNa extends TelegramError {
92
107
  }
93
- export class BotCommandDescriptionInvalid extends ErrorWithCall {
108
+ export class BotCommandDescriptionInvalid extends TelegramError {
94
109
  }
95
- export class BotCommandInvalid extends ErrorWithCall {
110
+ export class BotCommandInvalid extends TelegramError {
96
111
  }
97
- export class BotDomainInvalid extends ErrorWithCall {
112
+ export class BotDomainInvalid extends TelegramError {
98
113
  }
99
- export class BotGamesDisabled extends ErrorWithCall {
114
+ export class BotGamesDisabled extends TelegramError {
100
115
  }
101
- export class BotGroupsBlocked extends ErrorWithCall {
116
+ export class BotGroupsBlocked extends TelegramError {
102
117
  }
103
- export class BotInlineDisabled extends ErrorWithCall {
118
+ export class BotInlineDisabled extends TelegramError {
104
119
  }
105
- export class BotInvalid extends ErrorWithCall {
120
+ export class BotInvalid extends TelegramError {
106
121
  }
107
- export class BotMethodInvalid extends ErrorWithCall {
122
+ export class BotMethodInvalid extends TelegramError {
108
123
  }
109
- export class BotMissing extends ErrorWithCall {
124
+ export class BotMissing extends TelegramError {
110
125
  }
111
- export class BotOnesideNotAvail extends ErrorWithCall {
126
+ export class BotOnesideNotAvail extends TelegramError {
112
127
  }
113
- export class BotPaymentsDisabled extends ErrorWithCall {
128
+ export class BotPaymentsDisabled extends TelegramError {
114
129
  }
115
- export class BotPollsDisabled extends ErrorWithCall {
130
+ export class BotPollsDisabled extends TelegramError {
116
131
  }
117
- export class BotResponseTimeout extends ErrorWithCall {
132
+ export class BotResponseTimeout extends TelegramError {
118
133
  }
119
- export class BotScoreNotModified extends ErrorWithCall {
134
+ export class BotScoreNotModified extends TelegramError {
120
135
  }
121
- export class BroadcastCallsDisabled extends ErrorWithCall {
136
+ export class BroadcastCallsDisabled extends TelegramError {
122
137
  }
123
- export class BroadcastForbidden extends ErrorWithCall {
138
+ export class BroadcastForbidden extends TelegramError {
124
139
  }
125
- export class BroadcastIdInvalid extends ErrorWithCall {
140
+ export class BroadcastIdInvalid extends TelegramError {
126
141
  }
127
- export class BroadcastPublicVotersForbidden extends ErrorWithCall {
142
+ export class BroadcastPublicVotersForbidden extends TelegramError {
128
143
  }
129
- export class BroadcastRequired extends ErrorWithCall {
144
+ export class BroadcastRequired extends TelegramError {
130
145
  }
131
- export class ButtonDataInvalid extends ErrorWithCall {
146
+ export class ButtonDataInvalid extends TelegramError {
132
147
  }
133
- export class ButtonTextInvalid extends ErrorWithCall {
148
+ export class ButtonTextInvalid extends TelegramError {
134
149
  }
135
- export class ButtonTypeInvalid extends ErrorWithCall {
150
+ export class ButtonTypeInvalid extends TelegramError {
136
151
  }
137
- export class ButtonUrlInvalid extends ErrorWithCall {
152
+ export class ButtonUrlInvalid extends TelegramError {
138
153
  }
139
- export class ButtonUserPrivacyRestricted extends ErrorWithCall {
154
+ export class ButtonUserPrivacyRestricted extends TelegramError {
140
155
  }
141
- export class CallAlreadyAccepted extends ErrorWithCall {
156
+ export class CallAlreadyAccepted extends TelegramError {
142
157
  }
143
- export class CallAlreadyDeclined extends ErrorWithCall {
158
+ export class CallAlreadyDeclined extends TelegramError {
144
159
  }
145
- export class CallOccupyFailed extends ErrorWithCall {
160
+ export class CallOccupyFailed extends TelegramError {
146
161
  }
147
- export class CallPeerInvalid extends ErrorWithCall {
162
+ export class CallPeerInvalid extends TelegramError {
148
163
  }
149
- export class CallProtocolFlagsInvalid extends ErrorWithCall {
164
+ export class CallProtocolFlagsInvalid extends TelegramError {
150
165
  }
151
- export class CdnMethodInvalid extends ErrorWithCall {
166
+ export class CdnMethodInvalid extends TelegramError {
152
167
  }
153
- export class CdnUploadTimeout extends ErrorWithCall {
168
+ export class CdnUploadTimeout extends TelegramError {
154
169
  }
155
- export class ChannelsAdminLocatedTooMuch extends ErrorWithCall {
170
+ export class ChannelsAdminLocatedTooMuch extends TelegramError {
156
171
  }
157
- export class ChannelsAdminPublicTooMuch extends ErrorWithCall {
172
+ export class ChannelsAdminPublicTooMuch extends TelegramError {
158
173
  }
159
- export class ChannelsTooMuch extends ErrorWithCall {
174
+ export class ChannelsTooMuch extends TelegramError {
160
175
  }
161
- export class ChannelBanned extends ErrorWithCall {
176
+ export class ChannelBanned extends TelegramError {
162
177
  }
163
- export class ChannelForumMissing extends ErrorWithCall {
178
+ export class ChannelForumMissing extends TelegramError {
164
179
  }
165
- export class ChannelIdInvalid extends ErrorWithCall {
180
+ export class ChannelIdInvalid extends TelegramError {
166
181
  }
167
- export class ChannelInvalid extends ErrorWithCall {
182
+ export class ChannelInvalid extends TelegramError {
168
183
  }
169
- export class ChannelParicipantMissing extends ErrorWithCall {
184
+ export class ChannelParicipantMissing extends TelegramError {
170
185
  }
171
- export class ChannelPrivate extends ErrorWithCall {
186
+ export class ChannelPrivate extends TelegramError {
172
187
  }
173
- export class ChannelPublicGroupNa extends ErrorWithCall {
188
+ export class ChannelPublicGroupNa extends TelegramError {
174
189
  }
175
- export class ChannelTooBig extends ErrorWithCall {
190
+ export class ChannelTooBig extends TelegramError {
176
191
  }
177
- export class ChannelTooLarge extends ErrorWithCall {
192
+ export class ChannelTooLarge extends TelegramError {
178
193
  }
179
- export class ChatAboutNotModified extends ErrorWithCall {
194
+ export class ChatAboutNotModified extends TelegramError {
180
195
  }
181
- export class ChatAboutTooLong extends ErrorWithCall {
196
+ export class ChatAboutTooLong extends TelegramError {
182
197
  }
183
- export class ChatAdminInviteRequired extends ErrorWithCall {
198
+ export class ChatAdminInviteRequired extends TelegramError {
184
199
  }
185
- export class ChatAdminRequired extends ErrorWithCall {
200
+ export class ChatAdminRequired extends TelegramError {
186
201
  }
187
- export class ChatDiscussionUnallowed extends ErrorWithCall {
202
+ export class ChatDiscussionUnallowed extends TelegramError {
188
203
  }
189
- export class ChatForbidden extends ErrorWithCall {
204
+ export class ChatForbidden extends TelegramError {
190
205
  }
191
- export class ChatForwardsRestricted extends ErrorWithCall {
206
+ export class ChatForwardsRestricted extends TelegramError {
192
207
  }
193
- export class ChatGetFailed extends ErrorWithCall {
208
+ export class ChatGetFailed extends TelegramError {
194
209
  }
195
- export class ChatGuestSendForbidden extends ErrorWithCall {
210
+ export class ChatGuestSendForbidden extends TelegramError {
196
211
  }
197
- export class ChatIdEmpty extends ErrorWithCall {
212
+ export class ChatIdEmpty extends TelegramError {
198
213
  }
199
- export class ChatIdGenerateFailed extends ErrorWithCall {
214
+ export class ChatIdGenerateFailed extends TelegramError {
200
215
  }
201
- export class ChatIdInvalid extends ErrorWithCall {
216
+ export class ChatIdInvalid extends TelegramError {
202
217
  }
203
- export class ChatInvalid extends ErrorWithCall {
218
+ export class ChatInvalid extends TelegramError {
204
219
  }
205
- export class ChatInvitePermanent extends ErrorWithCall {
220
+ export class ChatInvitePermanent extends TelegramError {
206
221
  }
207
- export class ChatLinkExists extends ErrorWithCall {
222
+ export class ChatLinkExists extends TelegramError {
208
223
  }
209
- export class ChatNotModified extends ErrorWithCall {
224
+ export class ChatNotModified extends TelegramError {
210
225
  }
211
- export class ChatRestricted extends ErrorWithCall {
226
+ export class ChatRestricted extends TelegramError {
212
227
  }
213
- export class ChatRevokeDateUnsupported extends ErrorWithCall {
228
+ export class ChatRevokeDateUnsupported extends TelegramError {
214
229
  }
215
- export class ChatSendGameForbidden extends ErrorWithCall {
230
+ export class ChatSendGameForbidden extends TelegramError {
216
231
  }
217
- export class ChatSendGifsForbidden extends ErrorWithCall {
232
+ export class ChatSendGifsForbidden extends TelegramError {
218
233
  }
219
- export class ChatSendInlineForbidden extends ErrorWithCall {
234
+ export class ChatSendInlineForbidden extends TelegramError {
220
235
  }
221
- export class ChatSendMediaForbidden extends ErrorWithCall {
236
+ export class ChatSendMediaForbidden extends TelegramError {
222
237
  }
223
- export class ChatSendPollForbidden extends ErrorWithCall {
238
+ export class ChatSendPollForbidden extends TelegramError {
224
239
  }
225
- export class ChatSendStickersForbidden extends ErrorWithCall {
240
+ export class ChatSendStickersForbidden extends TelegramError {
226
241
  }
227
- export class ChatTitleEmpty extends ErrorWithCall {
242
+ export class ChatTitleEmpty extends TelegramError {
228
243
  }
229
- export class ChatTooBig extends ErrorWithCall {
244
+ export class ChatTooBig extends TelegramError {
230
245
  }
231
- export class ChatWriteForbidden extends ErrorWithCall {
246
+ export class ChatWriteForbidden extends TelegramError {
232
247
  }
233
- export class ChpCallFail extends ErrorWithCall {
248
+ export class ChpCallFail extends TelegramError {
234
249
  }
235
- export class CodeEmpty extends ErrorWithCall {
250
+ export class CodeEmpty extends TelegramError {
236
251
  }
237
- export class CodeHashInvalid extends ErrorWithCall {
252
+ export class CodeHashInvalid extends TelegramError {
238
253
  }
239
- export class CodeInvalid extends ErrorWithCall {
254
+ export class CodeInvalid extends TelegramError {
240
255
  }
241
- export class ConnectionApiIdInvalid extends ErrorWithCall {
256
+ export class ConnectionApiIdInvalid extends TelegramError {
242
257
  }
243
- export class ConnectionAppVersionEmpty extends ErrorWithCall {
258
+ export class ConnectionAppVersionEmpty extends TelegramError {
244
259
  }
245
- export class ConnectionDeviceModelEmpty extends ErrorWithCall {
260
+ export class ConnectionDeviceModelEmpty extends TelegramError {
246
261
  }
247
- export class ConnectionLangPackInvalid extends ErrorWithCall {
262
+ export class ConnectionLangPackInvalid extends TelegramError {
248
263
  }
249
- export class ConnectionLayerInvalid extends ErrorWithCall {
264
+ export class ConnectionLayerInvalid extends TelegramError {
250
265
  }
251
- export class ConnectionNotInited extends ErrorWithCall {
266
+ export class ConnectionNotInited extends TelegramError {
252
267
  }
253
- export class ConnectionSystemEmpty extends ErrorWithCall {
268
+ export class ConnectionSystemEmpty extends TelegramError {
254
269
  }
255
- export class ConnectionSystemLangCodeEmpty extends ErrorWithCall {
270
+ export class ConnectionSystemLangCodeEmpty extends TelegramError {
256
271
  }
257
- export class ContactAddMissing extends ErrorWithCall {
272
+ export class ContactAddMissing extends TelegramError {
258
273
  }
259
- export class ContactIdInvalid extends ErrorWithCall {
274
+ export class ContactIdInvalid extends TelegramError {
260
275
  }
261
- export class ContactNameEmpty extends ErrorWithCall {
276
+ export class ContactNameEmpty extends TelegramError {
262
277
  }
263
- export class ContactReqMissing extends ErrorWithCall {
278
+ export class ContactReqMissing extends TelegramError {
264
279
  }
265
- export class CreateCallFailed extends ErrorWithCall {
280
+ export class CreateCallFailed extends TelegramError {
266
281
  }
267
- export class CurrencyTotalAmountInvalid extends ErrorWithCall {
282
+ export class CurrencyTotalAmountInvalid extends TelegramError {
268
283
  }
269
- export class DataInvalid extends ErrorWithCall {
284
+ export class DataInvalid extends TelegramError {
270
285
  }
271
- export class DataJsonInvalid extends ErrorWithCall {
286
+ export class DataJsonInvalid extends TelegramError {
272
287
  }
273
- export class DataTooLong extends ErrorWithCall {
288
+ export class DataTooLong extends TelegramError {
274
289
  }
275
- export class DateEmpty extends ErrorWithCall {
290
+ export class DateEmpty extends TelegramError {
276
291
  }
277
- export class DcIdInvalid extends ErrorWithCall {
292
+ export class DcIdInvalid extends TelegramError {
278
293
  }
279
- export class DhGAInvalid extends ErrorWithCall {
294
+ export class DhGAInvalid extends TelegramError {
280
295
  }
281
- export class DocumentInvalid extends ErrorWithCall {
296
+ export class DocumentInvalid extends TelegramError {
282
297
  }
283
- export class EditBotInviteForbidden extends ErrorWithCall {
298
+ export class EditBotInviteForbidden extends TelegramError {
284
299
  }
285
- export class EmailHashExpired extends ErrorWithCall {
300
+ export class EmailHashExpired extends TelegramError {
286
301
  }
287
- export class EmailInvalid extends ErrorWithCall {
302
+ export class EmailInvalid extends TelegramError {
288
303
  }
289
- export class EmailUnconfirmed extends ErrorWithCall {
304
+ export class EmailUnconfirmed extends TelegramError {
290
305
  }
291
- export class EmailVerifyExpired extends ErrorWithCall {
306
+ export class EmailVerifyExpired extends TelegramError {
292
307
  }
293
- export class EmojiInvalid extends ErrorWithCall {
308
+ export class EmojiInvalid extends TelegramError {
294
309
  }
295
- export class EmojiNotModified extends ErrorWithCall {
310
+ export class EmojiNotModified extends TelegramError {
296
311
  }
297
- export class EmoticonEmpty extends ErrorWithCall {
312
+ export class EmoticonEmpty extends TelegramError {
298
313
  }
299
- export class EmoticonInvalid extends ErrorWithCall {
314
+ export class EmoticonInvalid extends TelegramError {
300
315
  }
301
- export class EmoticonStickerpackMissing extends ErrorWithCall {
316
+ export class EmoticonStickerpackMissing extends TelegramError {
302
317
  }
303
- export class EncryptedMessageInvalid extends ErrorWithCall {
318
+ export class EncryptedMessageInvalid extends TelegramError {
304
319
  }
305
- export class EncryptionAlreadyAccepted extends ErrorWithCall {
320
+ export class EncryptionAlreadyAccepted extends TelegramError {
306
321
  }
307
- export class EncryptionAlreadyDeclined extends ErrorWithCall {
322
+ export class EncryptionAlreadyDeclined extends TelegramError {
308
323
  }
309
- export class EncryptionDeclined extends ErrorWithCall {
324
+ export class EncryptionDeclined extends TelegramError {
310
325
  }
311
- export class EncryptionIdInvalid extends ErrorWithCall {
326
+ export class EncryptionIdInvalid extends TelegramError {
312
327
  }
313
- export class EncryptionOccupyFailed extends ErrorWithCall {
328
+ export class EncryptionOccupyFailed extends TelegramError {
314
329
  }
315
- export class EntitiesTooLong extends ErrorWithCall {
330
+ export class EntitiesTooLong extends TelegramError {
316
331
  }
317
- export class EntityBoundsInvalid extends ErrorWithCall {
332
+ export class EntityBoundsInvalid extends TelegramError {
318
333
  }
319
- export class EntityMentionUserInvalid extends ErrorWithCall {
334
+ export class EntityMentionUserInvalid extends TelegramError {
320
335
  }
321
- export class ErrorTextEmpty extends ErrorWithCall {
336
+ export class ErrorTextEmpty extends TelegramError {
322
337
  }
323
- export class ExpireDateInvalid extends ErrorWithCall {
338
+ export class ExpireDateInvalid extends TelegramError {
324
339
  }
325
- export class ExpireForbidden extends ErrorWithCall {
340
+ export class ExpireForbidden extends TelegramError {
326
341
  }
327
- export class ExportCardInvalid extends ErrorWithCall {
342
+ export class ExportCardInvalid extends TelegramError {
328
343
  }
329
- export class ExternalUrlInvalid extends ErrorWithCall {
344
+ export class ExternalUrlInvalid extends TelegramError {
330
345
  }
331
- export class FieldNameEmpty extends ErrorWithCall {
346
+ export class FieldNameEmpty extends TelegramError {
332
347
  }
333
- export class FieldNameInvalid extends ErrorWithCall {
348
+ export class FieldNameInvalid extends TelegramError {
334
349
  }
335
- export class FilerefUpgradeNeeded extends ErrorWithCall {
350
+ export class FilerefUpgradeNeeded extends TelegramError {
336
351
  }
337
- export class FileContentTypeInvalid extends ErrorWithCall {
352
+ export class FileContentTypeInvalid extends TelegramError {
338
353
  }
339
- export class FileEmtpy extends ErrorWithCall {
354
+ export class FileEmtpy extends TelegramError {
340
355
  }
341
- export class FileIdInvalid extends ErrorWithCall {
356
+ export class FileIdInvalid extends TelegramError {
342
357
  }
343
- export class FilePartsInvalid extends ErrorWithCall {
358
+ export class FilePartsInvalid extends TelegramError {
344
359
  }
345
- export class FilePart_0Missing extends ErrorWithCall {
360
+ export class FilePart_0Missing extends TelegramError {
346
361
  }
347
- export class FilePartEmpty extends ErrorWithCall {
362
+ export class FilePartEmpty extends TelegramError {
348
363
  }
349
- export class FilePartInvalid extends ErrorWithCall {
364
+ export class FilePartInvalid extends TelegramError {
350
365
  }
351
- export class FilePartLengthInvalid extends ErrorWithCall {
366
+ export class FilePartLengthInvalid extends TelegramError {
352
367
  }
353
- export class FilePartSizeChanged extends ErrorWithCall {
368
+ export class FilePartSizeChanged extends TelegramError {
354
369
  }
355
- export class FilePartSizeInvalid extends ErrorWithCall {
370
+ export class FilePartSizeInvalid extends TelegramError {
356
371
  }
357
- export class FilePartTooBig extends ErrorWithCall {
372
+ export class FilePartTooBig extends TelegramError {
358
373
  }
359
- export class FilePartXMissing extends ErrorWithCall {
374
+ export class FilePartXMissing extends TelegramError {
360
375
  }
361
- export class FileReferenceEmpty extends ErrorWithCall {
376
+ export class FileReferenceEmpty extends TelegramError {
362
377
  }
363
- export class FileReferenceExpired extends ErrorWithCall {
378
+ export class FileReferenceExpired extends TelegramError {
364
379
  }
365
- export class FileReferenceInvalid extends ErrorWithCall {
380
+ export class FileReferenceInvalid extends TelegramError {
366
381
  }
367
- export class FileTitleEmpty extends ErrorWithCall {
382
+ export class FileTitleEmpty extends TelegramError {
368
383
  }
369
- export class FilterIdInvalid extends ErrorWithCall {
384
+ export class FilterIdInvalid extends TelegramError {
370
385
  }
371
- export class FilterIncludeEmpty extends ErrorWithCall {
386
+ export class FilterIncludeEmpty extends TelegramError {
372
387
  }
373
- export class FilterNotSupported extends ErrorWithCall {
388
+ export class FilterNotSupported extends TelegramError {
374
389
  }
375
- export class FilterTitleEmpty extends ErrorWithCall {
390
+ export class FilterTitleEmpty extends TelegramError {
376
391
  }
377
- export class FirstnameInvalid extends ErrorWithCall {
392
+ export class FirstnameInvalid extends TelegramError {
378
393
  }
379
- export class FolderIdEmpty extends ErrorWithCall {
394
+ export class FolderIdEmpty extends TelegramError {
380
395
  }
381
- export class FolderIdInvalid extends ErrorWithCall {
396
+ export class FolderIdInvalid extends TelegramError {
382
397
  }
383
- export class FreshChangeAdminsForbidden extends ErrorWithCall {
398
+ export class FreshChangeAdminsForbidden extends TelegramError {
384
399
  }
385
- export class FreshChangePhoneForbidden extends ErrorWithCall {
400
+ export class FreshChangePhoneForbidden extends TelegramError {
386
401
  }
387
- export class FreshResetAuthorisationForbidden extends ErrorWithCall {
402
+ export class FreshResetAuthorisationForbidden extends TelegramError {
388
403
  }
389
- export class FromMessageBotDisabled extends ErrorWithCall {
404
+ export class FromMessageBotDisabled extends TelegramError {
390
405
  }
391
- export class FromPeerInvalid extends ErrorWithCall {
406
+ export class FromPeerInvalid extends TelegramError {
392
407
  }
393
- export class GameBotInvalid extends ErrorWithCall {
408
+ export class GameBotInvalid extends TelegramError {
394
409
  }
395
- export class GeoPointInvalid extends ErrorWithCall {
410
+ export class GeoPointInvalid extends TelegramError {
396
411
  }
397
- export class GifContentTypeInvalid extends ErrorWithCall {
412
+ export class GifContentTypeInvalid extends TelegramError {
398
413
  }
399
- export class GifIdInvalid extends ErrorWithCall {
414
+ export class GifIdInvalid extends TelegramError {
400
415
  }
401
- export class GraphExpiredReload extends ErrorWithCall {
416
+ export class GraphExpiredReload extends TelegramError {
402
417
  }
403
- export class GraphInvalidReload extends ErrorWithCall {
418
+ export class GraphInvalidReload extends TelegramError {
404
419
  }
405
- export class GraphOutdatedReload extends ErrorWithCall {
420
+ export class GraphOutdatedReload extends TelegramError {
406
421
  }
407
- export class GroupcallAddParticipantsFailed extends ErrorWithCall {
422
+ export class GroupcallAddParticipantsFailed extends TelegramError {
408
423
  }
409
- export class GroupcallAlreadyDiscarded extends ErrorWithCall {
424
+ export class GroupcallAlreadyDiscarded extends TelegramError {
410
425
  }
411
- export class GroupcallAlreadyStarted extends ErrorWithCall {
426
+ export class GroupcallAlreadyStarted extends TelegramError {
412
427
  }
413
- export class GroupcallForbidden extends ErrorWithCall {
428
+ export class GroupcallForbidden extends TelegramError {
414
429
  }
415
- export class GroupcallInvalid extends ErrorWithCall {
430
+ export class GroupcallInvalid extends TelegramError {
416
431
  }
417
- export class GroupcallJoinMissing extends ErrorWithCall {
432
+ export class GroupcallJoinMissing extends TelegramError {
418
433
  }
419
- export class GroupcallNotModified extends ErrorWithCall {
434
+ export class GroupcallNotModified extends TelegramError {
420
435
  }
421
- export class GroupcallSsrcDuplicateMuch extends ErrorWithCall {
436
+ export class GroupcallSsrcDuplicateMuch extends TelegramError {
422
437
  }
423
- export class GroupedMediaInvalid extends ErrorWithCall {
438
+ export class GroupedMediaInvalid extends TelegramError {
424
439
  }
425
- export class GroupCallInvalid extends ErrorWithCall {
440
+ export class GroupCallInvalid extends TelegramError {
426
441
  }
427
- export class HashInvalid extends ErrorWithCall {
442
+ export class HashInvalid extends TelegramError {
428
443
  }
429
- export class HideRequesterMissing extends ErrorWithCall {
444
+ export class HideRequesterMissing extends TelegramError {
430
445
  }
431
- export class HistoryGetFailed extends ErrorWithCall {
446
+ export class HistoryGetFailed extends TelegramError {
432
447
  }
433
- export class ImageProcessFailed extends ErrorWithCall {
448
+ export class ImageProcessFailed extends TelegramError {
434
449
  }
435
- export class ImportFileInvalid extends ErrorWithCall {
450
+ export class ImportFileInvalid extends TelegramError {
436
451
  }
437
- export class ImportFormatUnrecognized extends ErrorWithCall {
452
+ export class ImportFormatUnrecognized extends TelegramError {
438
453
  }
439
- export class ImportIdInvalid extends ErrorWithCall {
454
+ export class ImportIdInvalid extends TelegramError {
440
455
  }
441
- export class InlineBotRequired extends ErrorWithCall {
456
+ export class InlineBotRequired extends TelegramError {
442
457
  }
443
- export class InlineResultExpired extends ErrorWithCall {
458
+ export class InlineResultExpired extends TelegramError {
444
459
  }
445
- export class InputConstructorInvalid extends ErrorWithCall {
460
+ export class InputConstructorInvalid extends TelegramError {
446
461
  }
447
- export class InputFetchError extends ErrorWithCall {
462
+ export class InputFetchError extends TelegramError {
448
463
  }
449
- export class InputFetchFail extends ErrorWithCall {
464
+ export class InputFetchFail extends TelegramError {
450
465
  }
451
- export class InputFilterInvalid extends ErrorWithCall {
466
+ export class InputFilterInvalid extends TelegramError {
452
467
  }
453
- export class InputLayerInvalid extends ErrorWithCall {
468
+ export class InputLayerInvalid extends TelegramError {
454
469
  }
455
- export class InputMethodInvalid extends ErrorWithCall {
470
+ export class InputMethodInvalid extends TelegramError {
456
471
  }
457
- export class InputRequestTooLong extends ErrorWithCall {
472
+ export class InputRequestTooLong extends TelegramError {
458
473
  }
459
- export class InputTextEmpty extends ErrorWithCall {
474
+ export class InputTextEmpty extends TelegramError {
460
475
  }
461
- export class InputUserDeactivated extends ErrorWithCall {
476
+ export class InputUserDeactivated extends TelegramError {
462
477
  }
463
- export class InterdcXCallError extends ErrorWithCall {
478
+ export class InterdcXCallError extends TelegramError {
464
479
  }
465
- export class InterdcXCallRichError extends ErrorWithCall {
480
+ export class InterdcXCallRichError extends TelegramError {
466
481
  }
467
- export class InviteForbiddenWithJoinas extends ErrorWithCall {
482
+ export class InviteForbiddenWithJoinas extends TelegramError {
468
483
  }
469
- export class InviteHashEmpty extends ErrorWithCall {
484
+ export class InviteHashEmpty extends TelegramError {
470
485
  }
471
- export class InviteHashExpired extends ErrorWithCall {
486
+ export class InviteHashExpired extends TelegramError {
472
487
  }
473
- export class InviteHashInvalid extends ErrorWithCall {
488
+ export class InviteHashInvalid extends TelegramError {
474
489
  }
475
- export class InviteRequestSent extends ErrorWithCall {
490
+ export class InviteRequestSent extends TelegramError {
476
491
  }
477
- export class InviteRevokedMissing extends ErrorWithCall {
492
+ export class InviteRevokedMissing extends TelegramError {
478
493
  }
479
- export class InvoicePayloadInvalid extends ErrorWithCall {
494
+ export class InvoicePayloadInvalid extends TelegramError {
480
495
  }
481
- export class JoinAsPeerInvalid extends ErrorWithCall {
496
+ export class JoinAsPeerInvalid extends TelegramError {
482
497
  }
483
- export class LangCodeInvalid extends ErrorWithCall {
498
+ export class LangCodeInvalid extends TelegramError {
484
499
  }
485
- export class LangCodeNotSupported extends ErrorWithCall {
500
+ export class LangCodeNotSupported extends TelegramError {
486
501
  }
487
- export class LangPackInvalid extends ErrorWithCall {
502
+ export class LangPackInvalid extends TelegramError {
488
503
  }
489
- export class LastnameInvalid extends ErrorWithCall {
504
+ export class LastnameInvalid extends TelegramError {
490
505
  }
491
- export class LimitInvalid extends ErrorWithCall {
506
+ export class LimitInvalid extends TelegramError {
492
507
  }
493
- export class LinkNotModified extends ErrorWithCall {
508
+ export class LinkNotModified extends TelegramError {
494
509
  }
495
- export class LocationInvalid extends ErrorWithCall {
510
+ export class LocationInvalid extends TelegramError {
496
511
  }
497
- export class MaxDateInvalid extends ErrorWithCall {
512
+ export class MaxDateInvalid extends TelegramError {
498
513
  }
499
- export class MaxIdInvalid extends ErrorWithCall {
514
+ export class MaxIdInvalid extends TelegramError {
500
515
  }
501
- export class MaxQtsInvalid extends ErrorWithCall {
516
+ export class MaxQtsInvalid extends TelegramError {
502
517
  }
503
- export class Md5ChecksumInvalid extends ErrorWithCall {
518
+ export class Md5ChecksumInvalid extends TelegramError {
504
519
  }
505
- export class MediaCaptionTooLong extends ErrorWithCall {
520
+ export class MediaCaptionTooLong extends TelegramError {
506
521
  }
507
- export class MediaEmpty extends ErrorWithCall {
522
+ export class MediaEmpty extends TelegramError {
508
523
  }
509
- export class MediaGroupedInvalid extends ErrorWithCall {
524
+ export class MediaGroupedInvalid extends TelegramError {
510
525
  }
511
- export class MediaInvalid extends ErrorWithCall {
526
+ export class MediaInvalid extends TelegramError {
512
527
  }
513
- export class MediaNewInvalid extends ErrorWithCall {
528
+ export class MediaNewInvalid extends TelegramError {
514
529
  }
515
- export class MediaPrevInvalid extends ErrorWithCall {
530
+ export class MediaPrevInvalid extends TelegramError {
516
531
  }
517
- export class MediaTtlInvalid extends ErrorWithCall {
532
+ export class MediaTtlInvalid extends TelegramError {
518
533
  }
519
- export class MegagroupIdInvalid extends ErrorWithCall {
534
+ export class MegagroupIdInvalid extends TelegramError {
520
535
  }
521
- export class MegagroupPrehistoryHidden extends ErrorWithCall {
536
+ export class MegagroupPrehistoryHidden extends TelegramError {
522
537
  }
523
- export class MegagroupRequired extends ErrorWithCall {
538
+ export class MegagroupRequired extends TelegramError {
524
539
  }
525
- export class MemberNoLocation extends ErrorWithCall {
540
+ export class MemberNoLocation extends TelegramError {
526
541
  }
527
- export class MemberOccupyPrimaryLocFailed extends ErrorWithCall {
542
+ export class MemberOccupyPrimaryLocFailed extends TelegramError {
528
543
  }
529
- export class MessageAuthorRequired extends ErrorWithCall {
544
+ export class MessageAuthorRequired extends TelegramError {
530
545
  }
531
- export class MessageDeleteForbidden extends ErrorWithCall {
546
+ export class MessageDeleteForbidden extends TelegramError {
532
547
  }
533
- export class MessageEditTimeExpired extends ErrorWithCall {
548
+ export class MessageEditTimeExpired extends TelegramError {
534
549
  }
535
- export class MessageEmpty extends ErrorWithCall {
550
+ export class MessageEmpty extends TelegramError {
536
551
  }
537
- export class MessageIdsEmpty extends ErrorWithCall {
552
+ export class MessageIdsEmpty extends TelegramError {
538
553
  }
539
- export class MessageIdInvalid extends ErrorWithCall {
554
+ export class MessageIdInvalid extends TelegramError {
540
555
  }
541
- export class MessageNotModified extends ErrorWithCall {
556
+ export class MessageNotModified extends TelegramError {
542
557
  }
543
- export class MessagePollClosed extends ErrorWithCall {
558
+ export class MessagePollClosed extends TelegramError {
544
559
  }
545
- export class MessageTooLong extends ErrorWithCall {
560
+ export class MessageTooLong extends TelegramError {
546
561
  }
547
- export class MethodInvalid extends ErrorWithCall {
562
+ export class MethodInvalid extends TelegramError {
548
563
  }
549
- export class MinDateInvalid extends ErrorWithCall {
564
+ export class MinDateInvalid extends TelegramError {
550
565
  }
551
- export class MsgidDecreaseRetry extends ErrorWithCall {
566
+ export class MsgidDecreaseRetry extends TelegramError {
552
567
  }
553
- export class MsgIdInvalid extends ErrorWithCall {
568
+ export class MsgIdInvalid extends TelegramError {
554
569
  }
555
- export class MsgTooOld extends ErrorWithCall {
570
+ export class MsgTooOld extends TelegramError {
556
571
  }
557
- export class MsgWaitFailed extends ErrorWithCall {
572
+ export class MsgWaitFailed extends TelegramError {
558
573
  }
559
- export class MtSendQueueTooLong extends ErrorWithCall {
574
+ export class MtSendQueueTooLong extends TelegramError {
560
575
  }
561
- export class MultiMediaTooLong extends ErrorWithCall {
576
+ export class MultiMediaTooLong extends TelegramError {
562
577
  }
563
- export class NeedChatInvalid extends ErrorWithCall {
578
+ export class NeedChatInvalid extends TelegramError {
564
579
  }
565
- export class NeedMemberInvalid extends ErrorWithCall {
580
+ export class NeedMemberInvalid extends TelegramError {
566
581
  }
567
- export class NewSaltInvalid extends ErrorWithCall {
582
+ export class NewSaltInvalid extends TelegramError {
568
583
  }
569
- export class NewSettingsEmpty extends ErrorWithCall {
584
+ export class NewSettingsEmpty extends TelegramError {
570
585
  }
571
- export class NewSettingsInvalid extends ErrorWithCall {
586
+ export class NewSettingsInvalid extends TelegramError {
572
587
  }
573
- export class NextOffsetInvalid extends ErrorWithCall {
588
+ export class NextOffsetInvalid extends TelegramError {
574
589
  }
575
- export class NotAllowed extends ErrorWithCall {
590
+ export class NotAllowed extends TelegramError {
576
591
  }
577
- export class OffsetInvalid extends ErrorWithCall {
592
+ export class OffsetInvalid extends TelegramError {
578
593
  }
579
- export class OffsetPeerIdInvalid extends ErrorWithCall {
594
+ export class OffsetPeerIdInvalid extends TelegramError {
580
595
  }
581
- export class OptionsTooMuch extends ErrorWithCall {
596
+ export class OptionsTooMuch extends TelegramError {
582
597
  }
583
- export class OptionInvalid extends ErrorWithCall {
598
+ export class OptionInvalid extends TelegramError {
584
599
  }
585
- export class PackShortNameInvalid extends ErrorWithCall {
600
+ export class PackShortNameInvalid extends TelegramError {
586
601
  }
587
- export class PackShortNameOccupied extends ErrorWithCall {
602
+ export class PackShortNameOccupied extends TelegramError {
588
603
  }
589
- export class PackTitleInvalid extends ErrorWithCall {
604
+ export class PackTitleInvalid extends TelegramError {
590
605
  }
591
- export class ParticipantsTooFew extends ErrorWithCall {
606
+ export class ParticipantsTooFew extends TelegramError {
592
607
  }
593
- export class ParticipantCallFailed extends ErrorWithCall {
608
+ export class ParticipantCallFailed extends TelegramError {
594
609
  }
595
- export class ParticipantIdInvalid extends ErrorWithCall {
610
+ export class ParticipantIdInvalid extends TelegramError {
596
611
  }
597
- export class ParticipantJoinMissing extends ErrorWithCall {
612
+ export class ParticipantJoinMissing extends TelegramError {
598
613
  }
599
- export class ParticipantVersionOutdated extends ErrorWithCall {
614
+ export class ParticipantVersionOutdated extends TelegramError {
600
615
  }
601
- export class PasswordEmpty extends ErrorWithCall {
616
+ export class PasswordEmpty extends TelegramError {
602
617
  }
603
- export class PasswordHashInvalid extends ErrorWithCall {
618
+ export class PasswordHashInvalid extends TelegramError {
604
619
  }
605
- export class PasswordMissing extends ErrorWithCall {
620
+ export class PasswordMissing extends TelegramError {
606
621
  }
607
- export class PasswordRecoveryExpired extends ErrorWithCall {
622
+ export class PasswordRecoveryExpired extends TelegramError {
608
623
  }
609
- export class PasswordRecoveryNa extends ErrorWithCall {
624
+ export class PasswordRecoveryNa extends TelegramError {
610
625
  }
611
- export class PasswordRequired extends ErrorWithCall {
626
+ export class PasswordRequired extends TelegramError {
612
627
  }
613
- export class PaymentProviderInvalid extends ErrorWithCall {
628
+ export class PaymentProviderInvalid extends TelegramError {
614
629
  }
615
- export class PeerFlood extends ErrorWithCall {
630
+ export class PeerFlood extends TelegramError {
616
631
  }
617
- export class PeerHistoryEmpty extends ErrorWithCall {
632
+ export class PeerHistoryEmpty extends TelegramError {
618
633
  }
619
- export class PeerIdInvalid extends ErrorWithCall {
634
+ export class PeerIdInvalid extends TelegramError {
620
635
  }
621
- export class PeerIdNotSupported extends ErrorWithCall {
636
+ export class PeerIdNotSupported extends TelegramError {
622
637
  }
623
- export class PersistentTimestampEmpty extends ErrorWithCall {
638
+ export class PersistentTimestampEmpty extends TelegramError {
624
639
  }
625
- export class PersistentTimestampInvalid extends ErrorWithCall {
640
+ export class PersistentTimestampInvalid extends TelegramError {
626
641
  }
627
- export class PersistentTimestampOutdated extends ErrorWithCall {
642
+ export class PersistentTimestampOutdated extends TelegramError {
628
643
  }
629
- export class PhoneCodeEmpty extends ErrorWithCall {
644
+ export class PhoneCodeEmpty extends TelegramError {
630
645
  }
631
- export class PhoneCodeExpired extends ErrorWithCall {
646
+ export class PhoneCodeExpired extends TelegramError {
632
647
  }
633
- export class PhoneCodeHashEmpty extends ErrorWithCall {
648
+ export class PhoneCodeHashEmpty extends TelegramError {
634
649
  }
635
- export class PhoneCodeInvalid extends ErrorWithCall {
650
+ export class PhoneCodeInvalid extends TelegramError {
636
651
  }
637
- export class PhoneHashExpired extends ErrorWithCall {
652
+ export class PhoneHashExpired extends TelegramError {
638
653
  }
639
- export class PhoneNotOccupied extends ErrorWithCall {
654
+ export class PhoneNotOccupied extends TelegramError {
640
655
  }
641
- export class PhoneNumberAppSignupForbidden extends ErrorWithCall {
656
+ export class PhoneNumberAppSignupForbidden extends TelegramError {
642
657
  }
643
- export class PhoneNumberBanned extends ErrorWithCall {
658
+ export class PhoneNumberBanned extends TelegramError {
644
659
  }
645
- export class PhoneNumberFlood extends ErrorWithCall {
660
+ export class PhoneNumberFlood extends TelegramError {
646
661
  }
647
- export class PhoneNumberInvalid extends ErrorWithCall {
662
+ export class PhoneNumberInvalid extends TelegramError {
648
663
  }
649
- export class PhoneNumberOccupied extends ErrorWithCall {
664
+ export class PhoneNumberOccupied extends TelegramError {
650
665
  }
651
- export class PhoneNumberUnoccupied extends ErrorWithCall {
666
+ export class PhoneNumberUnoccupied extends TelegramError {
652
667
  }
653
- export class PhonePasswordFlood extends ErrorWithCall {
668
+ export class PhonePasswordFlood extends TelegramError {
654
669
  }
655
- export class PhonePasswordProtected extends ErrorWithCall {
670
+ export class PhonePasswordProtected extends TelegramError {
656
671
  }
657
- export class PhotoContentTypeInvalid extends ErrorWithCall {
672
+ export class PhotoContentTypeInvalid extends TelegramError {
658
673
  }
659
- export class PhotoContentUrlEmpty extends ErrorWithCall {
674
+ export class PhotoContentUrlEmpty extends TelegramError {
660
675
  }
661
- export class PhotoCropFileMissing extends ErrorWithCall {
676
+ export class PhotoCropFileMissing extends TelegramError {
662
677
  }
663
- export class PhotoCropSizeSmall extends ErrorWithCall {
678
+ export class PhotoCropSizeSmall extends TelegramError {
664
679
  }
665
- export class PhotoExtInvalid extends ErrorWithCall {
680
+ export class PhotoExtInvalid extends TelegramError {
666
681
  }
667
- export class PhotoFileMissing extends ErrorWithCall {
682
+ export class PhotoFileMissing extends TelegramError {
668
683
  }
669
- export class PhotoIdInvalid extends ErrorWithCall {
684
+ export class PhotoIdInvalid extends TelegramError {
670
685
  }
671
- export class PhotoInvalid extends ErrorWithCall {
686
+ export class PhotoInvalid extends TelegramError {
672
687
  }
673
- export class PhotoInvalidDimensions extends ErrorWithCall {
688
+ export class PhotoInvalidDimensions extends TelegramError {
674
689
  }
675
- export class PhotoSaveFileInvalid extends ErrorWithCall {
690
+ export class PhotoSaveFileInvalid extends TelegramError {
676
691
  }
677
- export class PhotoThumbUrlEmpty extends ErrorWithCall {
692
+ export class PhotoThumbUrlEmpty extends TelegramError {
678
693
  }
679
- export class PinnedDialogsTooMuch extends ErrorWithCall {
694
+ export class PinnedDialogsTooMuch extends TelegramError {
680
695
  }
681
- export class PinRestricted extends ErrorWithCall {
696
+ export class PinRestricted extends TelegramError {
682
697
  }
683
- export class PollAnswersInvalid extends ErrorWithCall {
698
+ export class PollAnswersInvalid extends TelegramError {
684
699
  }
685
- export class PollAnswerInvalid extends ErrorWithCall {
700
+ export class PollAnswerInvalid extends TelegramError {
686
701
  }
687
- export class PollOptionDuplicate extends ErrorWithCall {
702
+ export class PollOptionDuplicate extends TelegramError {
688
703
  }
689
- export class PollOptionInvalid extends ErrorWithCall {
704
+ export class PollOptionInvalid extends TelegramError {
690
705
  }
691
- export class PollQuestionInvalid extends ErrorWithCall {
706
+ export class PollQuestionInvalid extends TelegramError {
692
707
  }
693
- export class PollUnsupported extends ErrorWithCall {
708
+ export class PollUnsupported extends TelegramError {
694
709
  }
695
- export class PollVoteRequired extends ErrorWithCall {
710
+ export class PollVoteRequired extends TelegramError {
696
711
  }
697
- export class PostponedTimeout extends ErrorWithCall {
712
+ export class PostponedTimeout extends TelegramError {
698
713
  }
699
- export class PremiumAccountRequired extends ErrorWithCall {
714
+ export class PremiumAccountRequired extends TelegramError {
700
715
  }
701
- export class PremiumCurrentlyUnavailable extends ErrorWithCall {
716
+ export class PremiumCurrentlyUnavailable extends TelegramError {
702
717
  }
703
- export class PreviousChatImportActiveWaitXmin extends ErrorWithCall {
718
+ export class PreviousChatImportActiveWaitXmin extends TelegramError {
704
719
  }
705
- export class PrivacyKeyInvalid extends ErrorWithCall {
720
+ export class PrivacyKeyInvalid extends TelegramError {
706
721
  }
707
- export class PrivacyTooLong extends ErrorWithCall {
722
+ export class PrivacyTooLong extends TelegramError {
708
723
  }
709
- export class PrivacyValueInvalid extends ErrorWithCall {
724
+ export class PrivacyValueInvalid extends TelegramError {
710
725
  }
711
- export class PtsChangeEmpty extends ErrorWithCall {
726
+ export class PtsChangeEmpty extends TelegramError {
712
727
  }
713
- export class PublicChannelMissing extends ErrorWithCall {
728
+ export class PublicChannelMissing extends TelegramError {
714
729
  }
715
- export class PublicKeyRequired extends ErrorWithCall {
730
+ export class PublicKeyRequired extends TelegramError {
716
731
  }
717
- export class QueryIdEmpty extends ErrorWithCall {
732
+ export class QueryIdEmpty extends TelegramError {
718
733
  }
719
- export class QueryIdInvalid extends ErrorWithCall {
734
+ export class QueryIdInvalid extends TelegramError {
720
735
  }
721
- export class QueryTooShort extends ErrorWithCall {
736
+ export class QueryTooShort extends TelegramError {
722
737
  }
723
- export class QuizAnswerMissing extends ErrorWithCall {
738
+ export class QuizAnswerMissing extends TelegramError {
724
739
  }
725
- export class QuizCorrectAnswersEmpty extends ErrorWithCall {
740
+ export class QuizCorrectAnswersEmpty extends TelegramError {
726
741
  }
727
- export class QuizCorrectAnswersTooMuch extends ErrorWithCall {
742
+ export class QuizCorrectAnswersTooMuch extends TelegramError {
728
743
  }
729
- export class QuizCorrectAnswerInvalid extends ErrorWithCall {
744
+ export class QuizCorrectAnswerInvalid extends TelegramError {
730
745
  }
731
- export class QuizMultipleInvalid extends ErrorWithCall {
746
+ export class QuizMultipleInvalid extends TelegramError {
732
747
  }
733
- export class RandomIdDuplicate extends ErrorWithCall {
748
+ export class RandomIdDuplicate extends TelegramError {
734
749
  }
735
- export class RandomIdEmpty extends ErrorWithCall {
750
+ export class RandomIdEmpty extends TelegramError {
736
751
  }
737
- export class RandomIdInvalid extends ErrorWithCall {
752
+ export class RandomIdInvalid extends TelegramError {
738
753
  }
739
- export class RandomLengthInvalid extends ErrorWithCall {
754
+ export class RandomLengthInvalid extends TelegramError {
740
755
  }
741
- export class RangesInvalid extends ErrorWithCall {
756
+ export class RangesInvalid extends TelegramError {
742
757
  }
743
- export class ReactionsTooMany extends ErrorWithCall {
758
+ export class ReactionsTooMany extends TelegramError {
744
759
  }
745
- export class ReactionEmpty extends ErrorWithCall {
760
+ export class ReactionEmpty extends TelegramError {
746
761
  }
747
- export class ReactionInvalid extends ErrorWithCall {
762
+ export class ReactionInvalid extends TelegramError {
748
763
  }
749
- export class ReflectorNotAvailable extends ErrorWithCall {
764
+ export class ReflectorNotAvailable extends TelegramError {
750
765
  }
751
- export class RegIdGenerateFailed extends ErrorWithCall {
766
+ export class RegIdGenerateFailed extends TelegramError {
752
767
  }
753
- export class ReplyMarkupBuyEmpty extends ErrorWithCall {
768
+ export class ReplyMarkupBuyEmpty extends TelegramError {
754
769
  }
755
- export class ReplyMarkupGameEmpty extends ErrorWithCall {
770
+ export class ReplyMarkupGameEmpty extends TelegramError {
756
771
  }
757
- export class ReplyMarkupInvalid extends ErrorWithCall {
772
+ export class ReplyMarkupInvalid extends TelegramError {
758
773
  }
759
- export class ReplyMarkupTooLong extends ErrorWithCall {
774
+ export class ReplyMarkupTooLong extends TelegramError {
760
775
  }
761
- export class ResetRequestMissing extends ErrorWithCall {
776
+ export class ResetRequestMissing extends TelegramError {
762
777
  }
763
- export class ResultsTooMuch extends ErrorWithCall {
778
+ export class ResultsTooMuch extends TelegramError {
764
779
  }
765
- export class ResultIdDuplicate extends ErrorWithCall {
780
+ export class ResultIdDuplicate extends TelegramError {
766
781
  }
767
- export class ResultIdEmpty extends ErrorWithCall {
782
+ export class ResultIdEmpty extends TelegramError {
768
783
  }
769
- export class ResultIdInvalid extends ErrorWithCall {
784
+ export class ResultIdInvalid extends TelegramError {
770
785
  }
771
- export class ResultTypeInvalid extends ErrorWithCall {
786
+ export class ResultTypeInvalid extends TelegramError {
772
787
  }
773
- export class RevoteNotAllowed extends ErrorWithCall {
788
+ export class RevoteNotAllowed extends TelegramError {
774
789
  }
775
- export class RightsNotModified extends ErrorWithCall {
790
+ export class RightsNotModified extends TelegramError {
776
791
  }
777
- export class RightForbidden extends ErrorWithCall {
792
+ export class RightForbidden extends TelegramError {
778
793
  }
779
- export class RpcCallFail extends ErrorWithCall {
794
+ export class RpcCallFail extends TelegramError {
780
795
  }
781
- export class RpcMcgetFail extends ErrorWithCall {
796
+ export class RpcMcgetFail extends TelegramError {
782
797
  }
783
- export class RsaDecryptFailed extends ErrorWithCall {
798
+ export class RsaDecryptFailed extends TelegramError {
784
799
  }
785
- export class ScheduleBotNotAllowed extends ErrorWithCall {
800
+ export class ScheduleBotNotAllowed extends TelegramError {
786
801
  }
787
- export class ScheduleDateInvalid extends ErrorWithCall {
802
+ export class ScheduleDateInvalid extends TelegramError {
788
803
  }
789
- export class ScheduleDateTooLate extends ErrorWithCall {
804
+ export class ScheduleDateTooLate extends TelegramError {
790
805
  }
791
- export class ScheduleStatusPrivate extends ErrorWithCall {
806
+ export class ScheduleStatusPrivate extends TelegramError {
792
807
  }
793
- export class ScheduleTooMuch extends ErrorWithCall {
808
+ export class ScheduleTooMuch extends TelegramError {
794
809
  }
795
- export class ScoreInvalid extends ErrorWithCall {
810
+ export class ScoreInvalid extends TelegramError {
796
811
  }
797
- export class SearchQueryEmpty extends ErrorWithCall {
812
+ export class SearchQueryEmpty extends TelegramError {
798
813
  }
799
- export class SearchWithLinkNotSupported extends ErrorWithCall {
814
+ export class SearchWithLinkNotSupported extends TelegramError {
800
815
  }
801
- export class SecondsInvalid extends ErrorWithCall {
816
+ export class SecondsInvalid extends TelegramError {
802
817
  }
803
- export class SendAsPeerInvalid extends ErrorWithCall {
818
+ export class SendAsPeerInvalid extends TelegramError {
804
819
  }
805
- export class SendCodeUnavailable extends ErrorWithCall {
820
+ export class SendCodeUnavailable extends TelegramError {
806
821
  }
807
- export class SendMessageMediaInvalid extends ErrorWithCall {
822
+ export class SendMessageMediaInvalid extends TelegramError {
808
823
  }
809
- export class SendMessageTypeInvalid extends ErrorWithCall {
824
+ export class SendMessageTypeInvalid extends TelegramError {
810
825
  }
811
- export class SensitiveChangeForbidden extends ErrorWithCall {
826
+ export class SensitiveChangeForbidden extends TelegramError {
812
827
  }
813
- export class SessionExpired extends ErrorWithCall {
828
+ export class SessionExpired extends TelegramError {
814
829
  }
815
- export class SessionPasswordNeeded extends ErrorWithCall {
830
+ export class SessionPasswordNeeded extends TelegramError {
816
831
  }
817
- export class SessionRevoked extends ErrorWithCall {
832
+ export class SessionRevoked extends TelegramError {
818
833
  }
819
- export class SettingsInvalid extends ErrorWithCall {
834
+ export class SettingsInvalid extends TelegramError {
820
835
  }
821
- export class Sha256HashInvalid extends ErrorWithCall {
836
+ export class Sha256HashInvalid extends TelegramError {
822
837
  }
823
- export class ShortnameOccupyFailed extends ErrorWithCall {
838
+ export class ShortnameOccupyFailed extends TelegramError {
824
839
  }
825
- export class ShortNameInvalid extends ErrorWithCall {
840
+ export class ShortNameInvalid extends TelegramError {
826
841
  }
827
- export class ShortNameOccupied extends ErrorWithCall {
842
+ export class ShortNameOccupied extends TelegramError {
828
843
  }
829
- export class SignInFailed extends ErrorWithCall {
844
+ export class SignInFailed extends TelegramError {
830
845
  }
831
- export class SlowmodeMultiMsgsDisabled extends ErrorWithCall {
846
+ export class SlowmodeMultiMsgsDisabled extends TelegramError {
832
847
  }
833
- export class SmsCodeCreateFailed extends ErrorWithCall {
848
+ export class SmsCodeCreateFailed extends TelegramError {
834
849
  }
835
- export class SrpIdInvalid extends ErrorWithCall {
850
+ export class SrpIdInvalid extends TelegramError {
836
851
  }
837
- export class SrpPasswordChanged extends ErrorWithCall {
852
+ export class SrpPasswordChanged extends TelegramError {
838
853
  }
839
- export class StartParamEmpty extends ErrorWithCall {
854
+ export class StartParamEmpty extends TelegramError {
840
855
  }
841
- export class StartParamInvalid extends ErrorWithCall {
856
+ export class StartParamInvalid extends TelegramError {
842
857
  }
843
- export class StartParamTooLong extends ErrorWithCall {
858
+ export class StartParamTooLong extends TelegramError {
844
859
  }
845
- export class StickerpackStickersTooMuch extends ErrorWithCall {
860
+ export class StickerpackStickersTooMuch extends TelegramError {
846
861
  }
847
- export class StickersetInvalid extends ErrorWithCall {
862
+ export class StickersetInvalid extends TelegramError {
848
863
  }
849
- export class StickersetOwnerAnonymous extends ErrorWithCall {
864
+ export class StickersetOwnerAnonymous extends TelegramError {
850
865
  }
851
- export class StickersEmpty extends ErrorWithCall {
866
+ export class StickersEmpty extends TelegramError {
852
867
  }
853
- export class StickersTooMuch extends ErrorWithCall {
868
+ export class StickersTooMuch extends TelegramError {
854
869
  }
855
- export class StickerDocumentInvalid extends ErrorWithCall {
870
+ export class StickerDocumentInvalid extends TelegramError {
856
871
  }
857
- export class StickerEmojiInvalid extends ErrorWithCall {
872
+ export class StickerEmojiInvalid extends TelegramError {
858
873
  }
859
- export class StickerFileInvalid extends ErrorWithCall {
874
+ export class StickerFileInvalid extends TelegramError {
860
875
  }
861
- export class StickerGifDimensions extends ErrorWithCall {
876
+ export class StickerGifDimensions extends TelegramError {
862
877
  }
863
- export class StickerIdInvalid extends ErrorWithCall {
878
+ export class StickerIdInvalid extends TelegramError {
864
879
  }
865
- export class StickerInvalid extends ErrorWithCall {
880
+ export class StickerInvalid extends TelegramError {
866
881
  }
867
- export class StickerMimeInvalid extends ErrorWithCall {
882
+ export class StickerMimeInvalid extends TelegramError {
868
883
  }
869
- export class StickerPngDimensions extends ErrorWithCall {
884
+ export class StickerPngDimensions extends TelegramError {
870
885
  }
871
- export class StickerPngNopng extends ErrorWithCall {
886
+ export class StickerPngNopng extends TelegramError {
872
887
  }
873
- export class StickerTgsNodoc extends ErrorWithCall {
888
+ export class StickerTgsNodoc extends TelegramError {
874
889
  }
875
- export class StickerTgsNotgs extends ErrorWithCall {
890
+ export class StickerTgsNotgs extends TelegramError {
876
891
  }
877
- export class StickerThumbPngNopng extends ErrorWithCall {
892
+ export class StickerThumbPngNopng extends TelegramError {
878
893
  }
879
- export class StickerThumbTgsNotgs extends ErrorWithCall {
894
+ export class StickerThumbTgsNotgs extends TelegramError {
880
895
  }
881
- export class StickerVideoBig extends ErrorWithCall {
896
+ export class StickerVideoBig extends TelegramError {
882
897
  }
883
- export class StickerVideoNodoc extends ErrorWithCall {
898
+ export class StickerVideoNodoc extends TelegramError {
884
899
  }
885
- export class StickerVideoNowebm extends ErrorWithCall {
900
+ export class StickerVideoNowebm extends TelegramError {
886
901
  }
887
- export class StorageCheckFailed extends ErrorWithCall {
902
+ export class StorageCheckFailed extends TelegramError {
888
903
  }
889
- export class StoreInvalidScalarType extends ErrorWithCall {
904
+ export class StoreInvalidScalarType extends TelegramError {
890
905
  }
891
- export class SwitchPmTextEmpty extends ErrorWithCall {
906
+ export class SwitchPmTextEmpty extends TelegramError {
892
907
  }
893
- export class TakeoutInvalid extends ErrorWithCall {
908
+ export class TakeoutInvalid extends TelegramError {
894
909
  }
895
- export class TakeoutRequired extends ErrorWithCall {
910
+ export class TakeoutRequired extends TelegramError {
896
911
  }
897
- export class TempAuthKeyAlreadyBound extends ErrorWithCall {
912
+ export class TempAuthKeyAlreadyBound extends TelegramError {
898
913
  }
899
- export class TempAuthKeyEmpty extends ErrorWithCall {
914
+ export class TempAuthKeyEmpty extends TelegramError {
900
915
  }
901
- export class ThemeFileInvalid extends ErrorWithCall {
916
+ export class ThemeFileInvalid extends TelegramError {
902
917
  }
903
- export class ThemeFormatInvalid extends ErrorWithCall {
918
+ export class ThemeFormatInvalid extends TelegramError {
904
919
  }
905
- export class ThemeInvalid extends ErrorWithCall {
920
+ export class ThemeInvalid extends TelegramError {
906
921
  }
907
- export class ThemeMimeInvalid extends ErrorWithCall {
922
+ export class ThemeMimeInvalid extends TelegramError {
908
923
  }
909
- export class ThemeTitleInvalid extends ErrorWithCall {
924
+ export class ThemeTitleInvalid extends TelegramError {
910
925
  }
911
- export class Timeout extends ErrorWithCall {
926
+ export class Timeout extends TelegramError {
912
927
  }
913
- export class TitleInvalid extends ErrorWithCall {
928
+ export class TitleInvalid extends TelegramError {
914
929
  }
915
- export class TmpPasswordDisabled extends ErrorWithCall {
930
+ export class TmpPasswordDisabled extends TelegramError {
916
931
  }
917
- export class TmpPasswordInvalid extends ErrorWithCall {
932
+ export class TmpPasswordInvalid extends TelegramError {
918
933
  }
919
- export class TokenInvalid extends ErrorWithCall {
934
+ export class TokenInvalid extends TelegramError {
920
935
  }
921
- export class TopicDeleted extends ErrorWithCall {
936
+ export class TopicDeleted extends TelegramError {
922
937
  }
923
- export class ToLangInvalid extends ErrorWithCall {
938
+ export class ToLangInvalid extends TelegramError {
924
939
  }
925
- export class TtlDaysInvalid extends ErrorWithCall {
940
+ export class TtlDaysInvalid extends TelegramError {
926
941
  }
927
- export class TtlMediaInvalid extends ErrorWithCall {
942
+ export class TtlMediaInvalid extends TelegramError {
928
943
  }
929
- export class TtlPeriodInvalid extends ErrorWithCall {
944
+ export class TtlPeriodInvalid extends TelegramError {
930
945
  }
931
- export class TypesEmpty extends ErrorWithCall {
946
+ export class TypesEmpty extends TelegramError {
932
947
  }
933
- export class TypeConstructorInvalid extends ErrorWithCall {
948
+ export class TypeConstructorInvalid extends TelegramError {
934
949
  }
935
- export class Timedout extends ErrorWithCall {
950
+ export class Timedout extends TelegramError {
936
951
  }
937
- export class UnknownError extends ErrorWithCall {
952
+ export class UnknownError extends TelegramError {
938
953
  }
939
- export class UnknownMethod extends ErrorWithCall {
954
+ export class UnknownMethod extends TelegramError {
940
955
  }
941
- export class UntilDateInvalid extends ErrorWithCall {
956
+ export class UntilDateInvalid extends TelegramError {
942
957
  }
943
- export class UpdateAppToLogin extends ErrorWithCall {
958
+ export class UpdateAppToLogin extends TelegramError {
944
959
  }
945
- export class UrlInvalid extends ErrorWithCall {
960
+ export class UrlInvalid extends TelegramError {
946
961
  }
947
- export class UsageLimitInvalid extends ErrorWithCall {
962
+ export class UsageLimitInvalid extends TelegramError {
948
963
  }
949
- export class UsernameInvalid extends ErrorWithCall {
964
+ export class UsernameInvalid extends TelegramError {
950
965
  }
951
- export class UsernameNotModified extends ErrorWithCall {
966
+ export class UsernameNotModified extends TelegramError {
952
967
  }
953
- export class UsernameNotOccupied extends ErrorWithCall {
968
+ export class UsernameNotOccupied extends TelegramError {
954
969
  }
955
- export class UsernameOccupied extends ErrorWithCall {
970
+ export class UsernameOccupied extends TelegramError {
956
971
  }
957
- export class UsernamePurchaseAvailable extends ErrorWithCall {
972
+ export class UsernamePurchaseAvailable extends TelegramError {
958
973
  }
959
- export class UserpicPrivacyRequired extends ErrorWithCall {
974
+ export class UserpicPrivacyRequired extends TelegramError {
960
975
  }
961
- export class UserpicUploadRequired extends ErrorWithCall {
976
+ export class UserpicUploadRequired extends TelegramError {
962
977
  }
963
- export class UsersTooFew extends ErrorWithCall {
978
+ export class UsersTooFew extends TelegramError {
964
979
  }
965
- export class UsersTooMuch extends ErrorWithCall {
980
+ export class UsersTooMuch extends TelegramError {
966
981
  }
967
- export class UserAdminInvalid extends ErrorWithCall {
982
+ export class UserAdminInvalid extends TelegramError {
968
983
  }
969
- export class UserAlreadyInvited extends ErrorWithCall {
984
+ export class UserAlreadyInvited extends TelegramError {
970
985
  }
971
- export class UserAlreadyParticipant extends ErrorWithCall {
986
+ export class UserAlreadyParticipant extends TelegramError {
972
987
  }
973
- export class UserBannedInChannel extends ErrorWithCall {
988
+ export class UserBannedInChannel extends TelegramError {
974
989
  }
975
- export class UserBlocked extends ErrorWithCall {
990
+ export class UserBlocked extends TelegramError {
976
991
  }
977
- export class UserBot extends ErrorWithCall {
992
+ export class UserBot extends TelegramError {
978
993
  }
979
- export class UserBotInvalid extends ErrorWithCall {
994
+ export class UserBotInvalid extends TelegramError {
980
995
  }
981
- export class UserBotRequired extends ErrorWithCall {
996
+ export class UserBotRequired extends TelegramError {
982
997
  }
983
- export class UserChannelsTooMuch extends ErrorWithCall {
998
+ export class UserChannelsTooMuch extends TelegramError {
984
999
  }
985
- export class UserCreator extends ErrorWithCall {
1000
+ export class UserCreator extends TelegramError {
986
1001
  }
987
- export class UserDeactivated extends ErrorWithCall {
1002
+ export class UserDeactivated extends TelegramError {
988
1003
  }
989
- export class UserDeactivatedBan extends ErrorWithCall {
1004
+ export class UserDeactivatedBan extends TelegramError {
990
1005
  }
991
- export class UserDeleted extends ErrorWithCall {
1006
+ export class UserDeleted extends TelegramError {
992
1007
  }
993
- export class UserIdInvalid extends ErrorWithCall {
1008
+ export class UserIdInvalid extends TelegramError {
994
1009
  }
995
- export class UserInvalid extends ErrorWithCall {
1010
+ export class UserInvalid extends TelegramError {
996
1011
  }
997
- export class UserIsBlocked extends ErrorWithCall {
1012
+ export class UserIsBlocked extends TelegramError {
998
1013
  }
999
- export class UserIsBot extends ErrorWithCall {
1014
+ export class UserIsBot extends TelegramError {
1000
1015
  }
1001
- export class UserKicked extends ErrorWithCall {
1016
+ export class UserKicked extends TelegramError {
1002
1017
  }
1003
- export class UserNotMutualContact extends ErrorWithCall {
1018
+ export class UserNotMutualContact extends TelegramError {
1004
1019
  }
1005
- export class UserNotParticipant extends ErrorWithCall {
1020
+ export class UserNotParticipant extends TelegramError {
1006
1021
  }
1007
- export class UserPrivacyRestricted extends ErrorWithCall {
1022
+ export class UserPrivacyRestricted extends TelegramError {
1008
1023
  }
1009
- export class UserRestricted extends ErrorWithCall {
1024
+ export class UserRestricted extends TelegramError {
1010
1025
  }
1011
- export class UserVolumeInvalid extends ErrorWithCall {
1026
+ export class UserVolumeInvalid extends TelegramError {
1012
1027
  }
1013
- export class VideoContentTypeInvalid extends ErrorWithCall {
1028
+ export class VideoContentTypeInvalid extends TelegramError {
1014
1029
  }
1015
- export class VideoFileInvalid extends ErrorWithCall {
1030
+ export class VideoFileInvalid extends TelegramError {
1016
1031
  }
1017
- export class VideoTitleEmpty extends ErrorWithCall {
1032
+ export class VideoTitleEmpty extends TelegramError {
1018
1033
  }
1019
- export class VoiceMessagesForbidden extends ErrorWithCall {
1034
+ export class VoiceMessagesForbidden extends TelegramError {
1020
1035
  }
1021
- export class WallpaperFileInvalid extends ErrorWithCall {
1036
+ export class WallpaperFileInvalid extends TelegramError {
1022
1037
  }
1023
- export class WallpaperInvalid extends ErrorWithCall {
1038
+ export class WallpaperInvalid extends TelegramError {
1024
1039
  }
1025
- export class WallpaperMimeInvalid extends ErrorWithCall {
1040
+ export class WallpaperMimeInvalid extends TelegramError {
1026
1041
  }
1027
- export class WcConvertUrlInvalid extends ErrorWithCall {
1042
+ export class WcConvertUrlInvalid extends TelegramError {
1028
1043
  }
1029
- export class WebdocumentInvalid extends ErrorWithCall {
1044
+ export class WebdocumentInvalid extends TelegramError {
1030
1045
  }
1031
- export class WebdocumentMimeInvalid extends ErrorWithCall {
1046
+ export class WebdocumentMimeInvalid extends TelegramError {
1032
1047
  }
1033
- export class WebdocumentSizeTooBig extends ErrorWithCall {
1048
+ export class WebdocumentSizeTooBig extends TelegramError {
1034
1049
  }
1035
- export class WebdocumentUrlInvalid extends ErrorWithCall {
1050
+ export class WebdocumentUrlInvalid extends TelegramError {
1036
1051
  }
1037
- export class WebpageCurlFailed extends ErrorWithCall {
1052
+ export class WebpageCurlFailed extends TelegramError {
1038
1053
  }
1039
- export class WebpageMediaEmpty extends ErrorWithCall {
1054
+ export class WebpageMediaEmpty extends TelegramError {
1040
1055
  }
1041
- export class WebpushAuthInvalid extends ErrorWithCall {
1056
+ export class WebpushAuthInvalid extends TelegramError {
1042
1057
  }
1043
- export class WebpushKeyInvalid extends ErrorWithCall {
1058
+ export class WebpushKeyInvalid extends TelegramError {
1044
1059
  }
1045
- export class WebpushTokenInvalid extends ErrorWithCall {
1060
+ export class WebpushTokenInvalid extends TelegramError {
1046
1061
  }
1047
- export class WorkerBusyTooLongRetry extends ErrorWithCall {
1062
+ export class WorkerBusyTooLongRetry extends TelegramError {
1048
1063
  }
1049
- export class YouBlockedUser extends ErrorWithCall {
1064
+ export class YouBlockedUser extends TelegramError {
1050
1065
  }
1051
1066
  export const map = {
1052
1067
  ABOUT_TOO_LONG: AboutTooLong,