@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
@@ -0,0 +1,32 @@
1
+ /**
2
+ * MTKruto - Cross-runtime JavaScript library for building Telegram clients
3
+ * Copyright (C) 2023-2024 Roj <https://roj.im/>
4
+ *
5
+ * This file is part of MTKruto.
6
+ *
7
+ * This program is free software: you can redistribute it and/or modify
8
+ * it under the terms of the GNU Lesser General Public License as published by
9
+ * the Free Software Foundation, either version 3 of the License, or
10
+ * (at your option) any later version.
11
+ *
12
+ * This program is distributed in the hope that it will be useful,
13
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ * GNU Lesser General Public License for more details.
16
+ *
17
+ * You should have received a copy of the GNU Lesser General Public License
18
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
19
+ */
20
+ import { AnyType, Enums, Functions, Types } from "./0_api.js";
21
+ export declare function isOptionalParam(ntype: string): boolean;
22
+ export declare function analyzeOptionalParam(ntype: string): {
23
+ flagField: string;
24
+ bitIndex: number;
25
+ };
26
+ export declare function isValidType(object: any): object is AnyType;
27
+ export declare function assertIsValidType(object: any): void;
28
+ export declare function is<S extends keyof (Types & Functions)>(typeName: S, value: unknown): value is S extends keyof Types ? Types[S] : S extends keyof Functions ? Functions[S] : never;
29
+ export declare function isOneOf<S extends keyof (Types & Functions)>(typeNames: S[], value: unknown): value is S extends keyof Types ? Types[S] : S extends keyof Functions ? Functions[S] : never;
30
+ export declare function isOfEnum<S extends keyof Enums>(enumName: S, value: unknown): value is Enums[S];
31
+ export declare function as<S extends keyof Types>(typeName: S, value: unknown): Types[S];
32
+ //# sourceMappingURL=1_utilities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1_utilities.d.ts","sourceRoot":"","sources":["../../src/tl/1_utilities.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAoB,KAAK,EAAE,MAAM,YAAY,CAAC;AAEhF,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAEtD;AACD,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAY3F;AAED,wBAAgB,WAAW,CAAC,MAAM,EAAE,GAAG,GAAG,MAAM,IAAI,OAAO,CAE1D;AACD,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,GAAG,QAI5C;AAED,wBAAgB,EAAE,CAAC,CAAC,SAAS,MAAM,CAAC,KAAK,GAAG,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,CAAC,SAAS,MAAM,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,SAAS,GAAG,SAAS,CAAC,CAAC,CAAC,GAAG,KAAK,CAMjL;AACD,wBAAgB,OAAO,CAAC,CAAC,SAAS,MAAM,CAAC,KAAK,GAAG,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,EAAE,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,CAAC,SAAS,MAAM,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,SAAS,GAAG,SAAS,CAAC,CAAC,CAAC,GAAG,KAAK,CAEzL;AACD,wBAAgB,QAAQ,CAAC,CAAC,SAAS,MAAM,KAAK,EAAE,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,KAAK,CAAC,CAAC,CAAC,CAE9F;AACD,wBAAgB,EAAE,CAAC,CAAC,SAAS,MAAM,KAAK,EAAE,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,GAAG,KAAK,CAAC,CAAC,CAAC,CAM/E"}
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ /**
3
+ * MTKruto - Cross-runtime JavaScript library for building Telegram clients
4
+ * Copyright (C) 2023-2024 Roj <https://roj.im/>
5
+ *
6
+ * This file is part of MTKruto.
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Lesser General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Lesser General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Lesser General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ // deno-lint-ignore-file no-explicit-any
22
+ Object.defineProperty(exports, "__esModule", { value: true });
23
+ exports.as = exports.isOfEnum = exports.isOneOf = exports.is = exports.assertIsValidType = exports.isValidType = exports.analyzeOptionalParam = exports.isOptionalParam = void 0;
24
+ const _0_deps_js_1 = require("../0_deps.js");
25
+ const _0_api_js_1 = require("./0_api.js");
26
+ function isOptionalParam(ntype) {
27
+ return ntype.includes("?");
28
+ }
29
+ exports.isOptionalParam = isOptionalParam;
30
+ function analyzeOptionalParam(ntype) {
31
+ if (!isOptionalParam(ntype)) {
32
+ throw new Error("Parameter not optional");
33
+ }
34
+ const flagField = ntype.split(".")[0];
35
+ (0, _0_deps_js_1.assertEquals)(typeof flagField, "string");
36
+ const bitIndex = Number(ntype.split("?")[0].split(".")[1]);
37
+ (0, _0_deps_js_1.assertFalse)(isNaN(bitIndex));
38
+ return { flagField, bitIndex };
39
+ }
40
+ exports.analyzeOptionalParam = analyzeOptionalParam;
41
+ function isValidType(object) {
42
+ return object != null && typeof object === "object" && typeof object._ === "string" && (0, _0_api_js_1.getType)(object._) !== undefined;
43
+ }
44
+ exports.isValidType = isValidType;
45
+ function assertIsValidType(object) {
46
+ if (!isValidType(object)) {
47
+ throw new Error("Invalid object");
48
+ }
49
+ }
50
+ exports.assertIsValidType = assertIsValidType;
51
+ function is(typeName, value) {
52
+ if (!isValidType(value)) {
53
+ return false;
54
+ }
55
+ else {
56
+ return value._ === typeName;
57
+ }
58
+ }
59
+ exports.is = is;
60
+ function isOneOf(typeNames, value) {
61
+ return typeNames.some((v) => is(v, value));
62
+ }
63
+ exports.isOneOf = isOneOf;
64
+ function isOfEnum(enumName, value) {
65
+ return isOneOf((0, _0_api_js_1.getEnum)(enumName) ?? [], value);
66
+ }
67
+ exports.isOfEnum = isOfEnum;
68
+ function as(typeName, value) {
69
+ if (is(typeName, value)) {
70
+ return value;
71
+ }
72
+ else {
73
+ (0, _0_deps_js_1.unreachable)();
74
+ }
75
+ }
76
+ exports.as = as;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1_utilities_test.d.ts","sourceRoot":"","sources":["../../src/tl/1_utilities_test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * MTKruto - Cross-runtime JavaScript library for building Telegram clients
3
+ * Copyright (C) 2023-2024 Roj <https://roj.im/>
4
+ *
5
+ * This file is part of MTKruto.
6
+ *
7
+ * This program is free software: you can redistribute it and/or modify
8
+ * it under the terms of the GNU Lesser General Public License as published by
9
+ * the Free Software Foundation, either version 3 of the License, or
10
+ * (at your option) any later version.
11
+ *
12
+ * This program is distributed in the hope that it will be useful,
13
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ * GNU Lesser General Public License for more details.
16
+ *
17
+ * You should have received a copy of the GNU Lesser General Public License
18
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
19
+ */
20
+ import { TLRawReader } from "./0_tl_raw_reader.js";
21
+ import { AnyType } from "./0_api.js";
22
+ export declare function deserialize(reader: TLRawReader, paramDesc: [string, unknown, string][], name: string): AnyType;
23
+ //# sourceMappingURL=2_deserialize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"2_deserialize.d.ts","sourceRoot":"","sources":["../../src/tl/2_deserialize.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAAE,OAAO,EAA+B,MAAM,YAAY,CAAC;AA+ClE,wBAAgB,WAAW,CACzB,MAAM,EAAE,WAAW,EACnB,SAAS,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,EACtC,IAAI,EAAE,MAAM,GACX,OAAO,CAqCT"}
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+ /**
3
+ * MTKruto - Cross-runtime JavaScript library for building Telegram clients
4
+ * Copyright (C) 2023-2024 Roj <https://roj.im/>
5
+ *
6
+ * This file is part of MTKruto.
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Lesser General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Lesser General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Lesser General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ // deno-lint-ignore-file no-explicit-any
22
+ Object.defineProperty(exports, "__esModule", { value: true });
23
+ exports.deserialize = void 0;
24
+ const _0_deps_js_1 = require("../0_deps.js");
25
+ const _1_utilities_js_1 = require("./1_utilities.js");
26
+ const _0_api_js_1 = require("./0_api.js");
27
+ function deserializeSingleParam(reader, type, ntype) {
28
+ if (type == Uint8Array) {
29
+ return reader.readBytes();
30
+ }
31
+ else {
32
+ switch (type) {
33
+ case "bigint":
34
+ if (ntype == "int128") {
35
+ return reader.readInt128();
36
+ }
37
+ else if (ntype === "int256") {
38
+ return reader.readInt256();
39
+ }
40
+ else {
41
+ return reader.readInt64();
42
+ }
43
+ case "boolean":
44
+ return reader.readInt32(false) == 0x997275B5;
45
+ case "number":
46
+ if (ntype == "double") {
47
+ return reader.readDouble();
48
+ }
49
+ else {
50
+ return reader.readInt32();
51
+ }
52
+ case "string":
53
+ return reader.readString();
54
+ case "true":
55
+ return true;
56
+ default: {
57
+ const cid = reader.readInt32(false);
58
+ const name = (0, _0_api_js_1.getTypeName)(cid);
59
+ if (!name) {
60
+ throw new Error(`Constructor with ID 0x${cid.toString(16).toUpperCase()} not found`);
61
+ }
62
+ return deserialize(reader, (0, _0_api_js_1.getType)(name)[1], name);
63
+ }
64
+ }
65
+ }
66
+ }
67
+ function deserialize(reader, paramDesc, name) {
68
+ const type_ = { _: name };
69
+ const flagFields = {};
70
+ for (const [name, type, ntype] of paramDesc) {
71
+ if ((0, _1_utilities_js_1.isOptionalParam)(ntype)) {
72
+ const { flagField, bitIndex } = (0, _1_utilities_js_1.analyzeOptionalParam)(ntype);
73
+ const bits = flagFields[flagField];
74
+ if ((bits & (1 << bitIndex)) == 0) {
75
+ continue;
76
+ }
77
+ }
78
+ if (type == _0_api_js_1.flags && ntype == "#") {
79
+ flagFields[name] = reader.readInt32();
80
+ continue;
81
+ }
82
+ if (type instanceof Array) {
83
+ (0, _0_deps_js_1.assertEquals)(reader.readInt32(false), 0x1CB5C415);
84
+ const count = reader.readInt32();
85
+ const items = new Array();
86
+ for (let i = 0; i < count; i++) {
87
+ items.push(deserializeSingleParam(reader, type[0], ntype));
88
+ }
89
+ type_[name] = items;
90
+ continue;
91
+ }
92
+ const value = deserializeSingleParam(reader, type, ntype);
93
+ if (typeof value !== "boolean" || value) {
94
+ type_[name] = value;
95
+ }
96
+ }
97
+ return type_;
98
+ }
99
+ exports.deserialize = deserialize;
@@ -0,0 +1,22 @@
1
+ /**
2
+ * MTKruto - Cross-runtime JavaScript library for building Telegram clients
3
+ * Copyright (C) 2023-2024 Roj <https://roj.im/>
4
+ *
5
+ * This file is part of MTKruto.
6
+ *
7
+ * This program is free software: you can redistribute it and/or modify
8
+ * it under the terms of the GNU Lesser General Public License as published by
9
+ * the Free Software Foundation, either version 3 of the License, or
10
+ * (at your option) any later version.
11
+ *
12
+ * This program is distributed in the hope that it will be useful,
13
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ * GNU Lesser General Public License for more details.
16
+ *
17
+ * You should have received a copy of the GNU Lesser General Public License
18
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
19
+ */
20
+ import { AnyObject } from "./0_api.js";
21
+ export declare function serialize(type_: AnyObject): Uint8Array;
22
+ //# sourceMappingURL=2_serialize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"2_serialize.d.ts","sourceRoot":"","sources":["../../src/tl/2_serialize.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,SAAS,EAAkB,MAAM,YAAY,CAAC;AA2FvD,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,GAAG,UAAU,CA0DtD"}
@@ -0,0 +1,164 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.serialize = void 0;
4
+ /**
5
+ * MTKruto - Cross-runtime JavaScript library for building Telegram clients
6
+ * Copyright (C) 2023-2024 Roj <https://roj.im/>
7
+ *
8
+ * This file is part of MTKruto.
9
+ *
10
+ * This program is free software: you can redistribute it and/or modify
11
+ * it under the terms of the GNU Lesser General Public License as published by
12
+ * the Free Software Foundation, either version 3 of the License, or
13
+ * (at your option) any later version.
14
+ *
15
+ * This program is distributed in the hope that it will be useful,
16
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
+ * GNU Lesser General Public License for more details.
19
+ *
20
+ * You should have received a copy of the GNU Lesser General Public License
21
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
22
+ */
23
+ // deno-lint-ignore-file no-explicit-any
24
+ const _0_api_js_1 = require("./0_api.js");
25
+ const _0_tl_raw_writer_js_1 = require("./0_tl_raw_writer.js");
26
+ const _1_utilities_js_1 = require("./1_utilities.js");
27
+ function serializeSingleParam(writer, value, type, ntype, debugInfo) {
28
+ const valueRepr = value == null ? null : (typeof value === "object" && "_" in value) ? value._ : value.constructor.name;
29
+ if (type == Uint8Array) {
30
+ if ((value instanceof Uint8Array)) {
31
+ writer.writeBytes(value);
32
+ return writer.buffer;
33
+ }
34
+ else {
35
+ throw new TypeError(`Expected Uint8Array but received ${valueRepr} ${debugInfo}`);
36
+ }
37
+ }
38
+ switch (type) {
39
+ case "bigint":
40
+ if (typeof value === "bigint") {
41
+ if (ntype == "int128") {
42
+ writer.writeInt128(value);
43
+ }
44
+ else if (ntype === "int256") {
45
+ writer.writeInt256(value);
46
+ }
47
+ else {
48
+ writer.writeInt64(value);
49
+ }
50
+ }
51
+ else {
52
+ throw new TypeError(`Expected bigint but received ${valueRepr} ${debugInfo}`);
53
+ }
54
+ break;
55
+ case "boolean":
56
+ if (typeof value === "boolean") {
57
+ if (value) {
58
+ writer.writeInt32(0x997275B5);
59
+ }
60
+ else {
61
+ writer.writeInt32(0xBC799737);
62
+ }
63
+ }
64
+ else {
65
+ throw new TypeError(`Expected boolean but received ${valueRepr} ${debugInfo}`);
66
+ }
67
+ break;
68
+ case "number":
69
+ //
70
+ if (value == null) {
71
+ value = 0;
72
+ }
73
+ //
74
+ if (typeof value === "number") {
75
+ if (ntype == "double") {
76
+ writer.writeDouble(value);
77
+ }
78
+ else {
79
+ writer.writeInt32(value);
80
+ }
81
+ }
82
+ else {
83
+ throw new TypeError(`Expected number but received ${valueRepr} ${debugInfo}`);
84
+ }
85
+ break;
86
+ case "string":
87
+ if (typeof value === "string") {
88
+ writer.writeString(value);
89
+ }
90
+ else if (value instanceof Uint8Array) {
91
+ writer.writeBytes(value);
92
+ }
93
+ else {
94
+ writer.writeString("");
95
+ }
96
+ // else {
97
+ // throw new TypeError(`Expected string or Uint8Array but received ${valueRepr}`);
98
+ // }
99
+ break;
100
+ case "true":
101
+ if (value !== true) {
102
+ throw new TypeError(`Expected true but received ${valueRepr} ${debugInfo}`);
103
+ }
104
+ break;
105
+ default:
106
+ // null = !X (generic)
107
+ if (type != null && typeof type !== "string") {
108
+ throw new TypeError(`Unexpected type: ${type} ${debugInfo}`);
109
+ }
110
+ writer.write(serialize(value));
111
+ }
112
+ return writer.buffer;
113
+ }
114
+ function serialize(type_) {
115
+ (0, _1_utilities_js_1.assertIsValidType)(type_);
116
+ const maybeParameters = (0, _0_api_js_1.getType)(type_._);
117
+ if (!maybeParameters) {
118
+ throw new Error(`Unknown type: ${type_._}`);
119
+ }
120
+ const type__ = type_;
121
+ const writer = new _0_tl_raw_writer_js_1.TLRawWriter();
122
+ const [id, parameters_] = maybeParameters;
123
+ writer.writeInt32(id, false);
124
+ for (const [i, [name, type, ntype]] of parameters_.entries()) {
125
+ if ((0, _1_utilities_js_1.isOptionalParam)(ntype) && type__[name] === undefined) {
126
+ continue;
127
+ }
128
+ const debugInfo = `[0x${id.toString(16).toUpperCase()}::${i}]`;
129
+ if (type == _0_api_js_1.flags) {
130
+ let flags = 0;
131
+ const flagField_ = name;
132
+ for (const [name, _, ntype] of parameters_) {
133
+ if ((0, _1_utilities_js_1.isOptionalParam)(ntype)) {
134
+ const { flagField, bitIndex } = (0, _1_utilities_js_1.analyzeOptionalParam)(ntype);
135
+ if (flagField == flagField_) {
136
+ if (type__[name] !== undefined) {
137
+ flags |= 1 << bitIndex;
138
+ }
139
+ }
140
+ }
141
+ }
142
+ writer.writeInt32(flags);
143
+ continue;
144
+ }
145
+ if (type__[name] === undefined && !(0, _1_utilities_js_1.isOptionalParam)(ntype)) {
146
+ throw new Error(`Missing required parameter: ${name}`);
147
+ }
148
+ if (type instanceof Array) {
149
+ const itemsType = type[0];
150
+ if (!Array.isArray(type__[name])) {
151
+ throw new TypeError("Expected array");
152
+ }
153
+ writer.writeInt32(0x1CB5C415); // vector constructor
154
+ writer.writeInt32(type__[name].length);
155
+ for (const item of type__[name]) {
156
+ serializeSingleParam(writer, item, itemsType, ntype, debugInfo);
157
+ }
158
+ continue;
159
+ }
160
+ serializeSingleParam(writer, type__[name], type, ntype, debugInfo);
161
+ }
162
+ return writer.buffer;
163
+ }
164
+ exports.serialize = serialize;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"2_serialize_test.d.ts","sourceRoot":"","sources":["../../src/tl/2_serialize_test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * MTKruto - Cross-runtime JavaScript library for building Telegram clients
3
+ * Copyright (C) 2023-2024 Roj <https://roj.im/>
4
+ *
5
+ * This file is part of MTKruto.
6
+ *
7
+ * This program is free software: you can redistribute it and/or modify
8
+ * it under the terms of the GNU Lesser General Public License as published by
9
+ * the Free Software Foundation, either version 3 of the License, or
10
+ * (at your option) any later version.
11
+ *
12
+ * This program is distributed in the hope that it will be useful,
13
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ * GNU Lesser General Public License for more details.
16
+ *
17
+ * You should have received a copy of the GNU Lesser General Public License
18
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
19
+ */
20
+ import { TLRawReader } from "./0_tl_raw_reader.js";
21
+ import { AnyObject } from "./0_api.js";
22
+ export type ReadObject = boolean | AnyObject | Array<ReadObject>;
23
+ export declare class TLReader extends TLRawReader {
24
+ readObject(id?: number): ReadObject;
25
+ }
26
+ //# sourceMappingURL=3_tl_reader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"3_tl_reader.d.ts","sourceRoot":"","sources":["../../src/tl/3_tl_reader.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAW,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAwB,MAAM,YAAY,CAAC;AAG7D,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC;AAEjE,qBAAa,QAAS,SAAQ,WAAW;IACvC,UAAU,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,UAAU;CAsBpC"}
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ /**
3
+ * MTKruto - Cross-runtime JavaScript library for building Telegram clients
4
+ * Copyright (C) 2023-2024 Roj <https://roj.im/>
5
+ *
6
+ * This file is part of MTKruto.
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Lesser General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Lesser General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Lesser General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ // deno-lint-ignore-file no-explicit-any
22
+ Object.defineProperty(exports, "__esModule", { value: true });
23
+ exports.TLReader = void 0;
24
+ const _0_tl_raw_reader_js_1 = require("./0_tl_raw_reader.js");
25
+ const _0_api_js_1 = require("./0_api.js");
26
+ const _2_deserialize_js_1 = require("./2_deserialize.js");
27
+ class TLReader extends _0_tl_raw_reader_js_1.TLRawReader {
28
+ readObject(id) {
29
+ if (!id) {
30
+ id = this.readInt32(false);
31
+ }
32
+ if (id == 0x1CB5C415) {
33
+ const count = this.readInt32();
34
+ const items = new Array();
35
+ for (let i = 0; i < count; i++) {
36
+ items.push(this.readObject());
37
+ }
38
+ return items;
39
+ }
40
+ else if (id == 0x997275b5) {
41
+ return true;
42
+ }
43
+ else if (id == 0xbc799737) {
44
+ return false;
45
+ }
46
+ const constructor = (0, _0_api_js_1.getTypeName)(id);
47
+ if (constructor) {
48
+ return (0, _2_deserialize_js_1.deserialize)(this, (0, _0_api_js_1.getType)(constructor)[1], constructor);
49
+ }
50
+ throw new _0_tl_raw_reader_js_1.TLError(`Unknown constructor ${id.toString(16)}`);
51
+ }
52
+ }
53
+ exports.TLReader = TLReader;
@@ -17,18 +17,18 @@
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 { enums, types } from "./2_types.js";
20
+ import * as Api from "./0_api.js";
21
21
  export declare function getChannelChatId(channelId: bigint): number;
22
- export type AnyEntity = types.User | types.Channel | types.ChannelForbidden | types.Chat | types.ChatForbidden;
23
- export declare function peerToChatId(peer: enums.Peer | enums.InputPeer | AnyEntity | types.ChannelFull | types.UserFull | types.ChatFull | {
22
+ export type AnyEntity = Api.user | Api.channel | Api.channelForbidden | Api.chat | Api.chatForbidden;
23
+ export declare function peerToChatId(peer: Api.Peer | Api.InputPeer | AnyEntity | Api.channelFull | Api.UserFull | Api.chatFull | {
24
24
  channel_id: bigint;
25
25
  } | {
26
26
  user_id: bigint;
27
27
  } | {
28
28
  chat_id: bigint;
29
29
  }): number;
30
- export declare function chatIdToPeer(chatId: number): enums.Peer;
30
+ export declare function chatIdToPeer(chatId: number): Api.Peer;
31
31
  export declare function chatIdToPeerId(chatId: number): bigint;
32
32
  export declare function getChatIdPeerType(chatId: number): "user" | "chat" | "channel";
33
- export declare function inputPeerToPeer(inputPeer: enums.InputPeer): enums.Peer;
33
+ export declare function inputPeerToPeer(inputPeer: Api.InputPeer): Api.Peer;
34
34
  //# sourceMappingURL=3_utilities.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"3_utilities.d.ts","sourceRoot":"","sources":["../../src/tl/3_utilities.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAE5C,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAE1D;AAGD,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC,gBAAgB,GAAG,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,aAAa,CAAC;AAE/G,wBAAgB,YAAY,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,SAAS,GAAG,SAAS,GAAG,KAAK,CAAC,WAAW,GAAG,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAU9M;AAED,wBAAgB,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,KAAK,CAAC,IAAI,CAQvD;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAWrD;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAQ7E;AAED,wBAAgB,eAAe,CAAC,SAAS,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,IAAI,CAUtE"}
1
+ {"version":3,"file":"3_utilities.d.ts","sourceRoot":"","sources":["../../src/tl/3_utilities.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,KAAK,GAAG,MAAM,YAAY,CAAC;AAElC,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAE1D;AAGD,MAAM,MAAM,SAAS,GAAG,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,gBAAgB,GAAG,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,aAAa,CAAC;AAErG,wBAAgB,YAAY,CAAC,IAAI,EAAE,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,SAAS,GAAG,SAAS,GAAG,GAAG,CAAC,WAAW,GAAG,GAAG,CAAC,QAAQ,GAAG,GAAG,CAAC,QAAQ,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAUpM;AAED,wBAAgB,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,GAAG,CAAC,IAAI,CAQrD;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAWrD;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAQ7E;AAED,wBAAgB,eAAe,CAAC,SAAS,EAAE,GAAG,CAAC,SAAS,GAAG,GAAG,CAAC,IAAI,CAUlE"}
@@ -22,19 +22,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
22
22
  exports.inputPeerToPeer = exports.getChatIdPeerType = exports.chatIdToPeerId = exports.chatIdToPeer = exports.peerToChatId = exports.getChannelChatId = void 0;
23
23
  const _0_deps_js_1 = require("../0_deps.js");
24
24
  const _1_utilities_js_1 = require("../1_utilities.js");
25
- const _2_types_js_1 = require("./2_types.js");
26
25
  function getChannelChatId(channelId) {
27
26
  return _1_utilities_js_1.ZERO_CHANNEL_ID + -Number(channelId);
28
27
  }
29
28
  exports.getChannelChatId = getChannelChatId;
30
29
  function peerToChatId(peer) {
31
- if (peer instanceof _2_types_js_1.types.PeerUser || peer instanceof _2_types_js_1.types.InputPeerUser || peer instanceof _2_types_js_1.types.User || peer instanceof _2_types_js_1.types.UserFull || "user_id" in peer) {
30
+ if (("_" in peer && (peer._ == "peerUser" || peer._ == "inputPeerUser" || peer._ == "user" || peer._ == "userFull")) || "user_id" in peer) {
32
31
  return Number("id" in peer ? peer.id : peer.user_id);
33
32
  }
34
- else if (peer instanceof _2_types_js_1.types.PeerChat || peer instanceof _2_types_js_1.types.InputPeerChat || peer instanceof _2_types_js_1.types.Chat || peer instanceof _2_types_js_1.types.ChatForbidden || peer instanceof _2_types_js_1.types.ChatFull || "chat_id" in peer) {
33
+ else if (("_" in peer && (peer._ == "peerChat" || peer._ == "inputPeerChat" || peer._ == "chat" || peer._ == "chatForbidden" || peer._ == "chatFull")) || "chat_id" in peer) {
35
34
  return -Number("id" in peer ? peer.id : peer.chat_id);
36
35
  }
37
- else if (peer instanceof _2_types_js_1.types.PeerChannel || peer instanceof _2_types_js_1.types.InputPeerChannel || peer instanceof _2_types_js_1.types.Channel || peer instanceof _2_types_js_1.types.ChannelForbidden || peer instanceof _2_types_js_1.types.ChannelFull || "channel_id" in peer) {
36
+ else if (("_" in peer && (peer._ == "peerChannel" || peer._ == "inputPeerChannel" || peer._ == "channel" || peer._ == "channelForbidden" || peer._ == "channelFull")) || "channel_id" in peer) {
38
37
  return getChannelChatId("id" in peer ? peer.id : peer.channel_id);
39
38
  }
40
39
  else {
@@ -44,13 +43,13 @@ function peerToChatId(peer) {
44
43
  exports.peerToChatId = peerToChatId;
45
44
  function chatIdToPeer(chatId) {
46
45
  if (chatId > 0) {
47
- return new _2_types_js_1.types.PeerUser({ user_id: BigInt(chatId) });
46
+ return { _: "peerUser", user_id: BigInt(chatId) };
48
47
  }
49
48
  else if (chatId > _1_utilities_js_1.ZERO_CHANNEL_ID) {
50
- return new _2_types_js_1.types.PeerChat({ chat_id: BigInt(Math.abs(chatId)) });
49
+ return { _: "peerChat", chat_id: BigInt(Math.abs(chatId)) };
51
50
  }
52
51
  else {
53
- return new _2_types_js_1.types.PeerChannel({ channel_id: BigInt(_1_utilities_js_1.ZERO_CHANNEL_ID - chatId) });
52
+ return { _: "peerChannel", channel_id: BigInt(_1_utilities_js_1.ZERO_CHANNEL_ID - chatId) };
54
53
  }
55
54
  }
56
55
  exports.chatIdToPeer = chatIdToPeer;
@@ -84,13 +83,13 @@ function getChatIdPeerType(chatId) {
84
83
  exports.getChatIdPeerType = getChatIdPeerType;
85
84
  function inputPeerToPeer(inputPeer) {
86
85
  if ("user_id" in inputPeer) {
87
- return new _2_types_js_1.types.PeerUser(inputPeer);
86
+ return { ...inputPeer, _: "peerUser" };
88
87
  }
89
88
  else if ("chat_id" in inputPeer) {
90
- return new _2_types_js_1.types.PeerChat(inputPeer);
89
+ return { ...inputPeer, _: "peerChat" };
91
90
  }
92
91
  else if ("channel_id" in inputPeer) {
93
- return new _2_types_js_1.types.PeerChannel(inputPeer);
92
+ return { ...inputPeer, _: "peerChannel" };
94
93
  }
95
94
  else {
96
95
  (0, _0_deps_js_1.unreachable)();
@@ -0,0 +1,27 @@
1
+ /**
2
+ * MTKruto - Cross-runtime JavaScript library for building Telegram clients
3
+ * Copyright (C) 2023-2024 Roj <https://roj.im/>
4
+ *
5
+ * This file is part of MTKruto.
6
+ *
7
+ * This program is free software: you can redistribute it and/or modify
8
+ * it under the terms of the GNU Lesser General Public License as published by
9
+ * the Free Software Foundation, either version 3 of the License, or
10
+ * (at your option) any later version.
11
+ *
12
+ * This program is distributed in the hope that it will be useful,
13
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ * GNU Lesser General Public License for more details.
16
+ *
17
+ * You should have received a copy of the GNU Lesser General Public License
18
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
19
+ */
20
+ export declare const RPC_RESULT_ID = 4082920705;
21
+ export interface rpc_result {
22
+ _: "rpc_result";
23
+ req_msg_id: bigint;
24
+ result: any;
25
+ }
26
+ export declare function deserializeRpcResult(buffer: Uint8Array): rpc_result;
27
+ //# sourceMappingURL=4_rpc_result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"4_rpc_result.d.ts","sourceRoot":"","sources":["../../src/tl/4_rpc_result.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAMH,eAAO,MAAM,aAAa,aAAa,CAAC;AAExC,MAAM,WAAW,UAAU;IACzB,CAAC,EAAE,YAAY,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IAEnB,MAAM,EAAE,GAAG,CAAC;CACb;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,CAKnE"}