@mtkruto/node 0.147.0 → 0.150.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 (285) hide show
  1. package/esm/0_deps.d.ts +8 -8
  2. package/esm/0_deps.js +8 -8
  3. package/esm/3_types.d.ts +3 -0
  4. package/esm/3_types.d.ts.map +1 -1
  5. package/esm/3_types.js +3 -0
  6. package/esm/client/0_params.d.ts +8 -0
  7. package/esm/client/0_params.d.ts.map +1 -1
  8. package/esm/client/0_utilities.d.ts +1 -1
  9. package/esm/client/0_utilities.d.ts.map +1 -1
  10. package/esm/client/1_client_generic.d.ts +20 -2
  11. package/esm/client/1_client_generic.d.ts.map +1 -1
  12. package/esm/client/3_filters.d.ts.map +1 -1
  13. package/esm/client/3_filters.js +4 -1
  14. package/esm/client/3_message_manager.d.ts +4 -2
  15. package/esm/client/3_message_manager.d.ts.map +1 -1
  16. package/esm/client/3_message_manager.js +85 -1
  17. package/esm/client/6_client.d.ts +20 -2
  18. package/esm/client/6_client.d.ts.map +1 -1
  19. package/esm/client/6_client.js +22 -0
  20. package/esm/client/6_client_dispatcher.d.ts +20 -2
  21. package/esm/client/6_client_dispatcher.d.ts.map +1 -1
  22. package/esm/client/6_client_dispatcher.js +22 -0
  23. package/{script/deps/jsr.io/@std/async/1.3.0 → esm/deps/jsr.io/@std/async/1.4.0}/delay.d.ts.map +1 -1
  24. package/esm/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/pool.d.ts.map +1 -1
  25. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/assert_path.d.ts.map +1 -1
  26. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/assert_path.js +1 -1
  27. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/basename.d.ts.map +1 -1
  28. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/basename.js +1 -1
  29. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/constants.d.ts.map +1 -1
  30. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/constants.js +1 -1
  31. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/from_file_url.d.ts.map +1 -1
  32. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/from_file_url.js +1 -1
  33. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize.d.ts.map +1 -1
  34. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize.js +1 -1
  35. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize_string.d.ts.map +1 -1
  36. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize_string.js +1 -1
  37. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/strip_trailing_separators.d.ts.map +1 -1
  38. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/strip_trailing_separators.js +1 -1
  39. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/to_file_url.d.ts.map +1 -1
  40. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/to_file_url.js +1 -1
  41. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/basename.d.ts +4 -1
  42. package/esm/deps/jsr.io/@std/path/1.1.5/basename.d.ts.map +1 -0
  43. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/basename.js +5 -2
  44. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/extname.d.ts +4 -1
  45. package/esm/deps/jsr.io/@std/path/1.1.5/extname.d.ts.map +1 -0
  46. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/extname.js +5 -2
  47. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_absolute.d.ts.map +1 -1
  48. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_absolute.js +1 -1
  49. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join.d.ts.map +1 -1
  50. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join.js +1 -1
  51. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/_util.d.ts.map +1 -1
  52. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/_util.js +1 -1
  53. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/posix/basename.d.ts +5 -0
  54. package/esm/deps/jsr.io/@std/path/1.1.5/posix/basename.d.ts.map +1 -0
  55. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/basename.js +6 -1
  56. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/posix/extname.d.ts +5 -0
  57. package/esm/deps/jsr.io/@std/path/1.1.5/posix/extname.d.ts.map +1 -0
  58. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/extname.js +6 -1
  59. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/from_file_url.d.ts.map +1 -1
  60. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/from_file_url.js +1 -1
  61. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_absolute.d.ts.map +1 -1
  62. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_absolute.js +1 -1
  63. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/posix/join.d.ts.map +1 -1
  64. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join.js +1 -1
  65. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/posix/normalize.d.ts.map +1 -1
  66. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize.js +1 -1
  67. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/posix/to_file_url.d.ts.map +1 -1
  68. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_file_url.js +1 -1
  69. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/to_file_url.d.ts.map +1 -1
  70. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_file_url.js +1 -1
  71. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/_util.d.ts.map +1 -1
  72. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/_util.js +1 -1
  73. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/basename.d.ts +1 -0
  74. package/esm/deps/jsr.io/@std/path/1.1.5/windows/basename.d.ts.map +1 -0
  75. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/basename.js +2 -1
  76. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/windows/extname.d.ts +1 -0
  77. package/esm/deps/jsr.io/@std/path/1.1.5/windows/extname.d.ts.map +1 -0
  78. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/extname.js +2 -1
  79. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/windows/from_file_url.d.ts.map +1 -1
  80. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/from_file_url.js +1 -1
  81. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/windows/is_absolute.d.ts.map +1 -1
  82. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/is_absolute.js +1 -1
  83. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/windows/join.d.ts.map +1 -1
  84. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join.js +1 -1
  85. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/windows/normalize.d.ts.map +1 -1
  86. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize.js +1 -1
  87. package/{script/deps/jsr.io/@std/path/1.1.4 → esm/deps/jsr.io/@std/path/1.1.5}/windows/to_file_url.d.ts.map +1 -1
  88. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_file_url.js +1 -1
  89. package/esm/deps/jsr.io/@std/streams/{1.1.0 → 1.1.1}/to_array_buffer.d.ts.map +1 -1
  90. package/esm/tl/1_telegram_api.d.ts +444 -11
  91. package/esm/tl/1_telegram_api.d.ts.map +1 -1
  92. package/esm/tl/1_telegram_api.js +554 -33
  93. package/esm/types/2_message_entity.d.ts +16 -0
  94. package/esm/types/2_message_entity.d.ts.map +1 -1
  95. package/esm/types/2_message_entity.js +51 -45
  96. package/esm/types/3_rich_text_component.d.ts +268 -0
  97. package/esm/types/3_rich_text_component.d.ts.map +1 -0
  98. package/esm/types/3_rich_text_component.js +161 -0
  99. package/esm/types/4_page_block.d.ts +479 -0
  100. package/esm/types/4_page_block.d.ts.map +1 -0
  101. package/esm/types/4_page_block.js +552 -0
  102. package/esm/types/5_input_rich_text.d.ts +38 -0
  103. package/esm/types/5_input_rich_text.d.ts.map +1 -0
  104. package/esm/types/5_input_rich_text.js +20 -0
  105. package/esm/types/6_message.d.ts +20 -1
  106. package/esm/types/6_message.d.ts.map +1 -1
  107. package/esm/types/6_message.js +32 -2
  108. package/package.json +1 -1
  109. package/script/0_deps.d.ts +8 -8
  110. package/script/0_deps.js +8 -8
  111. package/script/3_types.d.ts +3 -0
  112. package/script/3_types.d.ts.map +1 -1
  113. package/script/3_types.js +3 -0
  114. package/script/client/0_params.d.ts +8 -0
  115. package/script/client/0_params.d.ts.map +1 -1
  116. package/script/client/0_utilities.d.ts +1 -1
  117. package/script/client/0_utilities.d.ts.map +1 -1
  118. package/script/client/1_client_generic.d.ts +20 -2
  119. package/script/client/1_client_generic.d.ts.map +1 -1
  120. package/script/client/3_filters.d.ts.map +1 -1
  121. package/script/client/3_filters.js +4 -1
  122. package/script/client/3_message_manager.d.ts +4 -2
  123. package/script/client/3_message_manager.d.ts.map +1 -1
  124. package/script/client/3_message_manager.js +84 -0
  125. package/script/client/6_client.d.ts +20 -2
  126. package/script/client/6_client.d.ts.map +1 -1
  127. package/script/client/6_client.js +22 -0
  128. package/script/client/6_client_dispatcher.d.ts +20 -2
  129. package/script/client/6_client_dispatcher.d.ts.map +1 -1
  130. package/script/client/6_client_dispatcher.js +22 -0
  131. package/{esm/deps/jsr.io/@std/async/1.3.0 → script/deps/jsr.io/@std/async/1.4.0}/delay.d.ts.map +1 -1
  132. package/script/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/pool.d.ts.map +1 -1
  133. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/assert_path.d.ts.map +1 -1
  134. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/assert_path.js +1 -1
  135. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/basename.d.ts.map +1 -1
  136. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/basename.js +1 -1
  137. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/constants.d.ts.map +1 -1
  138. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/constants.js +1 -1
  139. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/from_file_url.d.ts.map +1 -1
  140. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/from_file_url.js +1 -1
  141. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize.d.ts.map +1 -1
  142. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize.js +1 -1
  143. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize_string.d.ts.map +1 -1
  144. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize_string.js +1 -1
  145. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/strip_trailing_separators.d.ts.map +1 -1
  146. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/strip_trailing_separators.js +1 -1
  147. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/to_file_url.d.ts.map +1 -1
  148. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/to_file_url.js +1 -1
  149. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/basename.d.ts +4 -1
  150. package/script/deps/jsr.io/@std/path/1.1.5/basename.d.ts.map +1 -0
  151. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/basename.js +5 -2
  152. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/extname.d.ts +4 -1
  153. package/script/deps/jsr.io/@std/path/1.1.5/extname.d.ts.map +1 -0
  154. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/extname.js +5 -2
  155. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_absolute.d.ts.map +1 -1
  156. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_absolute.js +1 -1
  157. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join.d.ts.map +1 -1
  158. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join.js +1 -1
  159. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/_util.d.ts.map +1 -1
  160. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/_util.js +1 -1
  161. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/posix/basename.d.ts +5 -0
  162. package/script/deps/jsr.io/@std/path/1.1.5/posix/basename.d.ts.map +1 -0
  163. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/basename.js +6 -1
  164. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/posix/extname.d.ts +5 -0
  165. package/script/deps/jsr.io/@std/path/1.1.5/posix/extname.d.ts.map +1 -0
  166. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/extname.js +6 -1
  167. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/from_file_url.d.ts.map +1 -1
  168. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/from_file_url.js +1 -1
  169. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_absolute.d.ts.map +1 -1
  170. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_absolute.js +1 -1
  171. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/posix/join.d.ts.map +1 -1
  172. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join.js +1 -1
  173. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/posix/normalize.d.ts.map +1 -1
  174. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize.js +1 -1
  175. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/posix/to_file_url.d.ts.map +1 -1
  176. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_file_url.js +1 -1
  177. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/to_file_url.d.ts.map +1 -1
  178. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_file_url.js +1 -1
  179. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/_util.d.ts.map +1 -1
  180. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/_util.js +1 -1
  181. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/basename.d.ts +1 -0
  182. package/script/deps/jsr.io/@std/path/1.1.5/windows/basename.d.ts.map +1 -0
  183. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/basename.js +2 -1
  184. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/windows/extname.d.ts +1 -0
  185. package/script/deps/jsr.io/@std/path/1.1.5/windows/extname.d.ts.map +1 -0
  186. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/extname.js +2 -1
  187. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/windows/from_file_url.d.ts.map +1 -1
  188. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/from_file_url.js +1 -1
  189. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/windows/is_absolute.d.ts.map +1 -1
  190. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/is_absolute.js +1 -1
  191. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/windows/join.d.ts.map +1 -1
  192. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join.js +1 -1
  193. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/windows/normalize.d.ts.map +1 -1
  194. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize.js +1 -1
  195. package/{esm/deps/jsr.io/@std/path/1.1.4 → script/deps/jsr.io/@std/path/1.1.5}/windows/to_file_url.d.ts.map +1 -1
  196. package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_file_url.js +1 -1
  197. package/script/deps/jsr.io/@std/streams/{1.1.0 → 1.1.1}/to_array_buffer.d.ts.map +1 -1
  198. package/script/tl/1_telegram_api.d.ts +444 -11
  199. package/script/tl/1_telegram_api.d.ts.map +1 -1
  200. package/script/tl/1_telegram_api.js +554 -33
  201. package/script/types/2_message_entity.d.ts +16 -0
  202. package/script/types/2_message_entity.d.ts.map +1 -1
  203. package/script/types/2_message_entity.js +53 -45
  204. package/script/types/3_rich_text_component.d.ts +268 -0
  205. package/script/types/3_rich_text_component.d.ts.map +1 -0
  206. package/script/types/3_rich_text_component.js +165 -0
  207. package/script/types/4_page_block.d.ts +479 -0
  208. package/script/types/4_page_block.d.ts.map +1 -0
  209. package/script/types/4_page_block.js +569 -0
  210. package/script/types/5_input_rich_text.d.ts +38 -0
  211. package/script/types/5_input_rich_text.d.ts.map +1 -0
  212. package/script/types/5_input_rich_text.js +21 -0
  213. package/script/types/6_message.d.ts +20 -1
  214. package/script/types/6_message.d.ts.map +1 -1
  215. package/script/types/6_message.js +32 -2
  216. package/esm/deps/jsr.io/@std/path/1.1.4/basename.d.ts.map +0 -1
  217. package/esm/deps/jsr.io/@std/path/1.1.4/extname.d.ts.map +0 -1
  218. package/esm/deps/jsr.io/@std/path/1.1.4/posix/basename.d.ts.map +0 -1
  219. package/esm/deps/jsr.io/@std/path/1.1.4/posix/extname.d.ts.map +0 -1
  220. package/esm/deps/jsr.io/@std/path/1.1.4/windows/basename.d.ts.map +0 -1
  221. package/esm/deps/jsr.io/@std/path/1.1.4/windows/extname.d.ts.map +0 -1
  222. package/script/deps/jsr.io/@std/path/1.1.4/basename.d.ts.map +0 -1
  223. package/script/deps/jsr.io/@std/path/1.1.4/extname.d.ts.map +0 -1
  224. package/script/deps/jsr.io/@std/path/1.1.4/posix/basename.d.ts.map +0 -1
  225. package/script/deps/jsr.io/@std/path/1.1.4/posix/extname.d.ts.map +0 -1
  226. package/script/deps/jsr.io/@std/path/1.1.4/windows/basename.d.ts.map +0 -1
  227. package/script/deps/jsr.io/@std/path/1.1.4/windows/extname.d.ts.map +0 -1
  228. /package/esm/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/delay.d.ts +0 -0
  229. /package/esm/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/delay.js +0 -0
  230. /package/esm/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/pool.d.ts +0 -0
  231. /package/esm/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/pool.js +0 -0
  232. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/assert_path.d.ts +0 -0
  233. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/basename.d.ts +0 -0
  234. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/constants.d.ts +0 -0
  235. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/from_file_url.d.ts +0 -0
  236. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize.d.ts +0 -0
  237. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize_string.d.ts +0 -0
  238. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/strip_trailing_separators.d.ts +0 -0
  239. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/to_file_url.d.ts +0 -0
  240. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_absolute.d.ts +0 -0
  241. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join.d.ts +0 -0
  242. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/_util.d.ts +0 -0
  243. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/from_file_url.d.ts +0 -0
  244. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_absolute.d.ts +0 -0
  245. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join.d.ts +0 -0
  246. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize.d.ts +0 -0
  247. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_file_url.d.ts +0 -0
  248. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_file_url.d.ts +0 -0
  249. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/_util.d.ts +0 -0
  250. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/from_file_url.d.ts +0 -0
  251. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/is_absolute.d.ts +0 -0
  252. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join.d.ts +0 -0
  253. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize.d.ts +0 -0
  254. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_file_url.d.ts +0 -0
  255. /package/esm/deps/jsr.io/@std/streams/{1.1.0 → 1.1.1}/to_array_buffer.d.ts +0 -0
  256. /package/esm/deps/jsr.io/@std/streams/{1.1.0 → 1.1.1}/to_array_buffer.js +0 -0
  257. /package/script/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/delay.d.ts +0 -0
  258. /package/script/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/delay.js +0 -0
  259. /package/script/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/pool.d.ts +0 -0
  260. /package/script/deps/jsr.io/@std/async/{1.3.0 → 1.4.0}/pool.js +0 -0
  261. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/assert_path.d.ts +0 -0
  262. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/basename.d.ts +0 -0
  263. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/constants.d.ts +0 -0
  264. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/from_file_url.d.ts +0 -0
  265. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize.d.ts +0 -0
  266. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize_string.d.ts +0 -0
  267. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/strip_trailing_separators.d.ts +0 -0
  268. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/to_file_url.d.ts +0 -0
  269. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_absolute.d.ts +0 -0
  270. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join.d.ts +0 -0
  271. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/_util.d.ts +0 -0
  272. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/from_file_url.d.ts +0 -0
  273. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_absolute.d.ts +0 -0
  274. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join.d.ts +0 -0
  275. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize.d.ts +0 -0
  276. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_file_url.d.ts +0 -0
  277. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_file_url.d.ts +0 -0
  278. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/_util.d.ts +0 -0
  279. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/from_file_url.d.ts +0 -0
  280. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/is_absolute.d.ts +0 -0
  281. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join.d.ts +0 -0
  282. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize.d.ts +0 -0
  283. /package/script/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_file_url.d.ts +0 -0
  284. /package/script/deps/jsr.io/@std/streams/{1.1.0 → 1.1.1}/to_array_buffer.d.ts +0 -0
  285. /package/script/deps/jsr.io/@std/streams/{1.1.0 → 1.1.1}/to_array_buffer.js +0 -0
