@mtkruto/node 0.1.118 → 0.1.121

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 (633) hide show
  1. package/esm/0_deps.d.ts +3 -3
  2. package/esm/0_deps.js +3 -3
  3. package/esm/2_tl.d.ts +3 -3
  4. package/esm/2_tl.js +3 -3
  5. package/esm/3_errors.d.ts +509 -509
  6. package/esm/3_errors.js +509 -509
  7. package/esm/4_constants.d.ts +2 -2
  8. package/esm/4_constants.js +2 -2
  9. package/esm/4_errors.d.ts +7 -7
  10. package/esm/4_errors.js +6 -6
  11. package/esm/_dnt.shims.js +0 -1
  12. package/esm/client/0_password.d.ts +2 -2
  13. package/esm/client/0_password.js +4 -4
  14. package/esm/client/0_utilities.d.ts +3 -3
  15. package/esm/client/0_utilities.js +1 -2
  16. package/esm/client/2_client_plain.js +20 -20
  17. package/esm/client/3_types.d.ts +4 -0
  18. package/esm/client/4_composer.d.ts +5 -1
  19. package/esm/client/4_composer.js +37 -13
  20. package/esm/client/5_client.d.ts +24 -7
  21. package/esm/client/5_client.js +381 -258
  22. package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_strict_equals.js +1 -1
  23. package/esm/storage/0_storage.d.ts +5 -5
  24. package/esm/tl/1_tl_object.d.ts +4 -0
  25. package/esm/tl/1_tl_object.js +13 -4
  26. package/esm/tl/2_types.d.ts +11384 -6448
  27. package/esm/tl/2_types.js +16321 -10139
  28. package/esm/tl/3_functions.d.ts +6773 -2401
  29. package/esm/tl/3_functions.js +9440 -3368
  30. package/esm/tl/3_utilities.d.ts +2 -2
  31. package/esm/tl/3_utilities.js +4 -4
  32. package/esm/tl/6_message.d.ts +1 -1
  33. package/esm/tl/6_message.js +1 -1
  34. package/esm/types/0__file_id.js +1 -2
  35. package/esm/types/0_audio.js +1 -1
  36. package/esm/types/0_chat_administrator_rights.d.ts +3 -3
  37. package/esm/types/0_chat_administrator_rights.js +20 -20
  38. package/esm/types/0_chat_photo.js +8 -8
  39. package/esm/types/0_contact.js +4 -4
  40. package/esm/types/0_force_reply.d.ts +1 -1
  41. package/esm/types/0_location.js +4 -4
  42. package/esm/types/0_mask_position.d.ts +2 -2
  43. package/esm/types/0_message_entity.d.ts +3 -3
  44. package/esm/types/0_message_entity.js +8 -8
  45. package/esm/types/0_poll_option.d.ts +2 -2
  46. package/esm/types/0_reply_keyboard_remove.d.ts +1 -1
  47. package/esm/types/0_restriction_reason.d.ts +2 -2
  48. package/esm/types/0_thumbnail.js +3 -3
  49. package/esm/types/0_venue.js +3 -3
  50. package/esm/types/0_voice.js +1 -1
  51. package/esm/types/1_animation.js +2 -2
  52. package/esm/types/1_bot_command_scope.d.ts +1 -2
  53. package/esm/types/1_bot_command_scope.js +1 -1
  54. package/esm/types/1_chat.js +9 -9
  55. package/esm/types/1_document.js +2 -2
  56. package/esm/types/1_input_invoice_message_content.d.ts +1 -1
  57. package/esm/types/1_keyboard_button.d.ts +3 -3
  58. package/esm/types/1_keyboard_button.js +35 -35
  59. package/esm/types/1_photo.js +1 -1
  60. package/esm/types/1_poll.js +6 -6
  61. package/esm/types/1_sticker.js +3 -3
  62. package/esm/types/1_user.js +6 -6
  63. package/esm/types/1_video.js +1 -1
  64. package/esm/types/2_game.js +3 -3
  65. package/esm/types/2_inline_keyboard_button.d.ts +3 -3
  66. package/esm/types/2_inline_keyboard_button.js +9 -9
  67. package/esm/types/2_inline_query.js +8 -8
  68. package/esm/types/2_reply_keyboard_markup.d.ts +1 -1
  69. package/esm/types/2_reply_keyboard_markup.js +2 -2
  70. package/esm/types/3_inline_keyboard_markup.d.ts +1 -1
  71. package/esm/types/3_message.d.ts +4 -4
  72. package/esm/types/3_message.js +64 -64
  73. package/esm/types/4_callback_query.js +6 -6
  74. package/esm/types/4_reply_markup.d.ts +1 -1
  75. package/esm/types/5_inline_query_result.d.ts +1 -2
  76. package/esm/types/5_inline_query_result.js +30 -30
  77. package/package.json +13 -12
  78. package/script/0_deps.d.ts +3 -3
  79. package/script/0_deps.js +3 -3
  80. package/script/2_tl.d.ts +3 -3
  81. package/script/2_tl.js +5 -15
  82. package/script/3_errors.d.ts +509 -509
  83. package/script/3_errors.js +509 -509
  84. package/script/4_constants.d.ts +2 -2
  85. package/script/4_constants.js +2 -2
  86. package/script/4_errors.d.ts +7 -7
  87. package/script/4_errors.js +6 -6
  88. package/script/_dnt.shims.js +0 -1
  89. package/script/client/0_password.d.ts +2 -2
  90. package/script/client/0_password.js +4 -4
  91. package/script/client/0_utilities.d.ts +3 -3
  92. package/script/client/0_utilities.js +1 -2
  93. package/script/client/2_client_plain.js +20 -20
  94. package/script/client/3_types.d.ts +4 -0
  95. package/script/client/4_composer.d.ts +5 -1
  96. package/script/client/4_composer.js +37 -13
  97. package/script/client/5_client.d.ts +24 -7
  98. package/script/client/5_client.js +380 -257
  99. package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_diff.js +1 -1
  100. package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_strict_equals.js +1 -1
  101. package/script/deps/deno.land/x/html_parser@v0.1.3/src/ElementType.js +1 -1
  102. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/entities/mod.js +3 -3
  103. package/script/deps/deno.land/x/html_parser@v0.1.3/src/utils/helpers.js +1 -1
  104. package/script/storage/0_storage.d.ts +5 -5
  105. package/script/storage/0_utilities.js +1 -1
  106. package/script/tl/1_tl_object.d.ts +4 -0
  107. package/script/tl/1_tl_object.js +14 -5
  108. package/script/tl/2_types.d.ts +11384 -6448
  109. package/script/tl/2_types.js +18030 -11825
  110. package/script/tl/3_functions.d.ts +6773 -2401
  111. package/script/tl/3_functions.js +10051 -3994
  112. package/script/tl/3_utilities.d.ts +2 -2
  113. package/script/tl/3_utilities.js +7 -30
  114. package/script/tl/6_message.d.ts +1 -1
  115. package/script/tl/6_message.js +4 -4
  116. package/script/types/0__file_id.js +4 -4
  117. package/script/types/0_audio.js +1 -1
  118. package/script/types/0_chat_administrator_rights.d.ts +3 -3
  119. package/script/types/0_chat_administrator_rights.js +20 -20
  120. package/script/types/0_chat_photo.js +8 -8
  121. package/script/types/0_contact.js +4 -4
  122. package/script/types/0_force_reply.d.ts +1 -1
  123. package/script/types/0_location.js +4 -4
  124. package/script/types/0_mask_position.d.ts +2 -2
  125. package/script/types/0_message_entity.d.ts +3 -3
  126. package/script/types/0_message_entity.js +8 -8
  127. package/script/types/0_poll_option.d.ts +2 -2
  128. package/script/types/0_reply_keyboard_remove.d.ts +1 -1
  129. package/script/types/0_restriction_reason.d.ts +2 -2
  130. package/script/types/0_thumbnail.js +3 -3
  131. package/script/types/0_venue.js +3 -3
  132. package/script/types/0_voice.js +1 -1
  133. package/script/types/1_animation.js +2 -2
  134. package/script/types/1_bot_command_scope.d.ts +1 -2
  135. package/script/types/1_bot_command_scope.js +1 -1
  136. package/script/types/1_chat.js +9 -9
  137. package/script/types/1_document.js +2 -2
  138. package/script/types/1_input_invoice_message_content.d.ts +1 -1
  139. package/script/types/1_keyboard_button.d.ts +3 -3
  140. package/script/types/1_keyboard_button.js +35 -35
  141. package/script/types/1_photo.js +1 -1
  142. package/script/types/1_poll.js +6 -6
  143. package/script/types/1_sticker.js +3 -3
  144. package/script/types/1_user.js +6 -6
  145. package/script/types/1_video.js +1 -1
  146. package/script/types/2_game.js +3 -3
  147. package/script/types/2_inline_keyboard_button.d.ts +3 -3
  148. package/script/types/2_inline_keyboard_button.js +9 -9
  149. package/script/types/2_inline_query.js +8 -8
  150. package/script/types/2_reply_keyboard_markup.d.ts +1 -1
  151. package/script/types/2_reply_keyboard_markup.js +2 -2
  152. package/script/types/3_inline_keyboard_markup.d.ts +1 -1
  153. package/script/types/3_message.d.ts +4 -4
  154. package/script/types/3_message.js +64 -64
  155. package/script/types/4_callback_query.js +6 -6
  156. package/script/types/4_reply_markup.d.ts +1 -1
  157. package/script/types/5_inline_query_result.d.ts +1 -2
  158. package/script/types/5_inline_query_result.js +30 -30
  159. package/esm/_dnt.test_shims.d.ts +0 -10
  160. package/esm/client/0_password_test.d.ts +0 -1
  161. package/esm/client/0_utilities_test.d.ts +0 -1
  162. package/esm/storage/0_utilities_test.d.ts +0 -1
  163. package/esm/tl/0_tl_raw_reader_test.d.ts +0 -1
  164. package/esm/tl/0_tl_raw_writer_test.d.ts +0 -1
  165. package/esm/tl/1_tl_object_test.d.ts +0 -1
  166. package/esm/tl/2_types_test.d.ts +0 -1
  167. package/esm/tl/3_deserialize_test.d.ts +0 -1
  168. package/esm/tl/3_functions_test.d.ts +0 -1
  169. package/esm/tl/6_message_test.d.ts +0 -1
  170. package/esm/utilities/0_base64_test.d.ts +0 -1
  171. package/esm/utilities/0_bigint_test.d.ts +0 -1
  172. package/esm/utilities/0_buffer_test.d.ts +0 -1
  173. package/esm/utilities/0_rle_test.d.ts +0 -1
  174. package/script/_dnt.test_shims.d.ts +0 -10
  175. package/script/client/0_password_test.d.ts +0 -1
  176. package/script/client/0_utilities_test.d.ts +0 -1
  177. package/script/storage/0_utilities_test.d.ts +0 -1
  178. package/script/tl/0_tl_raw_reader_test.d.ts +0 -1
  179. package/script/tl/0_tl_raw_writer_test.d.ts +0 -1
  180. package/script/tl/1_tl_object_test.d.ts +0 -1
  181. package/script/tl/2_types_test.d.ts +0 -1
  182. package/script/tl/3_deserialize_test.d.ts +0 -1
  183. package/script/tl/3_functions_test.d.ts +0 -1
  184. package/script/tl/6_message_test.d.ts +0 -1
  185. package/script/utilities/0_base64_test.d.ts +0 -1
  186. package/script/utilities/0_bigint_test.d.ts +0 -1
  187. package/script/utilities/0_buffer_test.d.ts +0 -1
  188. package/script/utilities/0_rle_test.d.ts +0 -1
  189. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_constants.d.ts +0 -0
  190. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_constants.js +0 -0
  191. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_diff.d.ts +0 -0
  192. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_diff.js +0 -0
  193. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_format.d.ts +0 -0
  194. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_format.js +0 -0
  195. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert.d.ts +0 -0
  196. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert.js +0 -0
  197. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_almost_equals.d.ts +0 -0
  198. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_almost_equals.js +0 -0
  199. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_array_includes.d.ts +0 -0
  200. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_array_includes.js +0 -0
  201. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_equals.d.ts +0 -0
  202. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_equals.js +0 -0
  203. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_exists.d.ts +0 -0
  204. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_exists.js +0 -0
  205. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_false.d.ts +0 -0
  206. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_false.js +0 -0
  207. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater.d.ts +0 -0
  208. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater.js +0 -0
  209. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater_or_equal.d.ts +0 -0
  210. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater_or_equal.js +0 -0
  211. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_instance_of.d.ts +0 -0
  212. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_instance_of.js +0 -0
  213. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_is_error.d.ts +0 -0
  214. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_is_error.js +0 -0
  215. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less.d.ts +0 -0
  216. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less.js +0 -0
  217. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less_or_equal.d.ts +0 -0
  218. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less_or_equal.js +0 -0
  219. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_match.d.ts +0 -0
  220. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_match.js +0 -0
  221. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_equals.d.ts +0 -0
  222. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_equals.js +0 -0
  223. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_instance_of.d.ts +0 -0
  224. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_instance_of.js +0 -0
  225. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_match.d.ts +0 -0
  226. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_match.js +0 -0
  227. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_strict_equals.d.ts +0 -0
  228. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_object_match.d.ts +0 -0
  229. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_object_match.js +0 -0
  230. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_rejects.d.ts +0 -0
  231. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_rejects.js +0 -0
  232. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_strict_equals.d.ts +0 -0
  233. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_strict_equals.js +0 -0
  234. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_string_includes.d.ts +0 -0
  235. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_string_includes.js +0 -0
  236. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_throws.d.ts +0 -0
  237. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_throws.js +0 -0
  238. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assertion_error.d.ts +0 -0
  239. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assertion_error.js +0 -0
  240. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/equal.d.ts +0 -0
  241. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/equal.js +0 -0
  242. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/fail.d.ts +0 -0
  243. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/fail.js +0 -0
  244. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/mod.d.ts +0 -0
  245. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/mod.js +0 -0
  246. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unimplemented.d.ts +0 -0
  247. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unimplemented.js +0 -0
  248. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unreachable.d.ts +0 -0
  249. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unreachable.js +0 -0
  250. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/_util.d.ts +0 -0
  251. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/_util.js +0 -0
  252. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/base64.d.ts +0 -0
  253. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/base64.js +0 -0
  254. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/fmt/colors.d.ts +0 -0
  255. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/fmt/colors.js +0 -0
  256. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/assert_path.d.ts +0 -0
  257. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/assert_path.js +0 -0
  258. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/basename.d.ts +0 -0
  259. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/basename.js +0 -0
  260. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/common.d.ts +0 -0
  261. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/common.js +0 -0
  262. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/constants.d.ts +0 -0
  263. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/constants.js +0 -0
  264. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/dirname.d.ts +0 -0
  265. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/dirname.js +0 -0
  266. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/format.d.ts +0 -0
  267. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/format.js +0 -0
  268. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/from_file_url.d.ts +0 -0
  269. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/from_file_url.js +0 -0
  270. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  271. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/glob_to_reg_exp.js +0 -0
  272. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize.d.ts +0 -0
  273. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize.js +0 -0
  274. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize_string.d.ts +0 -0
  275. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize_string.js +0 -0
  276. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/relative.d.ts +0 -0
  277. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/relative.js +0 -0
  278. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  279. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/strip_trailing_separators.js +0 -0
  280. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/to_file_url.d.ts +0 -0
  281. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/to_file_url.js +0 -0
  282. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_interface.d.ts +0 -0
  283. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_interface.js +0 -0
  284. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_os.d.ts +0 -0
  285. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_os.js +0 -0
  286. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/basename.d.ts +0 -0
  287. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/basename.js +0 -0
  288. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/common.d.ts +0 -0
  289. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/common.js +0 -0
  290. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/dirname.d.ts +0 -0
  291. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/dirname.js +0 -0
  292. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/extname.d.ts +0 -0
  293. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/extname.js +0 -0
  294. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/format.d.ts +0 -0
  295. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/format.js +0 -0
  296. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/from_file_url.d.ts +0 -0
  297. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/from_file_url.js +0 -0
  298. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/glob_to_regexp.d.ts +0 -0
  299. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/glob_to_regexp.js +0 -0
  300. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_absolute.d.ts +0 -0
  301. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_absolute.js +0 -0
  302. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_glob.d.ts +0 -0
  303. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_glob.js +0 -0
  304. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join.d.ts +0 -0
  305. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join.js +0 -0
  306. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join_globs.d.ts +0 -0
  307. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join_globs.js +0 -0
  308. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/mod.d.ts +0 -0
  309. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/mod.js +0 -0
  310. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize.d.ts +0 -0
  311. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize.js +0 -0
  312. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize_glob.d.ts +0 -0
  313. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize_glob.js +0 -0
  314. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/parse.d.ts +0 -0
  315. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/parse.js +0 -0
  316. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/_util.d.ts +0 -0
  317. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/_util.js +0 -0
  318. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/basename.d.ts +0 -0
  319. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/basename.js +0 -0
  320. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/common.d.ts +0 -0
  321. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/common.js +0 -0
  322. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/dirname.d.ts +0 -0
  323. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/dirname.js +0 -0
  324. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/extname.d.ts +0 -0
  325. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/extname.js +0 -0
  326. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/format.d.ts +0 -0
  327. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/format.js +0 -0
  328. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/from_file_url.d.ts +0 -0
  329. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/from_file_url.js +0 -0
  330. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/glob_to_regexp.d.ts +0 -0
  331. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/glob_to_regexp.js +0 -0
  332. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_absolute.d.ts +0 -0
  333. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_absolute.js +0 -0
  334. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_glob.d.ts +0 -0
  335. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_glob.js +0 -0
  336. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join.d.ts +0 -0
  337. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join.js +0 -0
  338. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join_globs.d.ts +0 -0
  339. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join_globs.js +0 -0
  340. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/mod.d.ts +0 -0
  341. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/mod.js +0 -0
  342. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize.d.ts +0 -0
  343. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize.js +0 -0
  344. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize_glob.d.ts +0 -0
  345. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize_glob.js +0 -0
  346. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/parse.d.ts +0 -0
  347. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/parse.js +0 -0
  348. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/relative.d.ts +0 -0
  349. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/relative.js +0 -0
  350. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/resolve.d.ts +0 -0
  351. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/resolve.js +0 -0
  352. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/separator.d.ts +0 -0
  353. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/separator.js +0 -0
  354. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_file_url.d.ts +0 -0
  355. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_file_url.js +0 -0
  356. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_namespaced_path.d.ts +0 -0
  357. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_namespaced_path.js +0 -0
  358. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/relative.d.ts +0 -0
  359. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/relative.js +0 -0
  360. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/resolve.d.ts +0 -0
  361. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/resolve.js +0 -0
  362. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/separator.d.ts +0 -0
  363. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/separator.js +0 -0
  364. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_file_url.d.ts +0 -0
  365. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_file_url.js +0 -0
  366. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_namespaced_path.d.ts +0 -0
  367. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_namespaced_path.js +0 -0
  368. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/_util.d.ts +0 -0
  369. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/_util.js +0 -0
  370. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/basename.d.ts +0 -0
  371. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/basename.js +0 -0
  372. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/common.d.ts +0 -0
  373. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/common.js +0 -0
  374. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/dirname.d.ts +0 -0
  375. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/dirname.js +0 -0
  376. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/extname.d.ts +0 -0
  377. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/extname.js +0 -0
  378. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/format.d.ts +0 -0
  379. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/format.js +0 -0
  380. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/from_file_url.d.ts +0 -0
  381. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/from_file_url.js +0 -0
  382. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/glob_to_regexp.d.ts +0 -0
  383. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/glob_to_regexp.js +0 -0
  384. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_absolute.d.ts +0 -0
  385. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_absolute.js +0 -0
  386. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_glob.d.ts +0 -0
  387. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_glob.js +0 -0
  388. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join.d.ts +0 -0
  389. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join.js +0 -0
  390. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join_globs.d.ts +0 -0
  391. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join_globs.js +0 -0
  392. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/mod.d.ts +0 -0
  393. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/mod.js +0 -0
  394. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize.d.ts +0 -0
  395. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize.js +0 -0
  396. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize_glob.d.ts +0 -0
  397. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize_glob.js +0 -0
  398. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/parse.d.ts +0 -0
  399. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/parse.js +0 -0
  400. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/relative.d.ts +0 -0
  401. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/relative.js +0 -0
  402. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/resolve.d.ts +0 -0
  403. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/resolve.js +0 -0
  404. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/separator.d.ts +0 -0
  405. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/separator.js +0 -0
  406. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_file_url.d.ts +0 -0
  407. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_file_url.js +0 -0
  408. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_namespaced_path.d.ts +0 -0
  409. /package/esm/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_namespaced_path.js +0 -0
  410. /package/esm/tl/{5_rpc_result.d.ts → 4_rpc_result.d.ts} +0 -0
  411. /package/esm/tl/{5_rpc_result.js → 4_rpc_result.js} +0 -0
  412. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_constants.d.ts +0 -0
  413. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_constants.js +0 -0
  414. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_diff.d.ts +0 -0
  415. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_format.d.ts +0 -0
  416. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/_format.js +0 -0
  417. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert.d.ts +0 -0
  418. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert.js +0 -0
  419. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_almost_equals.d.ts +0 -0
  420. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_almost_equals.js +0 -0
  421. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_array_includes.d.ts +0 -0
  422. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_array_includes.js +0 -0
  423. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_equals.d.ts +0 -0
  424. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_equals.js +0 -0
  425. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_exists.d.ts +0 -0
  426. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_exists.js +0 -0
  427. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_false.d.ts +0 -0
  428. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_false.js +0 -0
  429. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater.d.ts +0 -0
  430. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater.js +0 -0
  431. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater_or_equal.d.ts +0 -0
  432. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_greater_or_equal.js +0 -0
  433. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_instance_of.d.ts +0 -0
  434. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_instance_of.js +0 -0
  435. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_is_error.d.ts +0 -0
  436. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_is_error.js +0 -0
  437. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less.d.ts +0 -0
  438. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less.js +0 -0
  439. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less_or_equal.d.ts +0 -0
  440. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_less_or_equal.js +0 -0
  441. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_match.d.ts +0 -0
  442. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_match.js +0 -0
  443. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_equals.d.ts +0 -0
  444. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_equals.js +0 -0
  445. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_instance_of.d.ts +0 -0
  446. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_instance_of.js +0 -0
  447. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_match.d.ts +0 -0
  448. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_match.js +0 -0
  449. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_not_strict_equals.d.ts +0 -0
  450. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_object_match.d.ts +0 -0
  451. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_object_match.js +0 -0
  452. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_rejects.d.ts +0 -0
  453. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_rejects.js +0 -0
  454. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_strict_equals.d.ts +0 -0
  455. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_strict_equals.js +0 -0
  456. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_string_includes.d.ts +0 -0
  457. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_string_includes.js +0 -0
  458. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_throws.d.ts +0 -0
  459. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assert_throws.js +0 -0
  460. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assertion_error.d.ts +0 -0
  461. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/assertion_error.js +0 -0
  462. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/equal.d.ts +0 -0
  463. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/equal.js +0 -0
  464. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/fail.d.ts +0 -0
  465. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/fail.js +0 -0
  466. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/mod.d.ts +0 -0
  467. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/mod.js +0 -0
  468. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unimplemented.d.ts +0 -0
  469. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unimplemented.js +0 -0
  470. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unreachable.d.ts +0 -0
  471. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/assert/unreachable.js +0 -0
  472. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/_util.d.ts +0 -0
  473. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/_util.js +0 -0
  474. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/base64.d.ts +0 -0
  475. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/encoding/base64.js +0 -0
  476. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/fmt/colors.d.ts +0 -0
  477. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/fmt/colors.js +0 -0
  478. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/assert_path.d.ts +0 -0
  479. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/assert_path.js +0 -0
  480. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/basename.d.ts +0 -0
  481. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/basename.js +0 -0
  482. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/common.d.ts +0 -0
  483. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/common.js +0 -0
  484. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/constants.d.ts +0 -0
  485. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/constants.js +0 -0
  486. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/dirname.d.ts +0 -0
  487. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/dirname.js +0 -0
  488. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/format.d.ts +0 -0
  489. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/format.js +0 -0
  490. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/from_file_url.d.ts +0 -0
  491. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/from_file_url.js +0 -0
  492. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/glob_to_reg_exp.d.ts +0 -0
  493. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/glob_to_reg_exp.js +0 -0
  494. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize.d.ts +0 -0
  495. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize.js +0 -0
  496. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize_string.d.ts +0 -0
  497. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/normalize_string.js +0 -0
  498. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/relative.d.ts +0 -0
  499. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/relative.js +0 -0
  500. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/strip_trailing_separators.d.ts +0 -0
  501. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/strip_trailing_separators.js +0 -0
  502. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/to_file_url.d.ts +0 -0
  503. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_common/to_file_url.js +0 -0
  504. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_interface.d.ts +0 -0
  505. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_interface.js +0 -0
  506. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_os.d.ts +0 -0
  507. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/_os.js +0 -0
  508. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/basename.d.ts +0 -0
  509. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/basename.js +0 -0
  510. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/common.d.ts +0 -0
  511. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/common.js +0 -0
  512. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/dirname.d.ts +0 -0
  513. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/dirname.js +0 -0
  514. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/extname.d.ts +0 -0
  515. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/extname.js +0 -0
  516. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/format.d.ts +0 -0
  517. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/format.js +0 -0
  518. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/from_file_url.d.ts +0 -0
  519. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/from_file_url.js +0 -0
  520. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/glob_to_regexp.d.ts +0 -0
  521. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/glob_to_regexp.js +0 -0
  522. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_absolute.d.ts +0 -0
  523. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_absolute.js +0 -0
  524. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_glob.d.ts +0 -0
  525. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/is_glob.js +0 -0
  526. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join.d.ts +0 -0
  527. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join.js +0 -0
  528. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join_globs.d.ts +0 -0
  529. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/join_globs.js +0 -0
  530. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/mod.d.ts +0 -0
  531. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/mod.js +0 -0
  532. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize.d.ts +0 -0
  533. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize.js +0 -0
  534. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize_glob.d.ts +0 -0
  535. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/normalize_glob.js +0 -0
  536. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/parse.d.ts +0 -0
  537. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/parse.js +0 -0
  538. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/_util.d.ts +0 -0
  539. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/_util.js +0 -0
  540. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/basename.d.ts +0 -0
  541. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/basename.js +0 -0
  542. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/common.d.ts +0 -0
  543. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/common.js +0 -0
  544. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/dirname.d.ts +0 -0
  545. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/dirname.js +0 -0
  546. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/extname.d.ts +0 -0
  547. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/extname.js +0 -0
  548. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/format.d.ts +0 -0
  549. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/format.js +0 -0
  550. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/from_file_url.d.ts +0 -0
  551. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/from_file_url.js +0 -0
  552. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/glob_to_regexp.d.ts +0 -0
  553. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/glob_to_regexp.js +0 -0
  554. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_absolute.d.ts +0 -0
  555. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_absolute.js +0 -0
  556. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_glob.d.ts +0 -0
  557. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/is_glob.js +0 -0
  558. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join.d.ts +0 -0
  559. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join.js +0 -0
  560. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join_globs.d.ts +0 -0
  561. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/join_globs.js +0 -0
  562. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/mod.d.ts +0 -0
  563. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/mod.js +0 -0
  564. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize.d.ts +0 -0
  565. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize.js +0 -0
  566. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize_glob.d.ts +0 -0
  567. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/normalize_glob.js +0 -0
  568. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/parse.d.ts +0 -0
  569. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/parse.js +0 -0
  570. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/relative.d.ts +0 -0
  571. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/relative.js +0 -0
  572. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/resolve.d.ts +0 -0
  573. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/resolve.js +0 -0
  574. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/separator.d.ts +0 -0
  575. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/separator.js +0 -0
  576. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_file_url.d.ts +0 -0
  577. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_file_url.js +0 -0
  578. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_namespaced_path.d.ts +0 -0
  579. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/posix/to_namespaced_path.js +0 -0
  580. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/relative.d.ts +0 -0
  581. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/relative.js +0 -0
  582. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/resolve.d.ts +0 -0
  583. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/resolve.js +0 -0
  584. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/separator.d.ts +0 -0
  585. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/separator.js +0 -0
  586. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_file_url.d.ts +0 -0
  587. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_file_url.js +0 -0
  588. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_namespaced_path.d.ts +0 -0
  589. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/to_namespaced_path.js +0 -0
  590. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/_util.d.ts +0 -0
  591. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/_util.js +0 -0
  592. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/basename.d.ts +0 -0
  593. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/basename.js +0 -0
  594. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/common.d.ts +0 -0
  595. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/common.js +0 -0
  596. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/dirname.d.ts +0 -0
  597. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/dirname.js +0 -0
  598. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/extname.d.ts +0 -0
  599. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/extname.js +0 -0
  600. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/format.d.ts +0 -0
  601. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/format.js +0 -0
  602. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/from_file_url.d.ts +0 -0
  603. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/from_file_url.js +0 -0
  604. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/glob_to_regexp.d.ts +0 -0
  605. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/glob_to_regexp.js +0 -0
  606. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_absolute.d.ts +0 -0
  607. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_absolute.js +0 -0
  608. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_glob.d.ts +0 -0
  609. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/is_glob.js +0 -0
  610. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join.d.ts +0 -0
  611. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join.js +0 -0
  612. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join_globs.d.ts +0 -0
  613. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/join_globs.js +0 -0
  614. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/mod.d.ts +0 -0
  615. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/mod.js +0 -0
  616. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize.d.ts +0 -0
  617. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize.js +0 -0
  618. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize_glob.d.ts +0 -0
  619. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/normalize_glob.js +0 -0
  620. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/parse.d.ts +0 -0
  621. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/parse.js +0 -0
  622. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/relative.d.ts +0 -0
  623. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/relative.js +0 -0
  624. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/resolve.d.ts +0 -0
  625. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/resolve.js +0 -0
  626. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/separator.d.ts +0 -0
  627. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/separator.js +0 -0
  628. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_file_url.d.ts +0 -0
  629. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_file_url.js +0 -0
  630. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_namespaced_path.d.ts +0 -0
  631. /package/script/deps/deno.land/{std@0.207.0 → std@0.208.0}/path/windows/to_namespaced_path.js +0 -0
  632. /package/script/tl/{5_rpc_result.d.ts → 4_rpc_result.d.ts} +0 -0
  633. /package/script/tl/{5_rpc_result.js → 4_rpc_result.js} +0 -0
