@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
@@ -19,7 +19,7 @@
19
19
  */
20
20
  import { unreachable } from "../0_deps.js";
21
21
  import { cleanObject, fromUnixTimestamp, getLogger, ZERO_CHANNEL_ID } from "../1_utilities.js";
22
- import { as, types } from "../2_tl.js";
22
+ import { as, is } from "../2_tl.js";
23
23
  import { FileType, toUniqueFileId } from "./_file_id.js";
24
24
  import { serializeFileId } from "./_file_id.js";
25
25
  import { constructContact } from "./0_contact.js";
@@ -95,7 +95,7 @@ export function assertMessageType(message, type) {
95
95
  return message;
96
96
  }
97
97
  async function getSender(message_, getEntity) {
98
- if (message_.from_id instanceof types.PeerUser) {
98
+ if (is("peerUser", message_.from_id)) {
99
99
  const entity = await getEntity(message_.from_id);
100
100
  if (entity) {
101
101
  return { from: constructUser(entity) };
@@ -104,7 +104,7 @@ async function getSender(message_, getEntity) {
104
104
  unreachable();
105
105
  }
106
106
  }
107
- else if (message_.from_id instanceof types.PeerChannel) {
107
+ else if (is("peerChannel", message_.from_id)) {
108
108
  const entity = await getEntity(message_.from_id);
109
109
  if (entity) {
110
110
  return { senderChat: constructChatP(entity) };
@@ -113,9 +113,18 @@ async function getSender(message_, getEntity) {
113
113
  unreachable();
114
114
  }
115
115
  }
116
+ else if (is("peerUser", message_.peer_id)) {
117
+ const entity = await getEntity(message_.peer_id);
118
+ if (entity) {
119
+ return { from: constructUser(entity) };
120
+ }
121
+ else {
122
+ unreachable();
123
+ }
124
+ }
116
125
  }
117
126
  async function getReply(message_, chat, getMessage) {
118
- if (getMessage && message_.reply_to instanceof types.MessageReplyHeader && message_.reply_to.reply_to_msg_id) {
127
+ if (getMessage && is("messageReplyHeader", message_.reply_to) && message_.reply_to.reply_to_msg_id) {
119
128
  let isTopicMessage = false;
120
129
  if (message_.reply_to.forum_topic) {
121
130
  isTopicMessage = true;
@@ -128,7 +137,7 @@ async function getReply(message_, chat, getMessage) {
128
137
  L.warning("couldn't get replied message");
129
138
  }
130
139
  }
131
- return { replyToMessage: undefined, threadId: undefined, isTopicMessage: undefined };
140
+ return { replyToMessage: undefined, threadId: undefined, isTopicMessage: false };
132
141
  }
133
142
  async function constructServiceMessage(message_, chat, getEntity, getMessage) {
134
143
  const message = {
@@ -139,11 +148,11 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
139
148
  isTopicMessage: false,
140
149
  };
141
150
  Object.assign(message, await getSender(message_, getEntity));
142
- if (message_.action instanceof types.MessageActionChatAddUser || message_.action instanceof types.MessageActionChatJoinedByLink || message_.action instanceof types.MessageActionChatJoinedByRequest) {
151
+ if (is("messageActionChatAddUser", message_.action) || is("messageActionChatJoinedByLink", message_.action) || is("messageActionChatJoinedByRequest", message_.action)) {
143
152
  const newChatMembers = new Array();
144
153
  const users = "users" in message_.action ? message_.action.users : [message_.from_id && "user_id" in message_.from_id ? message_.from_id.user_id : unreachable()];
145
154
  for (const user_ of users) {
146
- const entity = await getEntity(new types.PeerUser({ user_id: user_ }));
155
+ const entity = await getEntity({ _: "peerUser", user_id: user_ });
147
156
  if (entity) {
148
157
  const user = constructUser(entity);
149
158
  newChatMembers.push(user);
@@ -154,31 +163,31 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
154
163
  }
155
164
  return { ...message, newChatMembers };
156
165
  }
157
- else if (message_.action instanceof types.MessageActionChatDeleteUser) {
158
- const entity = await getEntity(new types.PeerUser({ user_id: message_.action.user_id }));
166
+ else if (is("messageActionChatDeleteUser", message_.action)) {
167
+ const entity = await getEntity({ _: "peerUser", user_id: message_.action.user_id });
159
168
  if (entity) {
160
169
  const user = constructUser(entity);
161
170
  const leftChatMember = user;
162
171
  return { ...message, leftChatMember };
163
172
  }
164
173
  }
165
- else if (message_.action instanceof types.MessageActionChatEditTitle) {
174
+ else if (is("messageActionChatEditTitle", message_.action)) {
166
175
  const newChatTitle = message_.action.title;
167
176
  return { ...message, newChatTitle };
168
177
  }
169
- else if (message_.action instanceof types.MessageActionChatEditPhoto) {
170
- const newChatPhoto = constructPhoto(message_.action.photo[as](types.Photo));
178
+ else if (is("messageActionChatEditPhoto", message_.action)) {
179
+ const newChatPhoto = constructPhoto(as("photo", message_.action.photo));
171
180
  return { ...message, newChatPhoto };
172
181
  }
173
- else if (message_.action instanceof types.MessageActionChatDeletePhoto) {
182
+ else if (is("messageActionChatDeletePhoto", message_.action)) {
174
183
  const deletedChatPhoto = true;
175
184
  return { ...message, deletedChatPhoto };
176
185
  }
177
- else if (message_.action instanceof types.MessageActionChatCreate) {
186
+ else if (is("messageActionChatCreate", message_.action)) {
178
187
  const groupCreated = true;
179
188
  const newChatMembers = new Array();
180
189
  for (const user_ of message_.action.users) {
181
- const entity = await getEntity(new types.PeerUser({ user_id: user_ }));
190
+ const entity = await getEntity({ _: "peerUser", user_id: user_ });
182
191
  if (entity) {
183
192
  const user = constructUser(entity);
184
193
  newChatMembers.push(user);
@@ -186,7 +195,7 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
186
195
  }
187
196
  return { ...message, groupCreated, newChatMembers };
188
197
  }
189
- else if (message_.action instanceof types.MessageActionChannelCreate) {
198
+ else if (is("messageActionChannelCreate", message_.action)) {
190
199
  if (message.chat.type == "channel") {
191
200
  const channelCreated = true;
192
201
  return { ...message, channelCreated };
@@ -199,32 +208,32 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
199
208
  // unreachable();
200
209
  }
201
210
  }
202
- else if (message_.action instanceof types.MessageActionChatMigrateTo) {
211
+ else if (is("messageActionChatMigrateTo", message_.action)) {
203
212
  const chatMigratedTo = ZERO_CHANNEL_ID + Number(-message_.action.channel_id);
204
213
  return { ...message, chatMigratedTo };
205
214
  }
206
- else if (message_.action instanceof types.MessageActionChannelMigrateFrom) {
215
+ else if (is("messageActionChannelMigrateFrom", message_.action)) {
207
216
  const chatMigratedFrom = Number(-message_.action.chat_id);
208
217
  return { ...message, chatMigratedFrom };
209
218
  }
210
- else if (message_.action instanceof types.MessageActionPinMessage) {
219
+ else if (is("messageActionPinMessage", message_.action)) {
211
220
  const { replyToMessage } = await getReply(message_, chat, getMessage);
212
221
  if (replyToMessage) {
213
222
  const pinnedMessage = replyToMessage;
214
223
  return { ...message, pinnedMessage };
215
224
  }
216
225
  }
217
- else if (message_.action instanceof types.MessageActionRequestedPeer) {
218
- const user = message_.action.peers[0][as](types.PeerUser);
226
+ else if (is("messageActionRequestedPeer", message_.action)) {
227
+ const user = as("peerUser", message_.action.peers[0]);
219
228
  const userShared = { requestId: message_.action.button_id, userId: Number(user.user_id) };
220
229
  return { ...message, userShared };
221
230
  }
222
- else if (message_.action instanceof types.MessageActionBotAllowed) {
223
- const miniAppName = message_.action.app ? message_.action.app[as](types.BotApp).title : undefined;
231
+ else if (is("messageActionBotAllowed", message_.action)) {
232
+ const miniAppName = message_.action.app ? as("botApp", message_.action.app).title : undefined;
224
233
  const writeAccessAllowed = { miniAppName };
225
234
  return { ...message, writeAccessAllowed };
226
235
  }
227
- else if (message_.action instanceof types.MessageActionTopicCreate) {
236
+ else if (is("messageActionTopicCreate", message_.action)) {
228
237
  const forumTopicCreated = {
229
238
  name: message_.action.title,
230
239
  iconColor: "#" + message_.action.icon_color.toString(16).padStart(6, "0"),
@@ -232,7 +241,7 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
232
241
  };
233
242
  return { ...message, forumTopicCreated };
234
243
  }
235
- else if (message_.action instanceof types.MessageActionTopicEdit) {
244
+ else if (is("messageActionTopicEdit", message_.action)) {
236
245
  if (message_.action.closed) {
237
246
  const forumTopicClosed = true;
238
247
  return { ...message, forumTopicClosed };
@@ -249,11 +258,11 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
249
258
  return { ...message, forumTopicReopened };
250
259
  }
251
260
  }
252
- else if (message_.action instanceof types.MessageActionGroupCallScheduled) {
261
+ else if (is("messageActionGroupCallScheduled", message_.action)) {
253
262
  const videoChatScheduled = { startDate: new Date(message_.action.schedule_date * 1000) };
254
263
  return { ...message, videoChatScheduled };
255
264
  }
256
- else if (message_.action instanceof types.MessageActionGroupCall) {
265
+ else if (is("messageActionGroupCall", message_.action)) {
257
266
  if (message_.action.duration) {
258
267
  const videoChatEnded = { duration: message_.action.duration };
259
268
  return { ...message, videoChatEnded };
@@ -263,19 +272,19 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
263
272
  return { ...message, videoChatStarted };
264
273
  }
265
274
  }
266
- else if (message_.action instanceof types.MessageActionSetMessagesTTL) {
275
+ else if (is("messageActionSetMessagesTTL", message_.action)) {
267
276
  const newAutoDeleteTime = message_.action.period || 0;
268
277
  return { ...message, newAutoDeleteTime };
269
278
  }
270
279
  return { ...message, unsupported: true };
271
280
  }
272
281
  export async function constructMessage(message_, getEntity, getMessage, getStickerSetName, getReply_ = true, business) {
273
- if (!(message_ instanceof types.Message) && !(message_ instanceof types.MessageService)) {
282
+ if (!(is("message", message_)) && !(is("messageService", message_))) {
274
283
  unreachable();
275
284
  }
276
285
  let link;
277
286
  let chat_ = null;
278
- if (message_.peer_id instanceof types.PeerUser) {
287
+ if (is("peerUser", message_.peer_id)) {
279
288
  const entity = await getEntity(message_.peer_id);
280
289
  if (entity) {
281
290
  chat_ = constructChatP(entity);
@@ -284,7 +293,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
284
293
  unreachable();
285
294
  }
286
295
  }
287
- else if (message_.peer_id instanceof types.PeerChat) {
296
+ else if (is("peerChat", message_.peer_id)) {
288
297
  const entity = await getEntity(message_.peer_id);
289
298
  if (entity) {
290
299
  chat_ = constructChatP(entity);
@@ -293,7 +302,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
293
302
  unreachable();
294
303
  }
295
304
  }
296
- else if (message_.peer_id instanceof types.PeerChannel) {
305
+ else if (is("peerChannel", message_.peer_id)) {
297
306
  link = `https://t.me/c/${message_.peer_id.channel_id}/${message_.id}`;
298
307
  const entity = await getEntity(message_.peer_id);
299
308
  if (entity) {
@@ -306,7 +315,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
306
315
  else {
307
316
  unreachable();
308
317
  }
309
- if (message_ instanceof types.MessageService) {
318
+ if (is("messageService", message_)) {
310
319
  return await constructServiceMessage(message_, chat_, getEntity, getMessage);
311
320
  }
312
321
  const message = {
@@ -317,7 +326,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
317
326
  date: fromUnixTimestamp(message_.date),
318
327
  views: message_.views,
319
328
  forwards: message_.forwards,
320
- isTopicMessage: false,
329
+ isTopicMessage: message_.reply_to && is("messageReplyHeader", message_.reply_to) && message_.reply_to.reply_to_top_id ? true : false,
321
330
  hasProtectedContent: message_.noforwards || false,
322
331
  senderBoostCount: message_.from_boosts_applied,
323
332
  };
@@ -325,7 +334,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
325
334
  const recentReactions = message_.reactions.recent_reactions ?? [];
326
335
  message.reactions = message_.reactions.results.map((v) => constructMessageReaction(v, recentReactions));
327
336
  }
328
- if (message_.reply_to instanceof types.MessageReplyHeader && message_.reply_to.reply_to_msg_id) {
337
+ if (is("messageReplyHeader", message_.reply_to) && message_.reply_to.reply_to_msg_id) {
329
338
  if (message_.reply_to.quote) {
330
339
  message.replyQuote = constructReplyQuote(message_.reply_to.quote_text, message_.reply_to.quote_offset, message_.reply_to.quote_entities);
331
340
  }
@@ -346,7 +355,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
346
355
  message.replyMarkup = constructReplyMarkup(message_.reply_markup);
347
356
  }
348
357
  if (message_.via_bot_id != undefined) {
349
- const viaBot = await getEntity(new types.PeerUser({ user_id: message_.via_bot_id }));
358
+ const viaBot = await getEntity({ _: "peerUser", user_id: message_.via_bot_id });
350
359
  if (viaBot) {
351
360
  message.viaBot = constructUser(viaBot);
352
361
  }
@@ -355,7 +364,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
355
364
  }
356
365
  }
357
366
  if (message_.via_business_bot_id != undefined) {
358
- const viaBusinessBot = await getEntity(new types.PeerUser({ user_id: message_.via_business_bot_id }));
367
+ const viaBusinessBot = await getEntity({ _: "peerUser", user_id: message_.via_business_bot_id });
359
368
  if (viaBusinessBot) {
360
369
  message.viaBusinessBot = constructUser(viaBusinessBot);
361
370
  }
@@ -366,25 +375,25 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
366
375
  if (message_.post_author != undefined) {
367
376
  message.authorSignature = message_.post_author;
368
377
  }
369
- if (message_.fwd_from instanceof types.MessageFwdHeader) {
378
+ if (is("messageFwdHeader", message_.fwd_from)) {
370
379
  message.isAutomaticForward = message_.fwd_from.saved_from_peer != undefined && message_.fwd_from.saved_from_msg_id != undefined;
371
380
  message.forwardSenderName = message_.fwd_from.from_name;
372
381
  message.forwardId = message_.fwd_from.channel_post;
373
382
  message.forwardSignature = message_.fwd_from.post_author;
374
383
  message.forwardDate = fromUnixTimestamp(message_.fwd_from.date);
375
- if (message_.fwd_from.from_id instanceof types.PeerUser) {
384
+ if (is("peerUser", message_.fwd_from.from_id)) {
376
385
  const entity = await getEntity(message_.fwd_from.from_id);
377
386
  if (entity) {
378
387
  message.forwardFrom = constructUser(entity);
379
388
  }
380
389
  }
381
- else if (message_.fwd_from.from_id instanceof types.PeerChat) {
390
+ else if (is("peerChat", message_.fwd_from.from_id)) {
382
391
  const entity = await getEntity(message_.fwd_from.from_id);
383
392
  if (entity) {
384
393
  message.forwardFromChat = constructChatP(entity);
385
394
  }
386
395
  }
387
- else if (message_.fwd_from.from_id instanceof types.PeerChannel) {
396
+ else if (is("peerChannel", message_.fwd_from.from_id)) {
388
397
  const entity = await getEntity(message_.fwd_from.from_id);
389
398
  if (entity) {
390
399
  message.forwardFromChat = constructChatP(entity);
@@ -410,35 +419,35 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
410
419
  caption: message_.message,
411
420
  captionEntities: message_.entities?.map(constructMessageEntity).filter((v) => !!v) ?? [],
412
421
  };
413
- if (message_.media instanceof types.MessageMediaPhoto || message_.media instanceof types.MessageMediaDocument) {
422
+ if (is("messageMediaPhoto", message_.media) || is("messageMediaDocument", message_.media)) {
414
423
  messageMedia.hasMediaSpoiler = message_.media.spoiler || false;
415
424
  }
416
425
  let m = null;
417
- if (message_.media instanceof types.MessageMediaPhoto) {
426
+ if (is("messageMediaPhoto", message_.media)) {
418
427
  if (!message_.media.photo) {
419
428
  unreachable();
420
429
  }
421
- const photo = constructPhoto(message_.media.photo[as](types.Photo));
430
+ const photo = constructPhoto(as("photo", message_.media.photo));
422
431
  m = { ...messageMedia, photo };
423
432
  }
424
- else if (message_.media instanceof types.MessageMediaDice) {
433
+ else if (is("messageMediaDice", message_.media)) {
425
434
  const dice = constructDice(message_.media);
426
435
  m = { ...message, dice };
427
436
  }
428
- else if (message_.media instanceof types.MessageMediaDocument) {
437
+ else if (is("messageMediaDocument", message_.media)) {
429
438
  const { document } = message_.media;
430
- if (document instanceof types.Document) {
439
+ if (is("document", document)) {
431
440
  const getFileId = (type) => ({
432
441
  type,
433
442
  dcId: document.dc_id,
434
443
  fileReference: document.file_reference,
435
444
  location: { type: "common", id: document.id, accessHash: document.access_hash },
436
445
  });
437
- const animated = document.attributes.find((v) => v instanceof types.DocumentAttributeAnimated);
438
- const audio = document.attributes.find((v) => v instanceof types.DocumentAttributeAudio);
439
- const fileName = document.attributes.find((v) => v instanceof types.DocumentAttributeFilename);
440
- const sticker = document.attributes.find((v) => v instanceof types.DocumentAttributeSticker);
441
- const video = document.attributes.find((v) => v instanceof types.DocumentAttributeVideo);
446
+ const animated = document.attributes.find((v) => is("documentAttributeAnimated", v));
447
+ const audio = document.attributes.find((v) => is("documentAttributeAudio", v));
448
+ const fileName = document.attributes.find((v) => is("documentAttributeFilename", v));
449
+ const sticker = document.attributes.find((v) => is("documentAttributeSticker", v));
450
+ const video = document.attributes.find((v) => is("documentAttributeVideo", v));
442
451
  if (animated) {
443
452
  const fileId = getFileId(FileType.Animation);
444
453
  const animation = constructAnimation(document, video, fileName, serializeFileId(fileId), toUniqueFileId(fileId));
@@ -475,32 +484,32 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
475
484
  }
476
485
  else {
477
486
  const fileId = getFileId(FileType.Document);
478
- const document_ = constructDocument(document, fileName ?? new types.DocumentAttributeFilename({ file_name: "Unknown" }), serializeFileId(fileId), toUniqueFileId(fileId));
487
+ const document_ = constructDocument(document, fileName ?? ({ _: "documentAttributeFilename", file_name: "Unknown" }), serializeFileId(fileId), toUniqueFileId(fileId));
479
488
  m = { ...messageMedia, document: document_ };
480
489
  }
481
490
  }
482
491
  }
483
- else if (message_.media instanceof types.MessageMediaContact) {
492
+ else if (is("messageMediaContact", message_.media)) {
484
493
  const contact = constructContact(message_.media);
485
494
  m = { ...messageMedia, contact };
486
495
  }
487
- else if (message_.media instanceof types.MessageMediaGame) {
496
+ else if (is("messageMediaGame", message_.media)) {
488
497
  const game = constructGame(message_.media);
489
498
  m = { ...message, game };
490
499
  }
491
- else if (message_.media instanceof types.MessageMediaPoll) {
500
+ else if (is("messageMediaPoll", message_.media)) {
492
501
  const poll = constructPoll(message_.media);
493
502
  m = { ...message, poll };
494
503
  }
495
- else if (message_.media instanceof types.MessageMediaVenue) {
504
+ else if (is("messageMediaVenue", message_.media)) {
496
505
  const venue = constructVenue(message_.media);
497
506
  m = { ...message, venue };
498
507
  }
499
- else if (message_.media instanceof types.MessageMediaGeo || message_.media instanceof types.MessageMediaGeoLive) {
508
+ else if (is("messageMediaGeo", message_.media) || is("messageMediaGeoLive", message_.media)) {
500
509
  const location = constructLocation(message_.media);
501
510
  m = { ...message, location };
502
511
  }
503
- else if (message_.media instanceof types.MessageMediaWebPage) {
512
+ else if (is("messageMediaWebPage", message_.media)) {
504
513
  const linkPreview = constructLinkPreview(message_.media, message_.invert_media);
505
514
  if (message_.message) {
506
515
  m = { ...messageText, linkPreview };
@@ -509,7 +518,7 @@ export async function constructMessage(message_, getEntity, getMessage, getStick
509
518
  m = { ...message, linkPreview: { ...linkPreview, url: linkPreview.url ? linkPreview.url : unreachable() } };
510
519
  }
511
520
  }
512
- else if (message_.media instanceof types.MessageMediaGiveaway) {
521
+ else if (is("messageMediaGiveaway", message_.media)) {
513
522
  const giveaway = constructGiveaway(message_.media);
514
523
  m = { ...message, giveaway };
515
524
  }
@@ -17,7 +17,7 @@
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_tl.js";
20
+ import { Api } from "../2_tl.js";
21
21
  import { EntityGetter } from "./_getters.js";
22
22
  import { User } from "./1_user.js";
23
23
  import { Message, MessageGetter } from "./4_message.js";
@@ -38,6 +38,6 @@ export interface CallbackQuery {
38
38
  /** The short name of the game to be returned. */
39
39
  gameShortName?: string;
40
40
  }
41
- export declare function deserializeInlineMessageId(inlineMessageId: string): enums.InputBotInlineMessageID;
42
- export declare function constructCallbackQuery(callbackQuery: types.UpdateBotCallbackQuery | types.UpdateInlineBotCallbackQuery, getEntity: EntityGetter, getMessage: MessageGetter): Promise<CallbackQuery>;
41
+ export declare function deserializeInlineMessageId(inlineMessageId: string): Api.InputBotInlineMessageID;
42
+ export declare function constructCallbackQuery(callbackQuery: Api.updateBotCallbackQuery | Api.updateInlineBotCallbackQuery, getEntity: EntityGetter, getMessage: MessageGetter): Promise<CallbackQuery>;
43
43
  //# sourceMappingURL=5_callback_query.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"5_callback_query.d.ts","sourceRoot":"","sources":["../../src/types/5_callback_query.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAKH,OAAO,EAAE,KAAK,EAAqC,KAAK,EAAE,MAAM,YAAY,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAiB,IAAI,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAExD,iCAAiC;AACjC,MAAM,WAAW,aAAa;IAC5B,4CAA4C;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,4CAA4C;IAC5C,IAAI,EAAE,IAAI,CAAC;IACX,uGAAuG;IACvG,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oKAAoK;IACpK,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gHAAgH;IAChH,YAAY,EAAE,MAAM,CAAC;IACrB,oFAAoF;IACpF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAGD,wBAAgB,0BAA0B,CAAC,eAAe,EAAE,MAAM,GAAG,KAAK,CAAC,uBAAuB,CAajG;AAED,wBAAsB,sBAAsB,CAAC,aAAa,EAAE,KAAK,CAAC,sBAAsB,GAAG,KAAK,CAAC,4BAA4B,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,GAAG,OAAO,CAAC,aAAa,CAAC,CAmBzM"}
1
+ {"version":3,"file":"5_callback_query.d.ts","sourceRoot":"","sources":["../../src/types/5_callback_query.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAKH,OAAO,EAAE,GAAG,EAAyC,MAAM,YAAY,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAiB,IAAI,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAExD,iCAAiC;AACjC,MAAM,WAAW,aAAa;IAC5B,4CAA4C;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,4CAA4C;IAC5C,IAAI,EAAE,IAAI,CAAC;IACX,uGAAuG;IACvG,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oKAAoK;IACpK,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gHAAgH;IAChH,YAAY,EAAE,MAAM,CAAC;IACrB,oFAAoF;IACpF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAGD,wBAAgB,0BAA0B,CAAC,eAAe,EAAE,MAAM,GAAG,GAAG,CAAC,uBAAuB,CAa/F;AAED,wBAAsB,sBAAsB,CAAC,aAAa,EAAE,GAAG,CAAC,sBAAsB,GAAG,GAAG,CAAC,4BAA4B,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,GAAG,OAAO,CAAC,aAAa,CAAC,CAmBrM"}
@@ -20,7 +20,7 @@
20
20
  import { unreachable } from "../0_deps.js";
21
21
  import { InputError } from "../0_errors.js";
22
22
  import { base64DecodeUrlSafe, base64EncodeUrlSafe, cleanObject } from "../1_utilities.js";
23
- import { peerToChatId, serialize, TLReader, types } from "../2_tl.js";
23
+ import { is, peerToChatId, serialize, TLReader } from "../2_tl.js";
24
24
  import { constructUser } from "./1_user.js";
25
25
  const ERR_INVALID_INLINE_MESSAGE_ID = new InputError("Invalid inline message ID");
26
26
  export function deserializeInlineMessageId(inlineMessageId) {
@@ -28,7 +28,7 @@ export function deserializeInlineMessageId(inlineMessageId) {
28
28
  const buffer = base64DecodeUrlSafe(inlineMessageId);
29
29
  const reader = new TLReader(buffer);
30
30
  const object = reader.readObject();
31
- if (object instanceof types.InputBotInlineMessageID || object instanceof types.InputBotInlineMessageID64) {
31
+ if (is("inputBotInlineMessageID64", object) || is("inputBotInlineMessageID", object)) {
32
32
  return object;
33
33
  }
34
34
  }
@@ -38,7 +38,7 @@ export function deserializeInlineMessageId(inlineMessageId) {
38
38
  throw ERR_INVALID_INLINE_MESSAGE_ID;
39
39
  }
40
40
  export async function constructCallbackQuery(callbackQuery, getEntity, getMessage) {
41
- const user_ = await getEntity(new types.PeerUser({ user_id: callbackQuery.user_id }));
41
+ const user_ = await getEntity({ _: "peerUser", user_id: callbackQuery.user_id });
42
42
  if (!user_) {
43
43
  unreachable();
44
44
  }
@@ -47,7 +47,7 @@ export async function constructCallbackQuery(callbackQuery, getEntity, getMessag
47
47
  const gameShortName = callbackQuery.game_short_name;
48
48
  const data = callbackQuery.data !== undefined ? new TextDecoder().decode(callbackQuery.data) : undefined;
49
49
  const chatInstance = callbackQuery.chat_instance == 0n ? "" : String(callbackQuery.chat_instance);
50
- if (callbackQuery instanceof types.UpdateBotCallbackQuery) {
50
+ if (is("updateBotCallbackQuery", callbackQuery)) {
51
51
  const message = await getMessage(peerToChatId(callbackQuery.peer), Number(callbackQuery.msg_id));
52
52
  if (message == null) {
53
53
  unreachable();
@@ -55,6 +55,6 @@ export async function constructCallbackQuery(callbackQuery, getEntity, getMessag
55
55
  return cleanObject({ id, from: user, message, chatInstance, data, gameShortName });
56
56
  }
57
57
  else {
58
- return cleanObject({ id, from: user, inlineMessageId: base64EncodeUrlSafe(callbackQuery.msg_id[serialize]()), chatInstance, data, gameShortName });
58
+ return cleanObject({ id, from: user, inlineMessageId: base64EncodeUrlSafe(serialize(callbackQuery.msg_id)), chatInstance, data, gameShortName });
59
59
  }
60
60
  }
@@ -17,7 +17,7 @@
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_tl.js";
20
+ import { Api } from "../2_tl.js";
21
21
  import { EntityGetter } from "./_getters.js";
22
22
  import { ChatP } from "./1_chat_p.js";
23
23
  import { StickerSetNameGetter } from "./1_sticker.js";
@@ -30,7 +30,7 @@ export interface ChatListItem {
30
30
  }
31
31
  export declare function getChatListItemOrder(lastMessage: Omit<Message, "replyToMessage"> | undefined, pinned: number): string;
32
32
  export declare function constructChatListItem(chatId: number, pinned: number, lastMessageId: number, getEntity: EntityGetter, getMessage: MessageGetter): Promise<ChatListItem | null>;
33
- export declare function constructChatListItem2(entity: types.User | types.Chat | types.ChatForbidden | types.Channel | types.ChannelForbidden, pinned: number, lastMessage: Omit<Message, "replyToMessage"> | undefined): ChatListItem;
33
+ export declare function constructChatListItem2(entity: Api.user | Api.chat | Api.chatForbidden | Api.channel | Api.channelForbidden, pinned: number, lastMessage: Omit<Message, "replyToMessage"> | undefined): ChatListItem;
34
34
  export declare function constructChatListItem3(chatId: number, pinned: number, lastMessage: Omit<Message, "replyToMessage"> | undefined, getEntity: EntityGetter): Promise<ChatListItem | null>;
35
- export declare function constructChatListItem4(dialog: enums.Dialog, dialogs: types.messages.Dialogs | types.messages.DialogsSlice, pinnedChats: number[], getEntity: EntityGetter, getMessage: MessageGetter, getStickerSetName: StickerSetNameGetter): Promise<ChatListItem>;
35
+ export declare function constructChatListItem4(dialog: Api.Dialog, dialogs: Api.messages_dialogs | Api.messages_dialogsSlice, pinnedChats: number[], getEntity: EntityGetter, getMessage: MessageGetter, getStickerSetName: StickerSetNameGetter): Promise<ChatListItem>;
36
36
  //# sourceMappingURL=5_chat_list_item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"5_chat_list_item.d.ts","sourceRoot":"","sources":["../../src/types/5_chat_list_item.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAgB,KAAK,EAAgB,KAAK,EAAE,MAAM,YAAY,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAkB,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAoB,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE1E,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAC;CAC/C;AAED,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG,SAAS,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAMrH;AAED,wBAAsB,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAenL;AAED,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,aAAa,GAAG,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG,SAAS,GAAG,YAAY,CAO7N;AAED,wBAAsB,sBAAsB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG,SAAS,EAAE,SAAS,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAW5L;AAED,wBAAsB,sBAAsB,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,EAAE,iBAAiB,EAAE,oBAAoB,GAAG,OAAO,CAAC,YAAY,CAAC,CAqB3Q"}
1
+ {"version":3,"file":"5_chat_list_item.d.ts","sourceRoot":"","sources":["../../src/types/5_chat_list_item.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,GAAG,EAAkC,MAAM,YAAY,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAkB,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAoB,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE1E,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAC;CAC/C;AAED,wBAAgB,oBAAoB,CAAC,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG,SAAS,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAMrH;AAED,wBAAsB,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAenL;AAED,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,aAAa,GAAG,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,gBAAgB,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG,SAAS,GAAG,YAAY,CAOnN;AAED,wBAAsB,sBAAsB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG,SAAS,EAAE,SAAS,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAW5L;AAED,wBAAsB,sBAAsB,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,EAAE,GAAG,CAAC,gBAAgB,GAAG,GAAG,CAAC,qBAAqB,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,EAAE,iBAAiB,EAAE,oBAAoB,GAAG,OAAO,CAAC,YAAY,CAAC,CAqBrQ"}
@@ -18,7 +18,7 @@
18
18
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
  */
20
20
  import { unreachable } from "../0_deps.js";
21
- import { chatIdToPeer, peerToChatId, types } from "../2_tl.js";
21
+ import { chatIdToPeer, is, peerToChatId } from "../2_tl.js";
22
22
  import { constructChatP } from "./1_chat_p.js";
23
23
  import { constructMessage } from "./4_message.js";
24
24
  export function getChatListItemOrder(lastMessage, pinned) {
@@ -73,7 +73,7 @@ export async function constructChatListItem4(dialog, dialogs, pinnedChats, getEn
73
73
  const userId = "user_id" in dialog.peer ? dialog.peer.user_id : null;
74
74
  const chatId = "chat_id" in dialog.peer ? dialog.peer.chat_id : null;
75
75
  const channelId = "channel_id" in dialog.peer ? dialog.peer.channel_id : null;
76
- const chat__ = chatId != null ? dialogs.chats.find((v) => v instanceof types.Chat && v.id == chatId) : channelId != null ? dialogs.chats.find((v) => v instanceof types.Channel && v.id == channelId) : userId != null ? dialogs.users.find((v) => v instanceof types.User && v.id == userId) : unreachable();
76
+ const chat__ = chatId != null ? dialogs.chats.find((v) => is("chat", v) && v.id == chatId) : channelId != null ? dialogs.chats.find((v) => is("channel", v) && v.id == channelId) : userId != null ? dialogs.users.find((v) => is("user", v) && v.id == userId) : unreachable();
77
77
  if (!chat__) {
78
78
  unreachable();
79
79
  }
@@ -17,7 +17,7 @@
17
17
  * You should have received a copy of the GNU Lesser General Public License
18
18
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
  */
20
- import { types } from "../2_tl.js";
20
+ import { Api } from "../2_tl.js";
21
21
  import { InlineQueryResult } from "./4_inline_query_result.js";
22
22
  /** An answer to an inline query. */
23
23
  export interface InlineQueryAnswer {
@@ -28,5 +28,5 @@ export interface InlineQueryAnswer {
28
28
  /** A parameter that can be passed to next queries with the same text to yield more results. */
29
29
  nextOffset?: string;
30
30
  }
31
- export declare function constructInlineQueryAnswer(results: types.messages.BotResults): InlineQueryAnswer;
31
+ export declare function constructInlineQueryAnswer(results: Api.messages_BotResults): InlineQueryAnswer;
32
32
  //# sourceMappingURL=5_inline_query_answer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"5_inline_query_answer.d.ts","sourceRoot":"","sources":["../../src/types/5_inline_query_answer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAA8B,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE3F,oCAAoC;AACpC,MAAM,WAAW,iBAAiB;IAChC,6DAA6D;IAC7D,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,+FAA+F;IAC/F,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,KAAK,CAAC,QAAQ,CAAC,UAAU,GAAG,iBAAiB,CAMhG"}
1
+ {"version":3,"file":"5_inline_query_answer.d.ts","sourceRoot":"","sources":["../../src/types/5_inline_query_answer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAA8B,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE3F,oCAAoC;AACpC,MAAM,WAAW,iBAAiB;IAChC,6DAA6D;IAC7D,EAAE,EAAE,MAAM,CAAC;IACX,gCAAgC;IAChC,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,+FAA+F;IAC/F,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,GAAG,CAAC,mBAAmB,GAAG,iBAAiB,CAM9F"}