@@ -675,6 +675,7 @@ exports.schema = Object.freeze({
675
675
  ["bot_forum_can_manage_topics", "flags2.17?true"],
676
676
  ["bot_can_manage_bots", "flags2.18?true"],
677
677
  ["bot_guestchat", "flags2.19?true"],
678
+ ["bot_guard", "flags2.20?true"],
678
679
  ["id", "long"],
679
680
  ["access_hash", "flags.0?long"],
680
681
  ["first_name", "flags.1?string"],
@@ -894,7 +895,7 @@ exports.schema = Object.freeze({
894
895
  "ChatFull",
895
896
  ],
896
897
  channelFull: [
897
- 0xE4E0B29D,
898
+ 0xA04E8D3A,
898
899
  [
899
900
  ["flags", "#"],
900
901
  ["can_view_participants", "flags.3?true"],
@@ -964,6 +965,7 @@ exports.schema = Object.freeze({
964
965
  ["stargifts_count", "flags2.18?int"],
965
966
  ["send_paid_messages_stars", "flags2.21?long"],
966
967
  ["main_tab", "flags2.22?ProfileTab"],
968
+ ["guard_bot_id", "flags2.23?long"],
967
969
  ],
968
970
  "ChatFull",
969
971
  ],
@@ -1042,7 +1044,7 @@ exports.schema = Object.freeze({
1042
1044
  "Message",
1043
1045
  ],
1044
1046
  message: [
1045
- 0x95EF6F2B,
1047
+ 0x7600B9D3,
1046
1048
  [
1047
1049
  ["flags", "#"],
1048
1050
  ["out", "flags.1?true"],
@@ -1094,6 +1096,7 @@ exports.schema = Object.freeze({
1094
1096
  ["suggested_post", "flags2.7?SuggestedPost"],
1095
1097
  ["schedule_repeat_period", "flags2.10?int"],
1096
1098
  ["summary_from_language", "flags2.11?string"],
1099
+ ["rich_message", "flags2.13?RichMessage"],
1097
1100
  ],
1098
1101
  "Message",
1099
1102
  ],
@@ -3491,14 +3494,16 @@ exports.schema = Object.freeze({
3491
3494
  "Update",
3492
3495
  ],
3493
3496
  updateBotChatInviteRequester: [
3494
- 0x11DFA986,
3497
+ 0x7CB34D79,
3495
3498
  [
3499
+ ["flags", "#"],
3496
3500
  ["peer", "Peer"],
3497
3501
  ["date", "int"],
3498
3502
  ["user_id", "long"],
3499
3503
  ["about", "string"],
3500
3504
  ["invite", "ExportedChatInvite"],
3501
3505
  ["qts", "int"],
3506
+ ["query_id", "flags.0?long"],
3502
3507
  ],
3503
3508
  "Update",
3504
3509
  ],
@@ -4007,6 +4012,46 @@ exports.schema = Object.freeze({
4007
4012
  [],
4008
4013
  "Update",
4009
4014
  ],
4015
+ updateJoinChatWebViewDecision: [
4016
+ 0xBDAC7E70,
4017
+ [
4018
+ ["peer", "Peer"],
4019
+ ["query_id", "long"],
4020
+ ["result", "JoinChatBotResult"],
4021
+ ],
4022
+ "Update",
4023
+ ],
4024
+ updateNewBotConnection: [
4025
+ 0xB22083A6,
4026
+ [
4027
+ ["flags", "#"],
4028
+ ["confirmed", "flags.0?true"],
4029
+ ["bot_id", "long"],
4030
+ ["date", "flags.1?int"],
4031
+ ["device", "flags.1?string"],
4032
+ ["location", "flags.1?string"],
4033
+ ],
4034
+ "Update",
4035
+ ],
4036
+ updateWebBrowserSettings: [
4037
+ 0xC39A2ADE,
4038
+ [
4039
+ ["flags", "#"],
4040
+ ["open_external_browser", "flags.0?true"],
4041
+ ["display_close_button", "flags.1?true"],
4042
+ ],
4043
+ "Update",
4044
+ ],
4045
+ updateWebBrowserException: [
4046
+ 0x140502D1,
4047
+ [
4048
+ ["flags", "#"],
4049
+ ["delete", "flags.1?true"],
4050
+ ["open_external_browser", "flags.0?Bool"],
4051
+ ["exception", "WebDomainException"],
4052
+ ],
4053
+ "Update",
4054
+ ],
4010
4055
  "updates.state": [
4011
4056
  0xA56C2A3E,
4012
4057
  [
@@ -4660,6 +4705,22 @@ exports.schema = Object.freeze({
4660
4705
  ],
4661
4706
  "SendMessageAction",
4662
4707
  ],
4708
+ inputSendMessageRichMessageDraftAction: [
4709
+ 0xE2B23B51,
4710
+ [
4711
+ ["random_id", "long"],
4712
+ ["rich_message", "InputRichMessage"],
4713
+ ],
4714
+ "SendMessageAction",
4715
+ ],
4716
+ sendMessageRichMessageDraftAction: [
4717
+ 0xA2CB24F9,
4718
+ [
4719
+ ["random_id", "long"],
4720
+ ["rich_message", "RichMessage"],
4721
+ ],
4722
+ "SendMessageAction",
4723
+ ],
4663
4724
  "contacts.found": [
4664
4725
  0xB3134D9D,
4665
4726
  [
@@ -6230,6 +6291,15 @@ exports.schema = Object.freeze({
6230
6291
  ],
6231
6292
  "InputBotInlineMessage",
6232
6293
  ],
6294
+ inputBotInlineMessageRichMessage: [
6295
+ 0xB43DF56C,
6296
+ [
6297
+ ["flags", "#"],
6298
+ ["reply_markup", "flags.2?ReplyMarkup"],
6299
+ ["rich_message", "InputRichMessage"],
6300
+ ],
6301
+ "InputBotInlineMessage",
6302
+ ],
6233
6303
  inputBotInlineResult: [
6234
6304
  0x88BF9319,
6235
6305
  [
@@ -6369,6 +6439,15 @@ exports.schema = Object.freeze({
6369
6439
  ],
6370
6440
  "BotInlineMessage",
6371
6441
  ],
6442
+ botInlineMessageRichMessage: [
6443
+ 0x0A617E7B,
6444
+ [
6445
+ ["flags", "#"],
6446
+ ["reply_markup", "flags.2?ReplyMarkup"],
6447
+ ["rich_message", "RichMessage"],
6448
+ ],
6449
+ "BotInlineMessage",
6450
+ ],
6372
6451
  botInlineResult: [
6373
6452
  0x11965F3A,
6374
6453
  [
@@ -6715,7 +6794,7 @@ exports.schema = Object.freeze({
6715
6794
  "DraftMessage",
6716
6795
  ],
6717
6796
  draftMessage: [
6718
- 0x96EAA5EB,
6797
+ 0x60FE3294,
6719
6798
  [
6720
6799
  ["flags", "#"],
6721
6800
  ["no_webpage", "flags.1?true"],
@@ -6727,6 +6806,7 @@ exports.schema = Object.freeze({
6727
6806
  ["date", "int"],
6728
6807
  ["effect", "flags.7?long"],
6729
6808
  ["suggested_post", "flags.8?SuggestedPost"],
6809
+ ["rich_message", "flags.9?RichMessage"],
6730
6810
  ],
6731
6811
  "DraftMessage",
6732
6812
  ],
@@ -7005,6 +7085,107 @@ exports.schema = Object.freeze({
7005
7085
  ],
7006
7086
  "RichText",
7007
7087
  ],
7088
+ textMath: [
7089
+ 0x9D2EAC97,
7090
+ [
7091
+ ["source", "string"],
7092
+ ],
7093
+ "RichText",
7094
+ ],
7095
+ textCustomEmoji: [
7096
+ 0xA26156C0,
7097
+ [
7098
+ ["document_id", "long"],
7099
+ ["alt", "string"],
7100
+ ],
7101
+ "RichText",
7102
+ ],
7103
+ textSpoiler: [
7104
+ 0x4C2A5D62,
7105
+ [
7106
+ ["text", "RichText"],
7107
+ ],
7108
+ "RichText",
7109
+ ],
7110
+ textMention: [
7111
+ 0xCD24CF44,
7112
+ [
7113
+ ["text", "RichText"],
7114
+ ],
7115
+ "RichText",
7116
+ ],
7117
+ textHashtag: [
7118
+ 0x519524EA,
7119
+ [
7120
+ ["text", "RichText"],
7121
+ ],
7122
+ "RichText",
7123
+ ],
7124
+ textBotCommand: [
7125
+ 0x02FF29D3,
7126
+ [
7127
+ ["text", "RichText"],
7128
+ ],
7129
+ "RichText",
7130
+ ],
7131
+ textCashtag: [
7132
+ 0x7B9E1801,
7133
+ [
7134
+ ["text", "RichText"],
7135
+ ],
7136
+ "RichText",
7137
+ ],
7138
+ textAutoUrl: [
7139
+ 0xAC6A83AA,
7140
+ [
7141
+ ["text", "RichText"],
7142
+ ],
7143
+ "RichText",
7144
+ ],
7145
+ textAutoEmail: [
7146
+ 0xC556A45D,
7147
+ [
7148
+ ["text", "RichText"],
7149
+ ],
7150
+ "RichText",
7151
+ ],
7152
+ textAutoPhone: [
7153
+ 0x24C26789,
7154
+ [
7155
+ ["text", "RichText"],
7156
+ ],
7157
+ "RichText",
7158
+ ],
7159
+ textBankCard: [
7160
+ 0xB956812D,
7161
+ [
7162
+ ["text", "RichText"],
7163
+ ],
7164
+ "RichText",
7165
+ ],
7166
+ textMentionName: [
7167
+ 0x01A9FBFC,
7168
+ [
7169
+ ["text", "RichText"],
7170
+ ["user_id", "long"],
7171
+ ],
7172
+ "RichText",
7173
+ ],
7174
+ textDate: [
7175
+ 0xA5B45E2B,
7176
+ [
7177
+ ["flags", "#"],
7178
+ ["relative", "flags.0?true"],
7179
+ ["short_time", "flags.1?true"],
7180
+ ["long_time", "flags.2?true"],
7181
+ ["short_date", "flags.3?true"],
7182
+ ["long_date", "flags.4?true"],
7183
+ ["day_of_week", "flags.5?true"],
7184
+ ["text", "RichText"],
7185
+ ["date", "int"],
7186
+ ],
7187
+ "RichText",
7188
+ ],
7008
7189
  pageBlockUnsupported: [
7009
7190
  0x13567E8A,
7010
7191
  [],
@@ -7107,6 +7288,7 @@ exports.schema = Object.freeze({
7107
7288
  0x1759C560,
7108
7289
  [
7109
7290
  ["flags", "#"],
7291
+ ["spoiler", "flags.1?true"],
7110
7292
  ["photo_id", "long"],
7111
7293
  ["caption", "PageCaption"],
7112
7294
  ["url", "flags.0?string"],
@@ -7120,6 +7302,7 @@ exports.schema = Object.freeze({
7120
7302
  ["flags", "#"],
7121
7303
  ["autoplay", "flags.0?true"],
7122
7304
  ["loop", "flags.1?true"],
7305
+ ["spoiler", "flags.2?true"],
7123
7306
  ["video_id", "long"],
7124
7307
  ["caption", "PageCaption"],
7125
7308
  ],
@@ -7210,9 +7393,13 @@ exports.schema = Object.freeze({
7210
7393
  "PageBlock",
7211
7394
  ],
7212
7395
  pageBlockOrderedList: [
7213
- 0x9A8AE1E1,
7396
+ 0x1FD6F6C1,
7214
7397
  [
7398
+ ["flags", "#"],
7399
+ ["reversed", "flags.2?true"],
7215
7400
  ["items", "Vector<PageListOrderedItem>"],
7401
+ ["start", "flags.0?int"],
7402
+ ["type", "flags.1?string"],
7216
7403
  ],
7217
7404
  "PageBlock",
7218
7405
  ],
@@ -7245,6 +7432,81 @@ exports.schema = Object.freeze({
7245
7432
  ],
7246
7433
  "PageBlock",
7247
7434
  ],
7435
+ pageBlockHeading1: [
7436
+ 0xBAFF072F,
7437
+ [
7438
+ ["text", "RichText"],
7439
+ ],
7440
+ "PageBlock",
7441
+ ],
7442
+ pageBlockHeading2: [
7443
+ 0x096B2AEC,
7444
+ [
7445
+ ["text", "RichText"],
7446
+ ],
7447
+ "PageBlock",
7448
+ ],
7449
+ pageBlockHeading3: [
7450
+ 0x67E731AD,
7451
+ [
7452
+ ["text", "RichText"],
7453
+ ],
7454
+ "PageBlock",
7455
+ ],
7456
+ pageBlockHeading4: [
7457
+ 0xB532772B,
7458
+ [
7459
+ ["text", "RichText"],
7460
+ ],
7461
+ "PageBlock",
7462
+ ],
7463
+ pageBlockHeading5: [
7464
+ 0xDBBE6C6A,
7465
+ [
7466
+ ["text", "RichText"],
7467
+ ],
7468
+ "PageBlock",
7469
+ ],
7470
+ pageBlockHeading6: [
7471
+ 0x682A41A9,
7472
+ [
7473
+ ["text", "RichText"],
7474
+ ],
7475
+ "PageBlock",
7476
+ ],
7477
+ pageBlockMath: [
7478
+ 0x59080C20,
7479
+ [
7480
+ ["source", "string"],
7481
+ ],
7482
+ "PageBlock",
7483
+ ],
7484
+ pageBlockThinking: [
7485
+ 0x3C29A3E2,
7486
+ [
7487
+ ["text", "RichText"],
7488
+ ],
7489
+ "PageBlock",
7490
+ ],
7491
+ inputPageBlockMap: [
7492
+ 0x574B617F,
7493
+ [
7494
+ ["geo", "InputGeoPoint"],
7495
+ ["zoom", "int"],
7496
+ ["w", "int"],
7497
+ ["h", "int"],
7498
+ ["caption", "PageCaption"],
7499
+ ],
7500
+ "PageBlock",
7501
+ ],
7502
+ pageBlockBlockquoteBlocks: [
7503
+ 0x0E6E47C4,
7504
+ [
7505
+ ["blocks", "Vector<PageBlock>"],
7506
+ ["caption", "RichText"],
7507
+ ],
7508
+ "PageBlock",
7509
+ ],
7248
7510
  phoneCallDiscardReasonMissed: [
7249
7511
  0x85E42301,
7250
7512
  [],
@@ -8947,32 +9209,48 @@ exports.schema = Object.freeze({
8947
9209
  "PageCaption",
8948
9210
  ],
8949
9211
  pageListItemText: [
8950
- 0xB92FB6CD,
9212
+ 0x2F58683C,
8951
9213
  [
9214
+ ["flags", "#"],
9215
+ ["checkbox", "flags.0?true"],
9216
+ ["checked", "flags.1?true"],
8952
9217
  ["text", "RichText"],
8953
9218
  ],
8954
9219
  "PageListItem",
8955
9220
  ],
8956
9221
  pageListItemBlocks: [
8957
- 0x25E073FC,
9222
+ 0x63CA67AA,
8958
9223
  [
9224
+ ["flags", "#"],
9225
+ ["checkbox", "flags.0?true"],
9226
+ ["checked", "flags.1?true"],
8959
9227
  ["blocks", "Vector<PageBlock>"],
8960
9228
  ],
8961
9229
  "PageListItem",
8962
9230
  ],
8963
9231
  pageListOrderedItemText: [
8964
- 0x5E068047,
9232
+ 0x15031189,
8965
9233
  [
8966
- ["num", "string"],
9234
+ ["flags", "#"],
9235
+ ["checkbox", "flags.0?true"],
9236
+ ["checked", "flags.1?true"],
9237
+ ["num", "flags.2?string"],
8967
9238
  ["text", "RichText"],
9239
+ ["value", "flags.3?int"],
9240
+ ["type", "flags.4?string"],
8968
9241
  ],
8969
9242
  "PageListOrderedItem",
8970
9243
  ],
8971
9244
  pageListOrderedItemBlocks: [
8972
- 0x98DD8936,
9245
+ 0x8FF2D5F0,
8973
9246
  [
8974
- ["num", "string"],
9247
+ ["flags", "#"],
9248
+ ["checkbox", "flags.0?true"],
9249
+ ["checked", "flags.1?true"],
9250
+ ["num", "flags.2?string"],
8975
9251
  ["blocks", "Vector<PageBlock>"],
9252
+ ["value", "flags.3?int"],
9253
+ ["type", "flags.4?string"],
8976
9254
  ],
8977
9255
  "PageListOrderedItem",
8978
9256
  ],
@@ -10669,6 +10947,7 @@ exports.schema = Object.freeze({
10669
10947
  ["flags", "#"],
10670
10948
  ["fullsize", "flags.1?true"],
10671
10949
  ["fullscreen", "flags.2?true"],
10950
+ ["same_origin", "flags.3?true"],
10672
10951
  ["query_id", "flags.0?long"],
10673
10952
  ["url", "string"],
10674
10953
  ],
@@ -12586,12 +12865,15 @@ exports.schema = Object.freeze({
12586
12865
  "messages.QuickReplies",
12587
12866
  ],
12588
12867
  connectedBot: [
12589
- 0xCD64636C,
12868
+ 0x033ED001,
12590
12869
  [
12591
12870
  ["flags", "#"],
12592
12871
  ["bot_id", "long"],
12593
12872
  ["recipients", "BusinessBotRecipients"],
12594
12873
  ["rights", "BusinessBotRights"],
12874
+ ["device", "flags.0?string"],
12875
+ ["date", "flags.1?int"],
12876
+ ["location", "flags.2?string"],
12595
12877
  ],
12596
12878
  "ConnectedBot",
12597
12879
  ],
@@ -14464,6 +14746,135 @@ exports.schema = Object.freeze({
14464
14746
  ],
14465
14747
  "bots.AccessSettings",
14466
14748
  ],
14749
+ "messages.chatInviteJoinResultOk": [
14750
+ 0x445663A7,
14751
+ [
14752
+ ["updates", "Updates"],
14753
+ ],
14754
+ "messages.ChatInviteJoinResult",
14755
+ ],
14756
+ "messages.chatInviteJoinResultWebView": [
14757
+ 0x2F51C337,
14758
+ [
14759
+ ["bot_id", "long"],
14760
+ ["webview", "WebViewResult"],
14761
+ ["users", "Vector<User>"],
14762
+ ],
14763
+ "messages.ChatInviteJoinResult",
14764
+ ],
14765
+ joinChatBotResultApproved: [
14766
+ 0xAE152A69,
14767
+ [],
14768
+ "JoinChatBotResult",
14769
+ ],
14770
+ joinChatBotResultDeclined: [
14771
+ 0x0EFA0194,
14772
+ [],
14773
+ "JoinChatBotResult",
14774
+ ],
14775
+ joinChatBotResultQueued: [
14776
+ 0x98A3A840,
14777
+ [],
14778
+ "JoinChatBotResult",
14779
+ ],
14780
+ joinChatBotResultWebView: [
14781
+ 0xD6E3B813,
14782
+ [
14783
+ ["url", "string"],
14784
+ ],
14785
+ "JoinChatBotResult",
14786
+ ],
14787
+ webDomainException: [
14788
+ 0x933CA597,
14789
+ [
14790
+ ["flags", "#"],
14791
+ ["domain", "string"],
14792
+ ["url", "string"],
14793
+ ["title", "string"],
14794
+ ["favicon", "flags.0?long"],
14795
+ ],
14796
+ "WebDomainException",
14797
+ ],
14798
+ "account.webBrowserSettingsNotModified": [
14799
+ 0xC31C8F4E,
14800
+ [],
14801
+ "account.WebBrowserSettings",
14802
+ ],
14803
+ "account.webBrowserSettings": [
14804
+ 0x79EB8CB3,
14805
+ [
14806
+ ["flags", "#"],
14807
+ ["open_external_browser", "flags.0?true"],
14808
+ ["display_close_button", "flags.1?true"],
14809
+ ["external_exceptions", "Vector<WebDomainException>"],
14810
+ ["inapp_exceptions", "Vector<WebDomainException>"],
14811
+ ["hash", "long"],
14812
+ ],
14813
+ "account.WebBrowserSettings",
14814
+ ],
14815
+ inputRichFilePhoto: [
14816
+ 0x9B00622B,
14817
+ [
14818
+ ["id", "string"],
14819
+ ["photo", "InputPhoto"],
14820
+ ],
14821
+ "InputRichFile",
14822
+ ],
14823
+ inputRichFileDocument: [
14824
+ 0x83281DBD,
14825
+ [
14826
+ ["id", "string"],
14827
+ ["document", "InputDocument"],
14828
+ ],
14829
+ "InputRichFile",
14830
+ ],
14831
+ inputRichMessage: [
14832
+ 0xE4C449FC,
14833
+ [
14834
+ ["flags", "#"],
14835
+ ["rtl", "flags.0?true"],
14836
+ ["noautolink", "flags.1?true"],
14837
+ ["blocks", "Vector<PageBlock>"],
14838
+ ["photos", "flags.2?Vector<InputPhoto>"],
14839
+ ["documents", "flags.3?Vector<InputDocument>"],
14840
+ ["users", "flags.4?Vector<InputUser>"],
14841
+ ],
14842
+ "InputRichMessage",
14843
+ ],
14844
+ inputRichMessageHTML: [
14845
+ 0xDACB836A,
14846
+ [
14847
+ ["flags", "#"],
14848
+ ["rtl", "flags.0?true"],
14849
+ ["noautolink", "flags.1?true"],
14850
+ ["html", "string"],
14851
+ ["files", "flags.2?Vector<InputRichFile>"],
14852
+ ],
14853
+ "InputRichMessage",
14854
+ ],
14855
+ inputRichMessageMarkdown: [
14856
+ 0x004B572C,
14857
+ [
14858
+ ["flags", "#"],
14859
+ ["rtl", "flags.0?true"],
14860
+ ["noautolink", "flags.1?true"],
14861
+ ["markdown", "string"],
14862
+ ["files", "flags.2?Vector<InputRichFile>"],
14863
+ ],
14864
+ "InputRichMessage",
14865
+ ],
14866
+ richMessage: [
14867
+ 0xBAF39D8B,
14868
+ [
14869
+ ["flags", "#"],
14870
+ ["rtl", "flags.0?true"],
14871
+ ["part", "flags.1?true"],
14872
+ ["blocks", "Vector<PageBlock>"],
14873
+ ["photos", "Vector<Photo>"],
14874
+ ["documents", "Vector<Document>"],
14875
+ ],
14876
+ "RichMessage",
14877
+ ],
14467
14878
  invokeWithBusinessConnectionPrefix: [
14468
14879
  0xDD289F8E,
14469
14880
  [
@@ -15745,6 +16156,44 @@ exports.schema = Object.freeze({
15745
16156
  ],
15746
16157
  "Bool",
15747
16158
  ],
16159
+ "account.confirmBotConnection": [
16160
+ 0x67ED1F68,
16161
+ [
16162
+ ["bot_id", "InputUser"],
16163
+ ],
16164
+ "Bool",
16165
+ ],
16166
+ "account.getWebBrowserSettings": [
16167
+ 0x56655768,
16168
+ [
16169
+ ["hash", "long"],
16170
+ ],
16171
+ "account.WebBrowserSettings",
16172
+ ],
16173
+ "account.updateWebBrowserSettings": [
16174
+ 0x9ADF82FE,
16175
+ [
16176
+ ["flags", "#"],
16177
+ ["open_external_browser", "flags.0?true"],
16178
+ ["display_close_button", "flags.1?true"],
16179
+ ],
16180
+ "account.WebBrowserSettings",
16181
+ ],
16182
+ "account.toggleWebBrowserSettingsException": [
16183
+ 0x60ED4229,
16184
+ [
16185
+ ["flags", "#"],
16186
+ ["delete", "flags.1?true"],
16187
+ ["open_external_browser", "flags.0?Bool"],
16188
+ ["url", "string"],
16189
+ ],
16190
+ "Updates",
16191
+ ],
16192
+ "account.deleteWebBrowserSettingsExceptions": [
16193
+ 0x86A0765D,
16194
+ [],
16195
+ "account.WebBrowserSettings",
16196
+ ],
15748
16197
  "users.getUsers": [
15749
16198
  0x0D91A548,
15750
16199
  [
@@ -15869,8 +16318,11 @@ exports.schema = Object.freeze({
15869
16318
  "contacts.Blocked",
15870
16319
  ],
15871
16320
  "contacts.search": [
15872
- 0x11F812D8,
16321
+ 0x05F58D0F,
15873
16322
  [
16323
+ ["flags", "#"],
16324
+ ["broadcasts", "flags.0?true"],
16325
+ ["bots", "flags.1?true"],
15874
16326
  ["q", "string"],
15875
16327
  ["limit", "int"],
15876
16328
  ],
@@ -16132,7 +16584,7 @@ exports.schema = Object.freeze({
16132
16584
  "Bool",
16133
16585
  ],
16134
16586
  "messages.sendMessage": [
16135
- 0x545CD15A,
16587
+ 0xFEF48F62,
16136
16588
  [
16137
16589
  ["flags", "#"],
16138
16590
  ["no_webpage", "flags.1?true"],
@@ -16156,6 +16608,7 @@ exports.schema = Object.freeze({
16156
16608
  ["effect", "flags.18?long"],
16157
16609
  ["allow_paid_stars", "flags.21?long"],
16158
16610
  ["suggested_post", "flags.22?SuggestedPost"],
16611
+ ["rich_message", "flags.23?InputRichMessage"],
16159
16612
  ],
16160
16613
  "Updates",
16161
16614
  ],
@@ -16448,11 +16901,11 @@ exports.schema = Object.freeze({
16448
16901
  "ChatInvite",
16449
16902
  ],
16450
16903
  "messages.importChatInvite": [
16451
- 0x6C50051C,
16904
+ 0xDE91436E,
16452
16905
  [
16453
16906
  ["hash", "string"],
16454
16907
  ],
16455
- "Updates",
16908
+ "messages.ChatInviteJoinResult",
16456
16909
  ],
16457
16910
  "messages.getStickerSet": [
16458
16911
  0xC8A0EC74,
@@ -16621,7 +17074,7 @@ exports.schema = Object.freeze({
16621
17074
  "messages.MessageEditData",
16622
17075
  ],
16623
17076
  "messages.editMessage": [
16624
- 0x51E842E1,
17077
+ 0xB106E66C,
16625
17078
  [
16626
17079
  ["flags", "#"],
16627
17080
  ["no_webpage", "flags.1?true"],
@@ -16635,11 +17088,12 @@ exports.schema = Object.freeze({
16635
17088
  ["schedule_date", "flags.15?int"],
16636
17089
  ["schedule_repeat_period", "flags.18?int"],
16637
17090
  ["quick_reply_shortcut_id", "flags.17?int"],
17091
+ ["rich_message", "flags.23?InputRichMessage"],
16638
17092
  ],
16639
17093
  "Updates",
16640
17094
  ],
16641
17095
  "messages.editInlineBotMessage": [
16642
- 0x83557DBA,
17096
+ 0xA423BB51,
16643
17097
  [
16644
17098
  ["flags", "#"],
16645
17099
  ["no_webpage", "flags.1?true"],
@@ -16649,6 +17103,7 @@ exports.schema = Object.freeze({
16649
17103
  ["media", "flags.14?InputMedia"],
16650
17104
  ["reply_markup", "flags.2?ReplyMarkup"],
16651
17105
  ["entities", "flags.3?Vector<MessageEntity>"],
17106
+ ["rich_message", "flags.23?InputRichMessage"],
16652
17107
  ],
16653
17108
  "Bool",
16654
17109
  ],
@@ -16684,7 +17139,7 @@ exports.schema = Object.freeze({
16684
17139
  "messages.PeerDialogs",
16685
17140
  ],
16686
17141
  "messages.saveDraft": [
16687
- 0x54AE308E,
17142
+ 0xAD0FA15C,
16688
17143
  [
16689
17144
  ["flags", "#"],
16690
17145
  ["no_webpage", "flags.1?true"],
@@ -16696,6 +17151,7 @@ exports.schema = Object.freeze({
16696
17151
  ["media", "flags.5?InputMedia"],
16697
17152
  ["effect", "flags.7?long"],
16698
17153
  ["suggested_post", "flags.8?SuggestedPost"],
17154
+ ["rich_message", "flags.9?InputRichMessage"],
16699
17155
  ],
16700
17156
  "Bool",
16701
17157
  ],
@@ -18477,6 +18933,14 @@ exports.schema = Object.freeze({
18477
18933
  ],
18478
18934
  "messages.Messages",
18479
18935
  ],
18936
+ "messages.getRichMessage": [
18937
+ 0x501569CF,
18938
+ [
18939
+ ["peer", "InputPeer"],
18940
+ ["id", "int"],
18941
+ ],
18942
+ "messages.Messages",
18943
+ ],
18480
18944
  "updates.getState": [
18481
18945
  0xEDD4882A,
18482
18946
  [],
@@ -18922,11 +19386,11 @@ exports.schema = Object.freeze({
18922
19386
  "Bool",
18923
19387
  ],
18924
19388
  "channels.joinChannel": [
18925
- 0x24B524C5,
19389
+ 0x7F6A1E22,
18926
19390
  [
18927
19391
  ["channel", "InputChannel"],
18928
19392
  ],
18929
- "Updates",
19393
+ "messages.ChatInviteJoinResult",
18930
19394
  ],
18931
19395
  "channels.leaveChannel": [
18932
19396
  0xF836AA95,
@@ -19114,10 +19578,13 @@ exports.schema = Object.freeze({
19114
19578
  "Updates",
19115
19579
  ],
19116
19580
  "channels.toggleJoinRequest": [
19117
- 0x4C2985B6,
19581
+ 0x0ECC2618,
19118
19582
  [
19583
+ ["flags", "#"],
19584
+ ["apply_to_invites", "flags.1?true"],
19119
19585
  ["channel", "InputChannel"],
19120
19586
  ["enabled", "Bool"],
19587
+ ["guard_bot", "flags.0?InputUser"],
19121
19588
  ],
19122
19589
  "Updates",
19123
19590
  ],
@@ -19601,6 +20068,14 @@ exports.schema = Object.freeze({
19601
20068
  ],
19602
20069
  "Bool",
19603
20070
  ],
20071
+ "bots.setJoinChatResults": [
20072
+ 0xE71A4810,
20073
+ [
20074
+ ["query_id", "long"],
20075
+ ["result", "JoinChatBotResult"],
20076
+ ],
20077
+ "Bool",
20078
+ ],
19604
20079
  "payments.getPaymentForm": [
19605
20080
  0x37148DBB,
19606
20081
  [
@@ -21442,7 +21917,7 @@ exports.schema = Object.freeze({
21442
21917
  [0x1C32B11C]: "channel",
21443
21918
  [0x17D493D5]: "channelForbidden",
21444
21919
  [0x2633421B]: "chatFull",
21445
- [0xE4E0B29D]: "channelFull",
21920
+ [0xA04E8D3A]: "channelFull",
21446
21921
  [0x38E79FDE]: "chatParticipant",
21447
21922
  [0xE1F867B8]: "chatParticipantCreator",
21448
21923
  [0x0360D5D2]: "chatParticipantAdmin",
@@ -21451,7 +21926,7 @@ exports.schema = Object.freeze({
21451
21926
  [0x37C1011C]: "chatPhotoEmpty",
21452
21927
  [0x1C6E1C11]: "chatPhoto",
21453
21928
  [0x90A6CA84]: "messageEmpty",
21454
- [0x95EF6F2B]: "message",
21929
+ [0x7600B9D3]: "message",
21455
21930
  [0x7A800E0A]: "messageService",
21456
21931
  [0x3DED6320]: "messageMediaEmpty",
21457
21932
  [0xE216EB63]: "messageMediaPhoto",
@@ -21709,7 +22184,7 @@ exports.schema = Object.freeze({
21709
22184
  [0x0B783982]: "updateGroupCallConnection",
21710
22185
  [0x4D712F2E]: "updateBotCommands",
21711
22186
  [0x7063C3DB]: "updatePendingJoinRequests",
21712
- [0x11DFA986]: "updateBotChatInviteRequester",
22187
+ [0x7CB34D79]: "updateBotChatInviteRequester",
21713
22188
  [0x1E297BFA]: "updateMessageReactions",
21714
22189
  [0x17B7A20B]: "updateAttachMenuBots",
21715
22190
  [0x1592B79D]: "updateWebViewResultSent",
@@ -21771,6 +22246,10 @@ exports.schema = Object.freeze({
21771
22246
  [0x4880ED9A]: "updateManagedBot",
21772
22247
  [0xCDD4093D]: "updateBotGuestChatQuery",
21773
22248
  [0x8C0F91FB]: "updateAiComposeTones",
22249
+ [0xBDAC7E70]: "updateJoinChatWebViewDecision",
22250
+ [0xB22083A6]: "updateNewBotConnection",
22251
+ [0xC39A2ADE]: "updateWebBrowserSettings",
22252
+ [0x140502D1]: "updateWebBrowserException",
21774
22253
  [0xA56C2A3E]: "updates.state",
21775
22254
  [0x5D75A138]: "updates.differenceEmpty",
21776
22255
  [0x00F49CA0]: "updates.difference",
@@ -21841,6 +22320,8 @@ exports.schema = Object.freeze({
21841
22320
  [0x25972BCB]: "sendMessageEmojiInteraction",
21842
22321
  [0xB665902E]: "sendMessageEmojiInteractionSeen",
21843
22322
  [0x376D975C]: "sendMessageTextDraftAction",
22323
+ [0xE2B23B51]: "inputSendMessageRichMessageDraftAction",
22324
+ [0xA2CB24F9]: "sendMessageRichMessageDraftAction",
21844
22325
  [0xB3134D9D]: "contacts.found",
21845
22326
  [0x4F96CB18]: "inputPrivacyKeyStatusTimestamp",
21846
22327
  [0xBDFB0426]: "inputPrivacyKeyChatInvite",
@@ -22029,6 +22510,7 @@ exports.schema = Object.freeze({
22029
22510
  [0x4B425864]: "inputBotInlineMessageGame",
22030
22511
  [0xD7E78225]: "inputBotInlineMessageMediaInvoice",
22031
22512
  [0xBDDCC510]: "inputBotInlineMessageMediaWebPage",
22513
+ [0xB43DF56C]: "inputBotInlineMessageRichMessage",
22032
22514
  [0x88BF9319]: "inputBotInlineResult",
22033
22515
  [0xA8D864A7]: "inputBotInlineResultPhoto",
22034
22516
  [0xFFF8FDC4]: "inputBotInlineResultDocument",
@@ -22040,6 +22522,7 @@ exports.schema = Object.freeze({
22040
22522
  [0x18D1CDC2]: "botInlineMessageMediaContact",
22041
22523
  [0x354A9B09]: "botInlineMessageMediaInvoice",
22042
22524
  [0x809AD9A6]: "botInlineMessageMediaWebPage",
22525
+ [0x0A617E7B]: "botInlineMessageRichMessage",
22043
22526
  [0x11965F3A]: "botInlineResult",
22044
22527
  [0x17DB940B]: "botInlineMediaResult",
22045
22528
  [0xE021F2F6]: "messages.botResults",
@@ -22083,7 +22566,7 @@ exports.schema = Object.freeze({
22083
22566
  [0x70B772A8]: "contacts.topPeers",
22084
22567
  [0xB52C939D]: "contacts.topPeersDisabled",
22085
22568
  [0x1B0C841A]: "draftMessageEmpty",
22086
- [0x96EAA5EB]: "draftMessage",
22569
+ [0x60FE3294]: "draftMessage",
22087
22570
  [0xC6DC0C66]: "messages.featuredStickersNotModified",
22088
22571
  [0xBE382906]: "messages.featuredStickers",
22089
22572
  [0x0B17F890]: "messages.recentStickersNotModified",
@@ -22119,6 +22602,19 @@ exports.schema = Object.freeze({
22119
22602
  [0x1CCB966A]: "textPhone",
22120
22603
  [0x081CCF4F]: "textImage",
22121
22604
  [0x35553762]: "textAnchor",
22605
+ [0x9D2EAC97]: "textMath",
22606
+ [0xA26156C0]: "textCustomEmoji",
22607
+ [0x4C2A5D62]: "textSpoiler",
22608
+ [0xCD24CF44]: "textMention",
22609
+ [0x519524EA]: "textHashtag",
22610
+ [0x02FF29D3]: "textBotCommand",
22611
+ [0x7B9E1801]: "textCashtag",
22612
+ [0xAC6A83AA]: "textAutoUrl",
22613
+ [0xC556A45D]: "textAutoEmail",
22614
+ [0x24C26789]: "textAutoPhone",
22615
+ [0xB956812D]: "textBankCard",
22616
+ [0x01A9FBFC]: "textMentionName",
22617
+ [0xA5B45E2B]: "textDate",
22122
22618
  [0x13567E8A]: "pageBlockUnsupported",
22123
22619
  [0x70ABC3FD]: "pageBlockTitle",
22124
22620
  [0x8FFA9A1F]: "pageBlockSubtitle",
@@ -22144,10 +22640,20 @@ exports.schema = Object.freeze({
22144
22640
  [0x804361EA]: "pageBlockAudio",
22145
22641
  [0x1E148390]: "pageBlockKicker",
22146
22642
  [0xBF4DEA82]: "pageBlockTable",
22147
- [0x9A8AE1E1]: "pageBlockOrderedList",
22643
+ [0x1FD6F6C1]: "pageBlockOrderedList",
22148
22644
  [0x76768BED]: "pageBlockDetails",
22149
22645
  [0x16115A96]: "pageBlockRelatedArticles",
22150
22646
  [0xA44F3EF6]: "pageBlockMap",
22647
+ [0xBAFF072F]: "pageBlockHeading1",
22648
+ [0x096B2AEC]: "pageBlockHeading2",
22649
+ [0x67E731AD]: "pageBlockHeading3",
22650
+ [0xB532772B]: "pageBlockHeading4",
22651
+ [0xDBBE6C6A]: "pageBlockHeading5",
22652
+ [0x682A41A9]: "pageBlockHeading6",
22653
+ [0x59080C20]: "pageBlockMath",
22654
+ [0x3C29A3E2]: "pageBlockThinking",
22655
+ [0x574B617F]: "inputPageBlockMap",
22656
+ [0x0E6E47C4]: "pageBlockBlockquoteBlocks",
22151
22657
  [0x85E42301]: "phoneCallDiscardReasonMissed",
22152
22658
  [0xE095C1A0]: "phoneCallDiscardReasonDisconnect",
22153
22659
  [0x57ADC690]: "phoneCallDiscardReasonHangup",
@@ -22346,10 +22852,10 @@ exports.schema = Object.freeze({
22346
22852
  [0x34566B6A]: "pageTableCell",
22347
22853
  [0xE0C0C5E5]: "pageTableRow",
22348
22854
  [0x6F747657]: "pageCaption",
22349
- [0xB92FB6CD]: "pageListItemText",
22350
- [0x25E073FC]: "pageListItemBlocks",
22351
- [0x5E068047]: "pageListOrderedItemText",
22352
- [0x98DD8936]: "pageListOrderedItemBlocks",
22855
+ [0x2F58683C]: "pageListItemText",
22856
+ [0x63CA67AA]: "pageListItemBlocks",
22857
+ [0x15031189]: "pageListOrderedItemText",
22858
+ [0x8FF2D5F0]: "pageListOrderedItemBlocks",
22353
22859
  [0xB390DC08]: "pageRelatedArticle",
22354
22860
  [0x98657F0D]: "page",
22355
22861
  [0x8C05F1C9]: "help.supportName",
@@ -22728,7 +23234,7 @@ exports.schema = Object.freeze({
22728
23234
  [0x01190CF1]: "inputQuickReplyShortcutId",
22729
23235
  [0xC68D6695]: "messages.quickReplies",
22730
23236
  [0x5F91EB5B]: "messages.quickRepliesNotModified",
22731
- [0xCD64636C]: "connectedBot",
23237
+ [0x033ED001]: "connectedBot",
22732
23238
  [0x17D7F87B]: "account.connectedBots",
22733
23239
  [0x2AD93719]: "messages.dialogFilters",
22734
23240
  [0x6C8E1E06]: "birthday",
@@ -22929,6 +23435,21 @@ exports.schema = Object.freeze({
22929
23435
  [0x6C9D0EFE]: "aicompose.tones",
22930
23436
  [0xF1D628EC]: "aiComposeToneExample",
22931
23437
  [0xDD1FBF93]: "bots.accessSettings",
23438
+ [0x445663A7]: "messages.chatInviteJoinResultOk",
23439
+ [0x2F51C337]: "messages.chatInviteJoinResultWebView",
23440
+ [0xAE152A69]: "joinChatBotResultApproved",
23441
+ [0x0EFA0194]: "joinChatBotResultDeclined",
23442
+ [0x98A3A840]: "joinChatBotResultQueued",
23443
+ [0xD6E3B813]: "joinChatBotResultWebView",
23444
+ [0x933CA597]: "webDomainException",
23445
+ [0xC31C8F4E]: "account.webBrowserSettingsNotModified",
23446
+ [0x79EB8CB3]: "account.webBrowserSettings",
23447
+ [0x9B00622B]: "inputRichFilePhoto",
23448
+ [0x83281DBD]: "inputRichFileDocument",
23449
+ [0xE4C449FC]: "inputRichMessage",
23450
+ [0xDACB836A]: "inputRichMessageHTML",
23451
+ [0x004B572C]: "inputRichMessageMarkdown",
23452
+ [0xBAF39D8B]: "richMessage",
22932
23453
  },
22933
23454
  });
22934
- exports.LAYER = 225;
23455
+ exports.LAYER = 227;