@@ -29,8 +29,8 @@ const _2_reply_keyboard_markup_js_1 = require("./2_reply_keyboard_markup.js");
29
29
  const _3_inline_keyboard_markup_js_1 = require("./3_inline_keyboard_markup.js");
30
30
  const d = (0, _0_deps_js_1.debug)("types/Message");
31
31
  async function getSender(message_, getEntity) {
32
- if (message_.fromId instanceof _2_tl_js_1.types.PeerUser) {
33
- const entity = await getEntity(message_.fromId);
32
+ if (message_.from_id instanceof _2_tl_js_1.types.PeerUser) {
33
+ const entity = await getEntity(message_.from_id);
34
34
  if (entity) {
35
35
  return { from: (0, _1_user_js_1.constructUser)(entity) };
36
36
  }
@@ -38,8 +38,8 @@ async function getSender(message_, getEntity) {
38
38
  (0, _1_utilities_js_1.UNREACHABLE)();
39
39
  }
40
40
  }
41
- else if (message_.fromId instanceof _2_tl_js_1.types.PeerChannel) {
42
- const entity = await getEntity(message_.fromId);
41
+ else if (message_.from_id instanceof _2_tl_js_1.types.PeerChannel) {
42
+ const entity = await getEntity(message_.from_id);
43
43
  if (entity) {
44
44
  return { senderChat: (0, _1_chat_js_1.constructChat)(entity) };
45
45
  }
@@ -49,20 +49,20 @@ async function getSender(message_, getEntity) {
49
49
  }
50
50
  }
51
51
  async function getReply(message_, chat, getMessage) {
52
- if (getMessage && message_.replyTo instanceof _2_tl_js_1.types.MessageReplyHeader && message_.replyTo.replyToMsgId) {
52
+ if (getMessage && message_.reply_to instanceof _2_tl_js_1.types.MessageReplyHeader && message_.reply_to.reply_to_msg_id) {
53
53
  let isTopicMessage = false;
54
- if (message_.replyTo.forumTopic) {
54
+ if (message_.reply_to.forum_topic) {
55
55
  isTopicMessage = true;
56
56
  }
57
- const replyToMessage = await getMessage(chat.id, message_.replyTo.replyToMsgId);
58
- if (replyToMessage) {
59
- return { replyToMessage, threadId: message_.replyTo.replyToTopId, isTopicMessage };
57
+ const reply_toMessage = await getMessage(chat.id, message_.reply_to.reply_to_msg_id);
58
+ if (reply_toMessage) {
59
+ return { reply_toMessage, threadId: message_.reply_to.reply_to_top_id, isTopicMessage };
60
60
  }
61
61
  else {
62
62
  d("couldn't get replied message");
63
63
  }
64
64
  }
65
- return { replyToMessage: undefined, threadId: undefined, isTopicMessage: undefined };
65
+ return { reply_toMessage: undefined, threadId: undefined, isTopicMessage: undefined };
66
66
  }
67
67
  async function constructServiceMessage(message_, chat, getEntity, getMessage) {
68
68
  const message = {
@@ -76,7 +76,7 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
76
76
  if (message_.action instanceof _2_tl_js_1.types.MessageActionChatAddUser) {
77
77
  message.newChatMembers = [];
78
78
  for (const user_ of message_.action.users) {
79
- const entity = await getEntity(new _2_tl_js_1.types.PeerUser({ userId: user_ }));
79
+ const entity = await getEntity(new _2_tl_js_1.types.PeerUser({ user_id: user_ }));
80
80
  if (entity) {
81
81
  const user = (0, _1_user_js_1.constructUser)(entity);
82
82
  message.newChatMembers.push(user);
@@ -87,7 +87,7 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
87
87
  }
88
88
  }
89
89
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionChatDeleteUser) {
90
- const entity = await getEntity(new _2_tl_js_1.types.PeerUser({ userId: message_.action.userId }));
90
+ const entity = await getEntity(new _2_tl_js_1.types.PeerUser({ user_id: message_.action.user_id }));
91
91
  if (entity) {
92
92
  const user = (0, _1_user_js_1.constructUser)(entity);
93
93
  message.leftChatMember = user;
@@ -109,7 +109,7 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
109
109
  message.groupCreated = true;
110
110
  message.newChatMembers = [];
111
111
  for (const user_ of message_.action.users) {
112
- const entity = await getEntity(new _2_tl_js_1.types.PeerUser({ userId: user_ }));
112
+ const entity = await getEntity(new _2_tl_js_1.types.PeerUser({ user_id: user_ }));
113
113
  if (entity) {
114
114
  const user = (0, _1_user_js_1.constructUser)(entity);
115
115
  message.newChatMembers.push(user);
@@ -131,18 +131,18 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
131
131
  }
132
132
  }
133
133
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionChatMigrateTo) {
134
- message.chatMigratedTo = _4_constants_js_1.ZERO_CHANNEL_ID + Number(-message_.action.channelId);
134
+ message.chatMigratedTo = _4_constants_js_1.ZERO_CHANNEL_ID + Number(-message_.action.channel_id);
135
135
  }
136
136
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionChannelMigrateFrom) {
137
- message.chatMigratedFrom = Number(-message_.action.chatId);
137
+ message.chatMigratedFrom = Number(-message_.action.chat_id);
138
138
  }
139
139
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionPinMessage) {
140
- const { replyToMessage } = await getReply(message_, chat, getMessage);
141
- message.pinnedMessage = replyToMessage;
140
+ const { reply_toMessage } = await getReply(message_, chat, getMessage);
141
+ message.pinnedMessage = reply_toMessage;
142
142
  }
143
143
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionRequestedPeer) {
144
144
  const user = message_.action.peer[_2_tl_js_1.as](_2_tl_js_1.types.PeerUser);
145
- message.userShared = { requestId: message_.action.buttonId, userId: Number(user.userId) };
145
+ message.userShared = { requestId: message_.action.button_id, userId: Number(user.user_id) };
146
146
  }
147
147
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionBotAllowed) {
148
148
  const webAppName = message_.action.app ? message_.action.app[_2_tl_js_1.as](_2_tl_js_1.types.BotApp).title : undefined;
@@ -151,18 +151,18 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
151
151
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionTopicCreate) {
152
152
  message.forumTopicCreated = {
153
153
  name: message_.action.title,
154
- iconColor: "#" + message_.action.iconColor.toString(16).padStart(6, "0"),
155
- iconCutsomEmojiId: message_.action.iconEmojiId ? String(message_.action.iconEmojiId) : undefined,
154
+ iconColor: "#" + message_.action.icon_color.toString(16).padStart(6, "0"),
155
+ iconCutsomEmojiId: message_.action.icon_emoji_id ? String(message_.action.icon_emoji_id) : undefined,
156
156
  };
157
157
  }
158
158
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionTopicEdit) {
159
159
  if (message_.action.closed) {
160
160
  message.forumTopicClosed = {};
161
161
  }
162
- else if (message_.action.title || message_.action.iconEmojiId) {
162
+ else if (message_.action.title || message_.action.icon_emoji_id) {
163
163
  message.forumTopicEdited = {
164
164
  name: message_.action.title,
165
- iconCutsomEmojiId: message_.action.iconEmojiId ? String(message_.action.iconEmojiId) : undefined,
165
+ iconCutsomEmojiId: message_.action.icon_emoji_id ? String(message_.action.icon_emoji_id) : undefined,
166
166
  };
167
167
  }
168
168
  else {
@@ -170,7 +170,7 @@ async function constructServiceMessage(message_, chat, getEntity, getMessage) {
170
170
  }
171
171
  }
172
172
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionGroupCallScheduled) {
173
- message.videoChatScheduled = { startDate: new Date(message_.action.scheduleDate * 1000) };
173
+ message.videoChatScheduled = { startDate: new Date(message_.action.schedule_date * 1000) };
174
174
  }
175
175
  else if (message_.action instanceof _2_tl_js_1.types.MessageActionGroupCall) {
176
176
  if (message_.action.duration) {
@@ -191,8 +191,8 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
191
191
  }
192
192
  let link;
193
193
  let chat_ = null;
194
- if (message_.peerId instanceof _2_tl_js_1.types.PeerUser) {
195
- const entity = await getEntity(message_.peerId);
194
+ if (message_.peer_id instanceof _2_tl_js_1.types.PeerUser) {
195
+ const entity = await getEntity(message_.peer_id);
196
196
  if (entity) {
197
197
  chat_ = (0, _1_chat_js_1.constructChat)(entity);
198
198
  }
@@ -200,8 +200,8 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
200
200
  (0, _1_utilities_js_1.UNREACHABLE)();
201
201
  }
202
202
  }
203
- else if (message_.peerId instanceof _2_tl_js_1.types.PeerChat) {
204
- const entity = await getEntity(message_.peerId);
203
+ else if (message_.peer_id instanceof _2_tl_js_1.types.PeerChat) {
204
+ const entity = await getEntity(message_.peer_id);
205
205
  if (entity) {
206
206
  chat_ = (0, _1_chat_js_1.constructChat)(entity);
207
207
  }
@@ -209,9 +209,9 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
209
209
  (0, _1_utilities_js_1.UNREACHABLE)();
210
210
  }
211
211
  }
212
- else if (message_.peerId instanceof _2_tl_js_1.types.PeerChannel) {
213
- link = `https://t.me/c/${message_.peerId.channelId}/${message_.id}`;
214
- const entity = await getEntity(message_.peerId);
212
+ else if (message_.peer_id instanceof _2_tl_js_1.types.PeerChannel) {
213
+ link = `https://t.me/c/${message_.peer_id.channel_id}/${message_.id}`;
214
+ const entity = await getEntity(message_.peer_id);
215
215
  if (entity) {
216
216
  chat_ = (0, _1_chat_js_1.constructChat)(entity);
217
217
  }
@@ -240,8 +240,8 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
240
240
  if (message_.media instanceof _2_tl_js_1.types.MessageMediaPhoto || message_.media instanceof _2_tl_js_1.types.MessageMediaDocument) {
241
241
  message.hasMediaSpoiler = message_.media.spoiler || false;
242
242
  }
243
- if (message_.groupedId != undefined) {
244
- message.mediaGroupId = String(message_.groupedId);
243
+ if (message_.grouped_id != undefined) {
244
+ message.mediaGroupId = String(message_.grouped_id);
245
245
  }
246
246
  if (message_.message) {
247
247
  if (message_.media == undefined) {
@@ -259,28 +259,28 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
259
259
  message.captionEntities = message_.entities.map(_0_message_entity_js_1.constructMessageEntity).filter((v) => v);
260
260
  }
261
261
  }
262
- if (message_.editDate != undefined) {
263
- message.editDate = new Date(message_.editDate * 1000);
262
+ if (message_.edit_date != undefined) {
263
+ message.editDate = new Date(message_.edit_date * 1000);
264
264
  }
265
- if (message_.replyMarkup) {
266
- if (message_.replyMarkup instanceof _2_tl_js_1.types.ReplyKeyboardMarkup) {
267
- message.replyMarkup = (0, _2_reply_keyboard_markup_js_1.constructReplyKeyboardMarkup)(message_.replyMarkup);
265
+ if (message_.reply_markup) {
266
+ if (message_.reply_markup instanceof _2_tl_js_1.types.ReplyKeyboardMarkup) {
267
+ message.replyMarkup = (0, _2_reply_keyboard_markup_js_1.constructReplyKeyboardMarkup)(message_.reply_markup);
268
268
  }
269
- else if (message_.replyMarkup instanceof _2_tl_js_1.types.ReplyInlineMarkup) {
270
- message.replyMarkup = (0, _3_inline_keyboard_markup_js_1.constructInlineKeyboardMarkup)(message_.replyMarkup);
269
+ else if (message_.reply_markup instanceof _2_tl_js_1.types.ReplyInlineMarkup) {
270
+ message.replyMarkup = (0, _3_inline_keyboard_markup_js_1.constructInlineKeyboardMarkup)(message_.reply_markup);
271
271
  }
272
- else if (message_.replyMarkup instanceof _2_tl_js_1.types.ReplyKeyboardHide) {
273
- message.replyMarkup = (0, _0_reply_keyboard_remove_js_1.constructReplyKeyboardRemove)(message_.replyMarkup);
272
+ else if (message_.reply_markup instanceof _2_tl_js_1.types.ReplyKeyboardHide) {
273
+ message.replyMarkup = (0, _0_reply_keyboard_remove_js_1.constructReplyKeyboardRemove)(message_.reply_markup);
274
274
  }
275
- else if (message_.replyMarkup instanceof _2_tl_js_1.types.ReplyKeyboardForceReply) {
276
- message.replyMarkup = (0, _0_force_reply_js_1.constructForceReply)(message_.replyMarkup);
275
+ else if (message_.reply_markup instanceof _2_tl_js_1.types.ReplyKeyboardForceReply) {
276
+ message.replyMarkup = (0, _0_force_reply_js_1.constructForceReply)(message_.reply_markup);
277
277
  }
278
278
  else {
279
279
  (0, _1_utilities_js_1.UNREACHABLE)();
280
280
  }
281
281
  }
282
- if (message_.viaBotId != undefined) {
283
- const viaBot = await getEntity(new _2_tl_js_1.types.PeerUser({ userId: message_.viaBotId }));
282
+ if (message_.via_bot_id != undefined) {
283
+ const viaBot = await getEntity(new _2_tl_js_1.types.PeerUser({ user_id: message_.via_bot_id }));
284
284
  if (viaBot) {
285
285
  message.viaBot = (0, _1_user_js_1.constructUser)(viaBot);
286
286
  }
@@ -288,17 +288,17 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
288
288
  (0, _1_utilities_js_1.UNREACHABLE)();
289
289
  }
290
290
  }
291
- if (message_.postAuthor != undefined) {
292
- message.authorSignature = message_.postAuthor;
291
+ if (message_.post_author != undefined) {
292
+ message.authorSignature = message_.post_author;
293
293
  }
294
- if (message_.fwdFrom instanceof _2_tl_js_1.types.MessageFwdHeader) {
295
- message.isAutomaticForward = message_.fwdFrom.savedFromPeer != undefined && message_.fwdFrom.savedFromMsgId != undefined;
296
- message.forwardSenderName = message_.fwdFrom.fromName;
297
- message.forwardId = message_.fwdFrom.channelPost;
298
- message.forwardSignature = message_.fwdFrom.postAuthor;
294
+ if (message_.fwd_from instanceof _2_tl_js_1.types.MessageFwdHeader) {
295
+ message.isAutomaticForward = message_.fwd_from.saved_from_peer != undefined && message_.fwd_from.saved_from_msg_id != undefined;
296
+ message.forwardSenderName = message_.fwd_from.from_name;
297
+ message.forwardId = message_.fwd_from.channel_post;
298
+ message.forwardSignature = message_.fwd_from.post_author;
299
299
  message.forwardDate = new Date(message_.date * 1000);
300
- if (message_.fwdFrom.fromId instanceof _2_tl_js_1.types.PeerUser) {
301
- const entity = await getEntity(message_.fwdFrom.fromId);
300
+ if (message_.fwd_from.from_id instanceof _2_tl_js_1.types.PeerUser) {
301
+ const entity = await getEntity(message_.fwd_from.from_id);
302
302
  if (entity) {
303
303
  message.forwardFrom = (0, _1_user_js_1.constructUser)(entity);
304
304
  }
@@ -306,8 +306,8 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
306
306
  (0, _1_utilities_js_1.UNREACHABLE)();
307
307
  }
308
308
  }
309
- else if (message_.fwdFrom.fromId instanceof _2_tl_js_1.types.PeerChat) {
310
- const entity = await getEntity(message_.fwdFrom.fromId);
309
+ else if (message_.fwd_from.from_id instanceof _2_tl_js_1.types.PeerChat) {
310
+ const entity = await getEntity(message_.fwd_from.from_id);
311
311
  if (entity) {
312
312
  message.forwardFromChat = (0, _1_chat_js_1.constructChat)(entity);
313
313
  }
@@ -315,8 +315,8 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
315
315
  (0, _1_utilities_js_1.UNREACHABLE)();
316
316
  }
317
317
  }
318
- else if (message_.fwdFrom.fromId instanceof _2_tl_js_1.types.PeerChannel) {
319
- const entity = await getEntity(message_.fwdFrom.fromId);
318
+ else if (message_.fwd_from.from_id instanceof _2_tl_js_1.types.PeerChannel) {
319
+ const entity = await getEntity(message_.fwd_from.from_id);
320
320
  if (entity) {
321
321
  message.forwardFromChat = (0, _1_chat_js_1.constructChat)(entity);
322
322
  }
@@ -337,10 +337,10 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
337
337
  else if (message_.media instanceof _2_tl_js_1.types.MessageMediaDocument) {
338
338
  const { document } = message_.media;
339
339
  if (document instanceof _2_tl_js_1.types.Document) {
340
- const getFileId = (type) => new _0__file_id_js_1.FileID(null, null, type, document.dcId, {
340
+ const getFileId = (type) => new _0__file_id_js_1.FileID(null, null, type, document.dc_id, {
341
341
  mediaId: document.id,
342
- accessHash: document.accessHash,
343
- fileReference: document.fileReference,
342
+ accessHash: document.access_hash,
343
+ fileReference: document.file_reference,
344
344
  }).encode();
345
345
  const fileUniqueId = new _0__file_id_js_1.FileUniqueID(_0__file_id_js_1.FileUniqueType.Document, { mediaId: document.id }).encode();
346
346
  const animated = document.attributes.find((v) => v instanceof _2_tl_js_1.types.DocumentAttributeAnimated);
@@ -352,11 +352,11 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
352
352
  message.animation = (0, _1_animation_js_1.constructAnimation)(document, video, fileName, getFileId(_0__file_id_js_1.FileType.Animation), fileUniqueId);
353
353
  }
354
354
  else if (video) {
355
- if (video.roundMessage) {
355
+ if (video.round_message) {
356
356
  message.videoNote = (0, _1_video_note_js_1.constructVideoNote)(document, video, getFileId(_0__file_id_js_1.FileType.VideoNote), fileUniqueId);
357
357
  }
358
358
  else {
359
- message.video = (0, _1_video_js_1.constructVideo)(document, video, fileName?.fileName, getFileId(_0__file_id_js_1.FileType.Video), fileUniqueId);
359
+ message.video = (0, _1_video_js_1.constructVideo)(document, video, fileName?.file_name, getFileId(_0__file_id_js_1.FileType.Video), fileUniqueId);
360
360
  }
361
361
  }
362
362
  else if (audio) {
@@ -374,7 +374,7 @@ async function constructMessage(message_, getEntity, getMessage, getStickerSetNa
374
374
  message.document = (0, _1_document_js_1.constructDocument)(document, fileName, getFileId(_0__file_id_js_1.FileType.Document), fileUniqueId);
375
375
  }
376
376
  else {
377
- message.document = (0, _1_document_js_1.constructDocument)(document, new _2_tl_js_1.types.DocumentAttributeFilename({ fileName: "Unknown" }), getFileId(_0__file_id_js_1.FileType.Document), fileUniqueId);
377
+ message.document = (0, _1_document_js_1.constructDocument)(document, new _2_tl_js_1.types.DocumentAttributeFilename({ file_name: "Unknown" }), getFileId(_0__file_id_js_1.FileType.Document), fileUniqueId);
378
378
  }
379
379
  }
380
380
  }
@@ -5,24 +5,24 @@ const _1_utilities_js_1 = require("../1_utilities.js");
5
5
  const _2_tl_js_1 = require("../2_tl.js");
6
6
  const _1_user_js_1 = require("./1_user.js");
7
7
  async function constructCallbackQuery(callbackQuery, getEntity, getMessage) {
8
- const user_ = await getEntity(new _2_tl_js_1.types.PeerUser({ userId: callbackQuery.userId }));
8
+ const user_ = await getEntity(new _2_tl_js_1.types.PeerUser({ user_id: callbackQuery.user_id }));
9
9
  if (!user_) {
10
10
  (0, _1_utilities_js_1.UNREACHABLE)();
11
11
  }
12
12
  const user = (0, _1_user_js_1.constructUser)(user_);
13
- const id = String(callbackQuery.queryId);
14
- const gameShortName = callbackQuery.gameShortName;
13
+ const id = String(callbackQuery.query_id);
14
+ const gameShortName = callbackQuery.game_short_name;
15
15
  const data = callbackQuery.data !== undefined ? new TextDecoder().decode(callbackQuery.data) : undefined;
16
- const chatInstance = callbackQuery.chatInstance == 0n ? "" : String(callbackQuery.chatInstance);
16
+ const chatInstance = callbackQuery.chat_instance == 0n ? "" : String(callbackQuery.chat_instance);
17
17
  if (callbackQuery instanceof _2_tl_js_1.types.UpdateBotCallbackQuery) {
18
- const message = await getMessage((0, _2_tl_js_1.peerToChatId)(callbackQuery.peer), Number(callbackQuery.msgId));
18
+ const message = await getMessage((0, _2_tl_js_1.peerToChatId)(callbackQuery.peer), Number(callbackQuery.msg_id));
19
19
  if (message == null) {
20
20
  (0, _1_utilities_js_1.UNREACHABLE)();
21
21
  }
22
22
  return (0, _1_utilities_js_1.cleanObject)({ id, from: user, message, chatInstance, data, gameShortName });
23
23
  }
24
24
  else {
25
- return (0, _1_utilities_js_1.cleanObject)({ id, from: user, inlineMessageId: Number(callbackQuery.msgId.id), chatInstance, data, gameShortName });
25
+ return (0, _1_utilities_js_1.cleanObject)({ id, from: user, inlineMessageId: Number(callbackQuery.msg_id.id), chatInstance, data, gameShortName });
26
26
  }
27
27
  }
28
28
  exports.constructCallbackQuery = constructCallbackQuery;
@@ -4,4 +4,4 @@ import { UsernameResolver } from "./1__getters.js";
4
4
  import { ReplyKeyboardMarkup } from "./2_reply_keyboard_markup.js";
5
5
  import { InlineKeyboardMarkup } from "./3_inline_keyboard_markup.js";
6
6
  export type ReplyMarkup = InlineKeyboardMarkup | ReplyKeyboardMarkup | ReplyKeyboardRemove | ForceReply;
7
- export declare function replyMarkupToTlObject(replyMarkup: ReplyMarkup, usernameResolver: UsernameResolver): Promise<import("../tl/2_types.js").ReplyKeyboardHide | import("../tl/2_types.js").ReplyKeyboardForceReply | import("../tl/2_types.js").ReplyKeyboardMarkup | import("../tl/2_types.js").ReplyInlineMarkup>;
7
+ export declare function replyMarkupToTlObject(replyMarkup: ReplyMarkup, usernameResolver: UsernameResolver): Promise<import("../tl/2_types.js").ReplyKeyboardHide_ | import("../tl/2_types.js").ReplyKeyboardForceReply_ | import("../tl/2_types.js").ReplyKeyboardMarkup_ | import("../tl/2_types.js").ReplyInlineMarkup_>;
@@ -1,4 +1,3 @@
1
- import { types } from "../2_tl.js";
2
1
  import { MessageEntity } from "./0_message_entity.js";
3
2
  import { ParseMode } from "./0_parse_mode.js";
4
3
  import { UsernameResolver } from "./1__getters.js";
@@ -26,4 +25,4 @@ export type InlineQueryResult = InlineQueryResultCachedAudio | InlineQueryResult
26
25
  export declare function inlineQueryResultToTlObject(result_: InlineQueryResult, parseText: (text: string, params?: {
27
26
  parseMode?: ParseMode;
28
27
  entities?: MessageEntity[];
29
- }) => readonly [string, any[] | undefined], usernameResolver: UsernameResolver): Promise<types.InputBotInlineResult | types.InputBotInlineResultDocument>;
28
+ }) => readonly [string, any[] | undefined], usernameResolver: UsernameResolver): Promise<import("../tl/2_types.js").InputBotInlineResult_ | import("../tl/2_types.js").InputBotInlineResultDocument_>;
@@ -16,7 +16,7 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
16
16
  document = new _2_tl_js_1.types.InputWebDocument({
17
17
  url: result_.audioUrl,
18
18
  size: 0,
19
- mimeType: "audio/mpeg",
19
+ mime_type: "audio/mpeg",
20
20
  attributes: [
21
21
  new _2_tl_js_1.types.DocumentAttributeAudio({
22
22
  duration: result_.audioDuration ?? 0,
@@ -35,7 +35,7 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
35
35
  document = new _2_tl_js_1.types.InputWebDocument({
36
36
  url: result_.videoUrl,
37
37
  size: 0,
38
- mimeType: result_.mimeType ?? "video/mp4",
38
+ mime_type: result_.mimeType ?? "video/mp4",
39
39
  attributes: [
40
40
  new _2_tl_js_1.types.DocumentAttributeVideo({
41
41
  duration: result_.videoDuration ?? 0,
@@ -53,7 +53,7 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
53
53
  if ("documentUrl" in result_) {
54
54
  document = new _2_tl_js_1.types.InputWebDocument({
55
55
  url: result_.documentUrl,
56
- mimeType: "application/octet-stream",
56
+ mime_type: "application/octet-stream",
57
57
  attributes: [],
58
58
  size: 0,
59
59
  });
@@ -67,7 +67,7 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
67
67
  document = new _2_tl_js_1.types.InputWebDocument({
68
68
  url: result_.gifUrl,
69
69
  size: 0,
70
- mimeType: "image/gif",
70
+ mime_type: "image/gif",
71
71
  attributes: [
72
72
  new _2_tl_js_1.types.DocumentAttributeVideo({
73
73
  duration: result_.gifDuration ?? 0,
@@ -86,14 +86,14 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
86
86
  document = new _2_tl_js_1.types.InputWebDocument({
87
87
  url: result_.mpeg4Url,
88
88
  size: 0,
89
- mimeType: "video/mp4",
89
+ mime_type: "video/mp4",
90
90
  attributes: [
91
91
  new _2_tl_js_1.types.DocumentAttributeVideo({
92
92
  nosound: true,
93
93
  duration: result_.mpeg4Duration ?? 0,
94
94
  w: result_.mpeg4Width ?? 0,
95
95
  h: result_.mpeg4Height ?? 0,
96
- supportsStreaming: true,
96
+ supports_streaming: true,
97
97
  }),
98
98
  ],
99
99
  });
@@ -107,7 +107,7 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
107
107
  document = new _2_tl_js_1.types.InputWebDocument({
108
108
  url: result_.photoUrl,
109
109
  size: 0,
110
- mimeType: "image/jpeg",
110
+ mime_type: "image/jpeg",
111
111
  attributes: [new _2_tl_js_1.types.DocumentAttributeImageSize({ w: result_.photoWidth ?? 0, h: result_.photoHeight ?? 0 })],
112
112
  });
113
113
  }
@@ -123,7 +123,7 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
123
123
  document = new _2_tl_js_1.types.InputWebDocument({
124
124
  url: result_.voiceUrl,
125
125
  size: 0,
126
- mimeType: "audio/mpeg",
126
+ mime_type: "audio/mpeg",
127
127
  attributes: [
128
128
  new _2_tl_js_1.types.DocumentAttributeAudio({
129
129
  duration: result_.voiceDuration ?? 0,
@@ -142,7 +142,7 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
142
142
  thumb = new _2_tl_js_1.types.InputWebDocument({
143
143
  url: result_.thumbnailUrl,
144
144
  size: 0,
145
- mimeType: "image/jpeg",
145
+ mime_type: "image/jpeg",
146
146
  attributes: [],
147
147
  });
148
148
  }
@@ -158,7 +158,7 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
158
158
  const sendMessage = new _2_tl_js_1.types.InputBotInlineMessageMediaAuto({
159
159
  message,
160
160
  entities,
161
- replyMarkup,
161
+ reply_markup: replyMarkup,
162
162
  });
163
163
  const title = "title" in result_ ? result_.title : undefined;
164
164
  const description = "description" in result_ ? result_.description : undefined;
@@ -170,10 +170,10 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
170
170
  description,
171
171
  thumb: thumb == null ? undefined : thumb,
172
172
  content: document,
173
- sendMessage: new _2_tl_js_1.types.InputBotInlineMessageMediaAuto({
173
+ send_message: new _2_tl_js_1.types.InputBotInlineMessageMediaAuto({
174
174
  message,
175
175
  entities,
176
- replyMarkup,
176
+ reply_markup: replyMarkup,
177
177
  }),
178
178
  });
179
179
  }
@@ -186,10 +186,10 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
186
186
  description,
187
187
  document: new _2_tl_js_1.types.InputDocument({
188
188
  id: fileId.params.mediaId,
189
- accessHash: fileId.params.accessHash,
190
- fileReference: fileId.params.fileReference,
189
+ access_hash: fileId.params.accessHash,
190
+ file_reference: fileId.params.fileReference,
191
191
  }),
192
- sendMessage,
192
+ send_message: sendMessage,
193
193
  });
194
194
  }
195
195
  else if (result_.type == "location") {
@@ -198,16 +198,16 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
198
198
  type,
199
199
  title,
200
200
  description,
201
- sendMessage: new _2_tl_js_1.types.InputBotInlineMessageMediaGeo({
202
- geoPoint: new _2_tl_js_1.types.InputGeoPoint({
201
+ send_message: new _2_tl_js_1.types.InputBotInlineMessageMediaGeo({
202
+ geo_point: new _2_tl_js_1.types.InputGeoPoint({
203
203
  lat: result_.latitude,
204
204
  long: result_.longitude,
205
- accuracyRadius: result_.horizontalAccuracy,
205
+ accuracy_radius: result_.horizontalAccuracy,
206
206
  }),
207
207
  heading: result_.heading,
208
208
  period: result_.livePeriod,
209
- proximityNotificationRadius: result_.proximityAlertRadius,
210
- replyMarkup,
209
+ proximity_notification_radius: result_.proximityAlertRadius,
210
+ reply_markup: replyMarkup,
211
211
  }),
212
212
  });
213
213
  }
@@ -217,8 +217,8 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
217
217
  type,
218
218
  title,
219
219
  description,
220
- sendMessage: new _2_tl_js_1.types.InputBotInlineMessageGame({
221
- replyMarkup,
220
+ send_message: new _2_tl_js_1.types.InputBotInlineMessageGame({
221
+ reply_markup: replyMarkup,
222
222
  }),
223
223
  });
224
224
  }
@@ -232,11 +232,11 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
232
232
  type,
233
233
  title,
234
234
  description,
235
- sendMessage: new _2_tl_js_1.types.InputBotInlineMessageText({
235
+ send_message: new _2_tl_js_1.types.InputBotInlineMessageText({
236
236
  message,
237
237
  entities,
238
- noWebpage: result_.inputMessageContent.disableWebPagePreview ? true : undefined,
239
- replyMarkup,
238
+ no_webpage: result_.inputMessageContent.disableWebPagePreview ? true : undefined,
239
+ reply_markup: replyMarkup,
240
240
  }),
241
241
  });
242
242
  }
@@ -249,14 +249,14 @@ async function inlineQueryResultToTlObject(result_, parseText, usernameResolver)
249
249
  type,
250
250
  title,
251
251
  description,
252
- sendMessage: new _2_tl_js_1.types.InputBotInlineMessageMediaVenue({
253
- geoPoint: new _2_tl_js_1.types.InputGeoPoint({ long: result_.longitude, lat: result_.latitude }),
252
+ send_message: new _2_tl_js_1.types.InputBotInlineMessageMediaVenue({
253
+ geo_point: new _2_tl_js_1.types.InputGeoPoint({ long: result_.longitude, lat: result_.latitude }),
254
254
  address: result_.address,
255
255
  provider: "foursquare",
256
256
  title: result_.title,
257
- venueId: result_.fourSquareId,
258
- venueType: result_.foursquareType,
259
- replyMarkup,
257
+ venue_id: result_.fourSquareId,
258
+ venue_type: result_.foursquareType,
259
+ reply_markup: replyMarkup,
260
260
  }),
261
261
  });
262
262
  }
@@ -1,10 +0,0 @@
1
- import { Deno } from "@deno/shim-deno";
2
- export { Deno } from "@deno/shim-deno";
3
- export { crypto, type Crypto, type SubtleCrypto, type AlgorithmIdentifier, type Algorithm, type RsaOaepParams, type BufferSource, type AesCtrParams, type AesCbcParams, type AesGcmParams, type CryptoKey, type KeyAlgorithm, type KeyType, type KeyUsage, type EcdhKeyDeriveParams, type HkdfParams, type HashAlgorithmIdentifier, type Pbkdf2Params, type AesDerivedKeyParams, type HmacImportParams, type JsonWebKey, type RsaOtherPrimesInfo, type KeyFormat, type RsaHashedKeyGenParams, type RsaKeyGenParams, type BigInteger, type EcKeyGenParams, type NamedCurve, type CryptoKeyPair, type AesKeyGenParams, type HmacKeyGenParams, type RsaHashedImportParams, type EcKeyImportParams, type AesKeyAlgorithm, type RsaPssParams, type EcdsaParams } from "@deno/shim-crypto";
4
- import { default as WebSocket } from "ws";
5
- export { default as WebSocket } from "ws";
6
- export declare const dntGlobalThis: Omit<typeof globalThis, "WebSocket" | "crypto" | "Deno"> & {
7
- Deno: typeof Deno;
8
- crypto: import("@deno/shim-crypto").Crypto;
9
- WebSocket: typeof WebSocket;
10
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,10 +0,0 @@
1
- import { Deno } from "@deno/shim-deno";
2
- export { Deno } from "@deno/shim-deno";
3
- export { crypto, type Crypto, type SubtleCrypto, type AlgorithmIdentifier, type Algorithm, type RsaOaepParams, type BufferSource, type AesCtrParams, type AesCbcParams, type AesGcmParams, type CryptoKey, type KeyAlgorithm, type KeyType, type KeyUsage, type EcdhKeyDeriveParams, type HkdfParams, type HashAlgorithmIdentifier, type Pbkdf2Params, type AesDerivedKeyParams, type HmacImportParams, type JsonWebKey, type RsaOtherPrimesInfo, type KeyFormat, type RsaHashedKeyGenParams, type RsaKeyGenParams, type BigInteger, type EcKeyGenParams, type NamedCurve, type CryptoKeyPair, type AesKeyGenParams, type HmacKeyGenParams, type RsaHashedImportParams, type EcKeyImportParams, type AesKeyAlgorithm, type RsaPssParams, type EcdsaParams } from "@deno/shim-crypto";
4
- import { default as WebSocket } from "ws";
5
- export { default as WebSocket } from "ws";
6
- export declare const dntGlobalThis: Omit<typeof globalThis, "WebSocket" | "crypto" | "Deno"> & {
7
- Deno: typeof Deno;
8
- crypto: import("@deno/shim-crypto").Crypto;
9
- WebSocket: typeof WebSocket;
10
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};