@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
@@ -672,6 +672,7 @@ export const schema = Object.freeze({
672
672
  ["bot_forum_can_manage_topics", "flags2.17?true"],
673
673
  ["bot_can_manage_bots", "flags2.18?true"],
674
674
  ["bot_guestchat", "flags2.19?true"],
675
+ ["bot_guard", "flags2.20?true"],
675
676
  ["id", "long"],
676
677
  ["access_hash", "flags.0?long"],
677
678
  ["first_name", "flags.1?string"],
@@ -891,7 +892,7 @@ export const schema = Object.freeze({
891
892
  "ChatFull",
892
893
  ],
893
894
  channelFull: [
894
- 0xE4E0B29D,
895
+ 0xA04E8D3A,
895
896
  [
896
897
  ["flags", "#"],
897
898
  ["can_view_participants", "flags.3?true"],
@@ -961,6 +962,7 @@ export const schema = Object.freeze({
961
962
  ["stargifts_count", "flags2.18?int"],
962
963
  ["send_paid_messages_stars", "flags2.21?long"],
963
964
  ["main_tab", "flags2.22?ProfileTab"],
965
+ ["guard_bot_id", "flags2.23?long"],
964
966
  ],
965
967
  "ChatFull",
966
968
  ],
@@ -1039,7 +1041,7 @@ export const schema = Object.freeze({
1039
1041
  "Message",
1040
1042
  ],
1041
1043
  message: [
1042
- 0x95EF6F2B,
1044
+ 0x7600B9D3,
1043
1045
  [
1044
1046
  ["flags", "#"],
1045
1047
  ["out", "flags.1?true"],
@@ -1091,6 +1093,7 @@ export const schema = Object.freeze({
1091
1093
  ["suggested_post", "flags2.7?SuggestedPost"],
1092
1094
  ["schedule_repeat_period", "flags2.10?int"],
1093
1095
  ["summary_from_language", "flags2.11?string"],
1096
+ ["rich_message", "flags2.13?RichMessage"],
1094
1097
  ],
1095
1098
  "Message",
1096
1099
  ],
@@ -3488,14 +3491,16 @@ export const schema = Object.freeze({
3488
3491
  "Update",
3489
3492
  ],
3490
3493
  updateBotChatInviteRequester: [
3491
- 0x11DFA986,
3494
+ 0x7CB34D79,
3492
3495
  [
3496
+ ["flags", "#"],
3493
3497
  ["peer", "Peer"],
3494
3498
  ["date", "int"],
3495
3499
  ["user_id", "long"],
3496
3500
  ["about", "string"],
3497
3501
  ["invite", "ExportedChatInvite"],
3498
3502
  ["qts", "int"],
3503
+ ["query_id", "flags.0?long"],
3499
3504
  ],
3500
3505
  "Update",
3501
3506
  ],
@@ -4004,6 +4009,46 @@ export const schema = Object.freeze({
4004
4009
  [],
4005
4010
  "Update",
4006
4011
  ],
4012
+ updateJoinChatWebViewDecision: [
4013
+ 0xBDAC7E70,
4014
+ [
4015
+ ["peer", "Peer"],
4016
+ ["query_id", "long"],
4017
+ ["result", "JoinChatBotResult"],
4018
+ ],
4019
+ "Update",
4020
+ ],
4021
+ updateNewBotConnection: [
4022
+ 0xB22083A6,
4023
+ [
4024
+ ["flags", "#"],
4025
+ ["confirmed", "flags.0?true"],
4026
+ ["bot_id", "long"],
4027
+ ["date", "flags.1?int"],
4028
+ ["device", "flags.1?string"],
4029
+ ["location", "flags.1?string"],
4030
+ ],
4031
+ "Update",
4032
+ ],
4033
+ updateWebBrowserSettings: [
4034
+ 0xC39A2ADE,
4035
+ [
4036
+ ["flags", "#"],
4037
+ ["open_external_browser", "flags.0?true"],
4038
+ ["display_close_button", "flags.1?true"],
4039
+ ],
4040
+ "Update",
4041
+ ],
4042
+ updateWebBrowserException: [
4043
+ 0x140502D1,
4044
+ [
4045
+ ["flags", "#"],
4046
+ ["delete", "flags.1?true"],
4047
+ ["open_external_browser", "flags.0?Bool"],
4048
+ ["exception", "WebDomainException"],
4049
+ ],
4050
+ "Update",
4051
+ ],
4007
4052
  "updates.state": [
4008
4053
  0xA56C2A3E,
4009
4054
  [
@@ -4657,6 +4702,22 @@ export const schema = Object.freeze({
4657
4702
  ],
4658
4703
  "SendMessageAction",
4659
4704
  ],
4705
+ inputSendMessageRichMessageDraftAction: [
4706
+ 0xE2B23B51,
4707
+ [
4708
+ ["random_id", "long"],
4709
+ ["rich_message", "InputRichMessage"],
4710
+ ],
4711
+ "SendMessageAction",
4712
+ ],
4713
+ sendMessageRichMessageDraftAction: [
4714
+ 0xA2CB24F9,
4715
+ [
4716
+ ["random_id", "long"],
4717
+ ["rich_message", "RichMessage"],
4718
+ ],
4719
+ "SendMessageAction",
4720
+ ],
4660
4721
  "contacts.found": [
4661
4722
  0xB3134D9D,
4662
4723
  [
@@ -6227,6 +6288,15 @@ export const schema = Object.freeze({
6227
6288
  ],
6228
6289
  "InputBotInlineMessage",
6229
6290
  ],
6291
+ inputBotInlineMessageRichMessage: [
6292
+ 0xB43DF56C,
6293
+ [
6294
+ ["flags", "#"],
6295
+ ["reply_markup", "flags.2?ReplyMarkup"],
6296
+ ["rich_message", "InputRichMessage"],
6297
+ ],
6298
+ "InputBotInlineMessage",
6299
+ ],
6230
6300
  inputBotInlineResult: [
6231
6301
  0x88BF9319,
6232
6302
  [
@@ -6366,6 +6436,15 @@ export const schema = Object.freeze({
6366
6436
  ],
6367
6437
  "BotInlineMessage",
6368
6438
  ],
6439
+ botInlineMessageRichMessage: [
6440
+ 0x0A617E7B,
6441
+ [
6442
+ ["flags", "#"],
6443
+ ["reply_markup", "flags.2?ReplyMarkup"],
6444
+ ["rich_message", "RichMessage"],
6445
+ ],
6446
+ "BotInlineMessage",
6447
+ ],
6369
6448
  botInlineResult: [
6370
6449
  0x11965F3A,
6371
6450
  [
@@ -6712,7 +6791,7 @@ export const schema = Object.freeze({
6712
6791
  "DraftMessage",
6713
6792
  ],
6714
6793
  draftMessage: [
6715
- 0x96EAA5EB,
6794
+ 0x60FE3294,
6716
6795
  [
6717
6796
  ["flags", "#"],
6718
6797
  ["no_webpage", "flags.1?true"],
@@ -6724,6 +6803,7 @@ export const schema = Object.freeze({
6724
6803
  ["date", "int"],
6725
6804
  ["effect", "flags.7?long"],
6726
6805
  ["suggested_post", "flags.8?SuggestedPost"],
6806
+ ["rich_message", "flags.9?RichMessage"],
6727
6807
  ],
6728
6808
  "DraftMessage",
6729
6809
  ],
@@ -7002,6 +7082,107 @@ export const schema = Object.freeze({
7002
7082
  ],
7003
7083
  "RichText",
7004
7084
  ],
7085
+ textMath: [
7086
+ 0x9D2EAC97,
7087
+ [
7088
+ ["source", "string"],
7089
+ ],
7090
+ "RichText",
7091
+ ],
7092
+ textCustomEmoji: [
7093
+ 0xA26156C0,
7094
+ [
7095
+ ["document_id", "long"],
7096
+ ["alt", "string"],
7097
+ ],
7098
+ "RichText",
7099
+ ],
7100
+ textSpoiler: [
7101
+ 0x4C2A5D62,
7102
+ [
7103
+ ["text", "RichText"],
7104
+ ],
7105
+ "RichText",
7106
+ ],
7107
+ textMention: [
7108
+ 0xCD24CF44,
7109
+ [
7110
+ ["text", "RichText"],
7111
+ ],
7112
+ "RichText",
7113
+ ],
7114
+ textHashtag: [
7115
+ 0x519524EA,
7116
+ [
7117
+ ["text", "RichText"],
7118
+ ],
7119
+ "RichText",
7120
+ ],
7121
+ textBotCommand: [
7122
+ 0x02FF29D3,
7123
+ [
7124
+ ["text", "RichText"],
7125
+ ],
7126
+ "RichText",
7127
+ ],
7128
+ textCashtag: [
7129
+ 0x7B9E1801,
7130
+ [
7131
+ ["text", "RichText"],
7132
+ ],
7133
+ "RichText",
7134
+ ],
7135
+ textAutoUrl: [
7136
+ 0xAC6A83AA,
7137
+ [
7138
+ ["text", "RichText"],
7139
+ ],
7140
+ "RichText",
7141
+ ],
7142
+ textAutoEmail: [
7143
+ 0xC556A45D,
7144
+ [
7145
+ ["text", "RichText"],
7146
+ ],
7147
+ "RichText",
7148
+ ],
7149
+ textAutoPhone: [
7150
+ 0x24C26789,
7151
+ [
7152
+ ["text", "RichText"],
7153
+ ],
7154
+ "RichText",
7155
+ ],
7156
+ textBankCard: [
7157
+ 0xB956812D,
7158
+ [
7159
+ ["text", "RichText"],
7160
+ ],
7161
+ "RichText",
7162
+ ],
7163
+ textMentionName: [
7164
+ 0x01A9FBFC,
7165
+ [
7166
+ ["text", "RichText"],
7167
+ ["user_id", "long"],
7168
+ ],
7169
+ "RichText",
7170
+ ],
7171
+ textDate: [
7172
+ 0xA5B45E2B,
7173
+ [
7174
+ ["flags", "#"],
7175
+ ["relative", "flags.0?true"],
7176
+ ["short_time", "flags.1?true"],
7177
+ ["long_time", "flags.2?true"],
7178
+ ["short_date", "flags.3?true"],
7179
+ ["long_date", "flags.4?true"],
7180
+ ["day_of_week", "flags.5?true"],
7181
+ ["text", "RichText"],
7182
+ ["date", "int"],
7183
+ ],
7184
+ "RichText",
7185
+ ],
7005
7186
  pageBlockUnsupported: [
7006
7187
  0x13567E8A,
7007
7188
  [],
@@ -7104,6 +7285,7 @@ export const schema = Object.freeze({
7104
7285
  0x1759C560,
7105
7286
  [
7106
7287
  ["flags", "#"],
7288
+ ["spoiler", "flags.1?true"],
7107
7289
  ["photo_id", "long"],
7108
7290
  ["caption", "PageCaption"],
7109
7291
  ["url", "flags.0?string"],
@@ -7117,6 +7299,7 @@ export const schema = Object.freeze({
7117
7299
  ["flags", "#"],
7118
7300
  ["autoplay", "flags.0?true"],
7119
7301
  ["loop", "flags.1?true"],
7302
+ ["spoiler", "flags.2?true"],
7120
7303
  ["video_id", "long"],
7121
7304
  ["caption", "PageCaption"],
7122
7305
  ],
@@ -7207,9 +7390,13 @@ export const schema = Object.freeze({
7207
7390
  "PageBlock",
7208
7391
  ],
7209
7392
  pageBlockOrderedList: [
7210
- 0x9A8AE1E1,
7393
+ 0x1FD6F6C1,
7211
7394
  [
7395
+ ["flags", "#"],
7396
+ ["reversed", "flags.2?true"],
7212
7397
  ["items", "Vector<PageListOrderedItem>"],
7398
+ ["start", "flags.0?int"],
7399
+ ["type", "flags.1?string"],
7213
7400
  ],
7214
7401
  "PageBlock",
7215
7402
  ],
@@ -7242,6 +7429,81 @@ export const schema = Object.freeze({
7242
7429
  ],
7243
7430
  "PageBlock",
7244
7431
  ],
7432
+ pageBlockHeading1: [
7433
+ 0xBAFF072F,
7434
+ [
7435
+ ["text", "RichText"],
7436
+ ],
7437
+ "PageBlock",
7438
+ ],
7439
+ pageBlockHeading2: [
7440
+ 0x096B2AEC,
7441
+ [
7442
+ ["text", "RichText"],
7443
+ ],
7444
+ "PageBlock",
7445
+ ],
7446
+ pageBlockHeading3: [
7447
+ 0x67E731AD,
7448
+ [
7449
+ ["text", "RichText"],
7450
+ ],
7451
+ "PageBlock",
7452
+ ],
7453
+ pageBlockHeading4: [
7454
+ 0xB532772B,
7455
+ [
7456
+ ["text", "RichText"],
7457
+ ],
7458
+ "PageBlock",
7459
+ ],
7460
+ pageBlockHeading5: [
7461
+ 0xDBBE6C6A,
7462
+ [
7463
+ ["text", "RichText"],
7464
+ ],
7465
+ "PageBlock",
7466
+ ],
7467
+ pageBlockHeading6: [
7468
+ 0x682A41A9,
7469
+ [
7470
+ ["text", "RichText"],
7471
+ ],
7472
+ "PageBlock",
7473
+ ],
7474
+ pageBlockMath: [
7475
+ 0x59080C20,
7476
+ [
7477
+ ["source", "string"],
7478
+ ],
7479
+ "PageBlock",
7480
+ ],
7481
+ pageBlockThinking: [
7482
+ 0x3C29A3E2,
7483
+ [
7484
+ ["text", "RichText"],
7485
+ ],
7486
+ "PageBlock",
7487
+ ],
7488
+ inputPageBlockMap: [
7489
+ 0x574B617F,
7490
+ [
7491
+ ["geo", "InputGeoPoint"],
7492
+ ["zoom", "int"],
7493
+ ["w", "int"],
7494
+ ["h", "int"],
7495
+ ["caption", "PageCaption"],
7496
+ ],
7497
+ "PageBlock",
7498
+ ],
7499
+ pageBlockBlockquoteBlocks: [
7500
+ 0x0E6E47C4,
7501
+ [
7502
+ ["blocks", "Vector<PageBlock>"],
7503
+ ["caption", "RichText"],
7504
+ ],
7505
+ "PageBlock",
7506
+ ],
7245
7507
  phoneCallDiscardReasonMissed: [
7246
7508
  0x85E42301,
7247
7509
  [],
@@ -8944,32 +9206,48 @@ export const schema = Object.freeze({
8944
9206
  "PageCaption",
8945
9207
  ],
8946
9208
  pageListItemText: [
8947
- 0xB92FB6CD,
9209
+ 0x2F58683C,
8948
9210
  [
9211
+ ["flags", "#"],
9212
+ ["checkbox", "flags.0?true"],
9213
+ ["checked", "flags.1?true"],
8949
9214
  ["text", "RichText"],
8950
9215
  ],
8951
9216
  "PageListItem",
8952
9217
  ],
8953
9218
  pageListItemBlocks: [
8954
- 0x25E073FC,
9219
+ 0x63CA67AA,
8955
9220
  [
9221
+ ["flags", "#"],
9222
+ ["checkbox", "flags.0?true"],
9223
+ ["checked", "flags.1?true"],
8956
9224
  ["blocks", "Vector<PageBlock>"],
8957
9225
  ],
8958
9226
  "PageListItem",
8959
9227
  ],
8960
9228
  pageListOrderedItemText: [
8961
- 0x5E068047,
9229
+ 0x15031189,
8962
9230
  [
8963
- ["num", "string"],
9231
+ ["flags", "#"],
9232
+ ["checkbox", "flags.0?true"],
9233
+ ["checked", "flags.1?true"],
9234
+ ["num", "flags.2?string"],
8964
9235
  ["text", "RichText"],
9236
+ ["value", "flags.3?int"],
9237
+ ["type", "flags.4?string"],
8965
9238
  ],
8966
9239
  "PageListOrderedItem",
8967
9240
  ],
8968
9241
  pageListOrderedItemBlocks: [
8969
- 0x98DD8936,
9242
+ 0x8FF2D5F0,
8970
9243
  [
8971
- ["num", "string"],
9244
+ ["flags", "#"],
9245
+ ["checkbox", "flags.0?true"],
9246
+ ["checked", "flags.1?true"],
9247
+ ["num", "flags.2?string"],
8972
9248
  ["blocks", "Vector<PageBlock>"],
9249
+ ["value", "flags.3?int"],
9250
+ ["type", "flags.4?string"],
8973
9251
  ],
8974
9252
  "PageListOrderedItem",
8975
9253
  ],
@@ -10666,6 +10944,7 @@ export const schema = Object.freeze({
10666
10944
  ["flags", "#"],
10667
10945
  ["fullsize", "flags.1?true"],
10668
10946
  ["fullscreen", "flags.2?true"],
10947
+ ["same_origin", "flags.3?true"],
10669
10948
  ["query_id", "flags.0?long"],
10670
10949
  ["url", "string"],
10671
10950
  ],
@@ -12583,12 +12862,15 @@ export const schema = Object.freeze({
12583
12862
  "messages.QuickReplies",
12584
12863
  ],
12585
12864
  connectedBot: [
12586
- 0xCD64636C,
12865
+ 0x033ED001,
12587
12866
  [
12588
12867
  ["flags", "#"],
12589
12868
  ["bot_id", "long"],
12590
12869
  ["recipients", "BusinessBotRecipients"],
12591
12870
  ["rights", "BusinessBotRights"],
12871
+ ["device", "flags.0?string"],
12872
+ ["date", "flags.1?int"],
12873
+ ["location", "flags.2?string"],
12592
12874
  ],
12593
12875
  "ConnectedBot",
12594
12876
  ],
@@ -14461,6 +14743,135 @@ export const schema = Object.freeze({
14461
14743
  ],
14462
14744
  "bots.AccessSettings",
14463
14745
  ],
14746
+ "messages.chatInviteJoinResultOk": [
14747
+ 0x445663A7,
14748
+ [
14749
+ ["updates", "Updates"],
14750
+ ],
14751
+ "messages.ChatInviteJoinResult",
14752
+ ],
14753
+ "messages.chatInviteJoinResultWebView": [
14754
+ 0x2F51C337,
14755
+ [
14756
+ ["bot_id", "long"],
14757
+ ["webview", "WebViewResult"],
14758
+ ["users", "Vector<User>"],
14759
+ ],
14760
+ "messages.ChatInviteJoinResult",
14761
+ ],
14762
+ joinChatBotResultApproved: [
14763
+ 0xAE152A69,
14764
+ [],
14765
+ "JoinChatBotResult",
14766
+ ],
14767
+ joinChatBotResultDeclined: [
14768
+ 0x0EFA0194,
14769
+ [],
14770
+ "JoinChatBotResult",
14771
+ ],
14772
+ joinChatBotResultQueued: [
14773
+ 0x98A3A840,
14774
+ [],
14775
+ "JoinChatBotResult",
14776
+ ],
14777
+ joinChatBotResultWebView: [
14778
+ 0xD6E3B813,
14779
+ [
14780
+ ["url", "string"],
14781
+ ],
14782
+ "JoinChatBotResult",
14783
+ ],
14784
+ webDomainException: [
14785
+ 0x933CA597,
14786
+ [
14787
+ ["flags", "#"],
14788
+ ["domain", "string"],
14789
+ ["url", "string"],
14790
+ ["title", "string"],
14791
+ ["favicon", "flags.0?long"],
14792
+ ],
14793
+ "WebDomainException",
14794
+ ],
14795
+ "account.webBrowserSettingsNotModified": [
14796
+ 0xC31C8F4E,
14797
+ [],
14798
+ "account.WebBrowserSettings",
14799
+ ],
14800
+ "account.webBrowserSettings": [
14801
+ 0x79EB8CB3,
14802
+ [
14803
+ ["flags", "#"],
14804
+ ["open_external_browser", "flags.0?true"],
14805
+ ["display_close_button", "flags.1?true"],
14806
+ ["external_exceptions", "Vector<WebDomainException>"],
14807
+ ["inapp_exceptions", "Vector<WebDomainException>"],
14808
+ ["hash", "long"],
14809
+ ],
14810
+ "account.WebBrowserSettings",
14811
+ ],
14812
+ inputRichFilePhoto: [
14813
+ 0x9B00622B,
14814
+ [
14815
+ ["id", "string"],
14816
+ ["photo", "InputPhoto"],
14817
+ ],
14818
+ "InputRichFile",
14819
+ ],
14820
+ inputRichFileDocument: [
14821
+ 0x83281DBD,
14822
+ [
14823
+ ["id", "string"],
14824
+ ["document", "InputDocument"],
14825
+ ],
14826
+ "InputRichFile",
14827
+ ],
14828
+ inputRichMessage: [
14829
+ 0xE4C449FC,
14830
+ [
14831
+ ["flags", "#"],
14832
+ ["rtl", "flags.0?true"],
14833
+ ["noautolink", "flags.1?true"],
14834
+ ["blocks", "Vector<PageBlock>"],
14835
+ ["photos", "flags.2?Vector<InputPhoto>"],
14836
+ ["documents", "flags.3?Vector<InputDocument>"],
14837
+ ["users", "flags.4?Vector<InputUser>"],
14838
+ ],
14839
+ "InputRichMessage",
14840
+ ],
14841
+ inputRichMessageHTML: [
14842
+ 0xDACB836A,
14843
+ [
14844
+ ["flags", "#"],
14845
+ ["rtl", "flags.0?true"],
14846
+ ["noautolink", "flags.1?true"],
14847
+ ["html", "string"],
14848
+ ["files", "flags.2?Vector<InputRichFile>"],
14849
+ ],
14850
+ "InputRichMessage",
14851
+ ],
14852
+ inputRichMessageMarkdown: [
14853
+ 0x004B572C,
14854
+ [
14855
+ ["flags", "#"],
14856
+ ["rtl", "flags.0?true"],
14857
+ ["noautolink", "flags.1?true"],
14858
+ ["markdown", "string"],
14859
+ ["files", "flags.2?Vector<InputRichFile>"],
14860
+ ],
14861
+ "InputRichMessage",
14862
+ ],
14863
+ richMessage: [
14864
+ 0xBAF39D8B,
14865
+ [
14866
+ ["flags", "#"],
14867
+ ["rtl", "flags.0?true"],
14868
+ ["part", "flags.1?true"],
14869
+ ["blocks", "Vector<PageBlock>"],
14870
+ ["photos", "Vector<Photo>"],
14871
+ ["documents", "Vector<Document>"],
14872
+ ],
14873
+ "RichMessage",
14874
+ ],
14464
14875
  invokeWithBusinessConnectionPrefix: [
14465
14876
  0xDD289F8E,
14466
14877
  [
@@ -15742,6 +16153,44 @@ export const schema = Object.freeze({
15742
16153
  ],
15743
16154
  "Bool",
15744
16155
  ],
16156
+ "account.confirmBotConnection": [
16157
+ 0x67ED1F68,
16158
+ [
16159
+ ["bot_id", "InputUser"],
16160
+ ],
16161
+ "Bool",
16162
+ ],
16163
+ "account.getWebBrowserSettings": [
16164
+ 0x56655768,
16165
+ [
16166
+ ["hash", "long"],
16167
+ ],
16168
+ "account.WebBrowserSettings",
16169
+ ],
16170
+ "account.updateWebBrowserSettings": [
16171
+ 0x9ADF82FE,
16172
+ [
16173
+ ["flags", "#"],
16174
+ ["open_external_browser", "flags.0?true"],
16175
+ ["display_close_button", "flags.1?true"],
16176
+ ],
16177
+ "account.WebBrowserSettings",
16178
+ ],
16179
+ "account.toggleWebBrowserSettingsException": [
16180
+ 0x60ED4229,
16181
+ [
16182
+ ["flags", "#"],
16183
+ ["delete", "flags.1?true"],
16184
+ ["open_external_browser", "flags.0?Bool"],
16185
+ ["url", "string"],
16186
+ ],
16187
+ "Updates",
16188
+ ],
16189
+ "account.deleteWebBrowserSettingsExceptions": [
16190
+ 0x86A0765D,
16191
+ [],
16192
+ "account.WebBrowserSettings",
16193
+ ],
15745
16194
  "users.getUsers": [
15746
16195
  0x0D91A548,
15747
16196
  [
@@ -15866,8 +16315,11 @@ export const schema = Object.freeze({
15866
16315
  "contacts.Blocked",
15867
16316
  ],
15868
16317
  "contacts.search": [
15869
- 0x11F812D8,
16318
+ 0x05F58D0F,
15870
16319
  [
16320
+ ["flags", "#"],
16321
+ ["broadcasts", "flags.0?true"],
16322
+ ["bots", "flags.1?true"],
15871
16323
  ["q", "string"],
15872
16324
  ["limit", "int"],
15873
16325
  ],
@@ -16129,7 +16581,7 @@ export const schema = Object.freeze({
16129
16581
  "Bool",
16130
16582
  ],
16131
16583
  "messages.sendMessage": [
16132
- 0x545CD15A,
16584
+ 0xFEF48F62,
16133
16585
  [
16134
16586
  ["flags", "#"],
16135
16587
  ["no_webpage", "flags.1?true"],
@@ -16153,6 +16605,7 @@ export const schema = Object.freeze({
16153
16605
  ["effect", "flags.18?long"],
16154
16606
  ["allow_paid_stars", "flags.21?long"],
16155
16607
  ["suggested_post", "flags.22?SuggestedPost"],
16608
+ ["rich_message", "flags.23?InputRichMessage"],
16156
16609
  ],
16157
16610
  "Updates",
16158
16611
  ],
@@ -16445,11 +16898,11 @@ export const schema = Object.freeze({
16445
16898
  "ChatInvite",
16446
16899
  ],
16447
16900
  "messages.importChatInvite": [
16448
- 0x6C50051C,
16901
+ 0xDE91436E,
16449
16902
  [
16450
16903
  ["hash", "string"],
16451
16904
  ],
16452
- "Updates",
16905
+ "messages.ChatInviteJoinResult",
16453
16906
  ],
16454
16907
  "messages.getStickerSet": [
16455
16908
  0xC8A0EC74,
@@ -16618,7 +17071,7 @@ export const schema = Object.freeze({
16618
17071
  "messages.MessageEditData",
16619
17072
  ],
16620
17073
  "messages.editMessage": [
16621
- 0x51E842E1,
17074
+ 0xB106E66C,
16622
17075
  [
16623
17076
  ["flags", "#"],
16624
17077
  ["no_webpage", "flags.1?true"],
@@ -16632,11 +17085,12 @@ export const schema = Object.freeze({
16632
17085
  ["schedule_date", "flags.15?int"],
16633
17086
  ["schedule_repeat_period", "flags.18?int"],
16634
17087
  ["quick_reply_shortcut_id", "flags.17?int"],
17088
+ ["rich_message", "flags.23?InputRichMessage"],
16635
17089
  ],
16636
17090
  "Updates",
16637
17091
  ],
16638
17092
  "messages.editInlineBotMessage": [
16639
- 0x83557DBA,
17093
+ 0xA423BB51,
16640
17094
  [
16641
17095
  ["flags", "#"],
16642
17096
  ["no_webpage", "flags.1?true"],
@@ -16646,6 +17100,7 @@ export const schema = Object.freeze({
16646
17100
  ["media", "flags.14?InputMedia"],
16647
17101
  ["reply_markup", "flags.2?ReplyMarkup"],
16648
17102
  ["entities", "flags.3?Vector<MessageEntity>"],
17103
+ ["rich_message", "flags.23?InputRichMessage"],
16649
17104
  ],
16650
17105
  "Bool",
16651
17106
  ],
@@ -16681,7 +17136,7 @@ export const schema = Object.freeze({
16681
17136
  "messages.PeerDialogs",
16682
17137
  ],
16683
17138
  "messages.saveDraft": [
16684
- 0x54AE308E,
17139
+ 0xAD0FA15C,
16685
17140
  [
16686
17141
  ["flags", "#"],
16687
17142
  ["no_webpage", "flags.1?true"],
@@ -16693,6 +17148,7 @@ export const schema = Object.freeze({
16693
17148
  ["media", "flags.5?InputMedia"],
16694
17149
  ["effect", "flags.7?long"],
16695
17150
  ["suggested_post", "flags.8?SuggestedPost"],
17151
+ ["rich_message", "flags.9?InputRichMessage"],
16696
17152
  ],
16697
17153
  "Bool",
16698
17154
  ],
@@ -18474,6 +18930,14 @@ export const schema = Object.freeze({
18474
18930
  ],
18475
18931
  "messages.Messages",
18476
18932
  ],
18933
+ "messages.getRichMessage": [
18934
+ 0x501569CF,
18935
+ [
18936
+ ["peer", "InputPeer"],
18937
+ ["id", "int"],
18938
+ ],
18939
+ "messages.Messages",
18940
+ ],
18477
18941
  "updates.getState": [
18478
18942
  0xEDD4882A,
18479
18943
  [],
@@ -18919,11 +19383,11 @@ export const schema = Object.freeze({
18919
19383
  "Bool",
18920
19384
  ],
18921
19385
  "channels.joinChannel": [
18922
- 0x24B524C5,
19386
+ 0x7F6A1E22,
18923
19387
  [
18924
19388
  ["channel", "InputChannel"],
18925
19389
  ],
18926
- "Updates",
19390
+ "messages.ChatInviteJoinResult",
18927
19391
  ],
18928
19392
  "channels.leaveChannel": [
18929
19393
  0xF836AA95,
@@ -19111,10 +19575,13 @@ export const schema = Object.freeze({
19111
19575
  "Updates",
19112
19576
  ],
19113
19577
  "channels.toggleJoinRequest": [
19114
- 0x4C2985B6,
19578
+ 0x0ECC2618,
19115
19579
  [
19580
+ ["flags", "#"],
19581
+ ["apply_to_invites", "flags.1?true"],
19116
19582
  ["channel", "InputChannel"],
19117
19583
  ["enabled", "Bool"],
19584
+ ["guard_bot", "flags.0?InputUser"],
19118
19585
  ],
19119
19586
  "Updates",
19120
19587
  ],
@@ -19598,6 +20065,14 @@ export const schema = Object.freeze({
19598
20065
  ],
19599
20066
  "Bool",
19600
20067
  ],
20068
+ "bots.setJoinChatResults": [
20069
+ 0xE71A4810,
20070
+ [
20071
+ ["query_id", "long"],
20072
+ ["result", "JoinChatBotResult"],
20073
+ ],
20074
+ "Bool",
20075
+ ],
19601
20076
  "payments.getPaymentForm": [
19602
20077
  0x37148DBB,
19603
20078
  [
@@ -21439,7 +21914,7 @@ export const schema = Object.freeze({
21439
21914
  [0x1C32B11C]: "channel",
21440
21915
  [0x17D493D5]: "channelForbidden",
21441
21916
  [0x2633421B]: "chatFull",
21442
- [0xE4E0B29D]: "channelFull",
21917
+ [0xA04E8D3A]: "channelFull",
21443
21918
  [0x38E79FDE]: "chatParticipant",
21444
21919
  [0xE1F867B8]: "chatParticipantCreator",
21445
21920
  [0x0360D5D2]: "chatParticipantAdmin",
@@ -21448,7 +21923,7 @@ export const schema = Object.freeze({
21448
21923
  [0x37C1011C]: "chatPhotoEmpty",
21449
21924
  [0x1C6E1C11]: "chatPhoto",
21450
21925
  [0x90A6CA84]: "messageEmpty",
21451
- [0x95EF6F2B]: "message",
21926
+ [0x7600B9D3]: "message",
21452
21927
  [0x7A800E0A]: "messageService",
21453
21928
  [0x3DED6320]: "messageMediaEmpty",
21454
21929
  [0xE216EB63]: "messageMediaPhoto",
@@ -21706,7 +22181,7 @@ export const schema = Object.freeze({
21706
22181
  [0x0B783982]: "updateGroupCallConnection",
21707
22182
  [0x4D712F2E]: "updateBotCommands",
21708
22183
  [0x7063C3DB]: "updatePendingJoinRequests",
21709
- [0x11DFA986]: "updateBotChatInviteRequester",
22184
+ [0x7CB34D79]: "updateBotChatInviteRequester",
21710
22185
  [0x1E297BFA]: "updateMessageReactions",
21711
22186
  [0x17B7A20B]: "updateAttachMenuBots",
21712
22187
  [0x1592B79D]: "updateWebViewResultSent",
@@ -21768,6 +22243,10 @@ export const schema = Object.freeze({
21768
22243
  [0x4880ED9A]: "updateManagedBot",
21769
22244
  [0xCDD4093D]: "updateBotGuestChatQuery",
21770
22245
  [0x8C0F91FB]: "updateAiComposeTones",
22246
+ [0xBDAC7E70]: "updateJoinChatWebViewDecision",
22247
+ [0xB22083A6]: "updateNewBotConnection",
22248
+ [0xC39A2ADE]: "updateWebBrowserSettings",
22249
+ [0x140502D1]: "updateWebBrowserException",
21771
22250
  [0xA56C2A3E]: "updates.state",
21772
22251
  [0x5D75A138]: "updates.differenceEmpty",
21773
22252
  [0x00F49CA0]: "updates.difference",
@@ -21838,6 +22317,8 @@ export const schema = Object.freeze({
21838
22317
  [0x25972BCB]: "sendMessageEmojiInteraction",
21839
22318
  [0xB665902E]: "sendMessageEmojiInteractionSeen",
21840
22319
  [0x376D975C]: "sendMessageTextDraftAction",
22320
+ [0xE2B23B51]: "inputSendMessageRichMessageDraftAction",
22321
+ [0xA2CB24F9]: "sendMessageRichMessageDraftAction",
21841
22322
  [0xB3134D9D]: "contacts.found",
21842
22323
  [0x4F96CB18]: "inputPrivacyKeyStatusTimestamp",
21843
22324
  [0xBDFB0426]: "inputPrivacyKeyChatInvite",
@@ -22026,6 +22507,7 @@ export const schema = Object.freeze({
22026
22507
  [0x4B425864]: "inputBotInlineMessageGame",
22027
22508
  [0xD7E78225]: "inputBotInlineMessageMediaInvoice",
22028
22509
  [0xBDDCC510]: "inputBotInlineMessageMediaWebPage",
22510
+ [0xB43DF56C]: "inputBotInlineMessageRichMessage",
22029
22511
  [0x88BF9319]: "inputBotInlineResult",
22030
22512
  [0xA8D864A7]: "inputBotInlineResultPhoto",
22031
22513
  [0xFFF8FDC4]: "inputBotInlineResultDocument",
@@ -22037,6 +22519,7 @@ export const schema = Object.freeze({
22037
22519
  [0x18D1CDC2]: "botInlineMessageMediaContact",
22038
22520
  [0x354A9B09]: "botInlineMessageMediaInvoice",
22039
22521
  [0x809AD9A6]: "botInlineMessageMediaWebPage",
22522
+ [0x0A617E7B]: "botInlineMessageRichMessage",
22040
22523
  [0x11965F3A]: "botInlineResult",
22041
22524
  [0x17DB940B]: "botInlineMediaResult",
22042
22525
  [0xE021F2F6]: "messages.botResults",
@@ -22080,7 +22563,7 @@ export const schema = Object.freeze({
22080
22563
  [0x70B772A8]: "contacts.topPeers",
22081
22564
  [0xB52C939D]: "contacts.topPeersDisabled",
22082
22565
  [0x1B0C841A]: "draftMessageEmpty",
22083
- [0x96EAA5EB]: "draftMessage",
22566
+ [0x60FE3294]: "draftMessage",
22084
22567
  [0xC6DC0C66]: "messages.featuredStickersNotModified",
22085
22568
  [0xBE382906]: "messages.featuredStickers",
22086
22569
  [0x0B17F890]: "messages.recentStickersNotModified",
@@ -22116,6 +22599,19 @@ export const schema = Object.freeze({
22116
22599
  [0x1CCB966A]: "textPhone",
22117
22600
  [0x081CCF4F]: "textImage",
22118
22601
  [0x35553762]: "textAnchor",
22602
+ [0x9D2EAC97]: "textMath",
22603
+ [0xA26156C0]: "textCustomEmoji",
22604
+ [0x4C2A5D62]: "textSpoiler",
22605
+ [0xCD24CF44]: "textMention",
22606
+ [0x519524EA]: "textHashtag",
22607
+ [0x02FF29D3]: "textBotCommand",
22608
+ [0x7B9E1801]: "textCashtag",
22609
+ [0xAC6A83AA]: "textAutoUrl",
22610
+ [0xC556A45D]: "textAutoEmail",
22611
+ [0x24C26789]: "textAutoPhone",
22612
+ [0xB956812D]: "textBankCard",
22613
+ [0x01A9FBFC]: "textMentionName",
22614
+ [0xA5B45E2B]: "textDate",
22119
22615
  [0x13567E8A]: "pageBlockUnsupported",
22120
22616
  [0x70ABC3FD]: "pageBlockTitle",
22121
22617
  [0x8FFA9A1F]: "pageBlockSubtitle",
@@ -22141,10 +22637,20 @@ export const schema = Object.freeze({
22141
22637
  [0x804361EA]: "pageBlockAudio",
22142
22638
  [0x1E148390]: "pageBlockKicker",
22143
22639
  [0xBF4DEA82]: "pageBlockTable",
22144
- [0x9A8AE1E1]: "pageBlockOrderedList",
22640
+ [0x1FD6F6C1]: "pageBlockOrderedList",
22145
22641
  [0x76768BED]: "pageBlockDetails",
22146
22642
  [0x16115A96]: "pageBlockRelatedArticles",
22147
22643
  [0xA44F3EF6]: "pageBlockMap",
22644
+ [0xBAFF072F]: "pageBlockHeading1",
22645
+ [0x096B2AEC]: "pageBlockHeading2",
22646
+ [0x67E731AD]: "pageBlockHeading3",
22647
+ [0xB532772B]: "pageBlockHeading4",
22648
+ [0xDBBE6C6A]: "pageBlockHeading5",
22649
+ [0x682A41A9]: "pageBlockHeading6",
22650
+ [0x59080C20]: "pageBlockMath",
22651
+ [0x3C29A3E2]: "pageBlockThinking",
22652
+ [0x574B617F]: "inputPageBlockMap",
22653
+ [0x0E6E47C4]: "pageBlockBlockquoteBlocks",
22148
22654
  [0x85E42301]: "phoneCallDiscardReasonMissed",
22149
22655
  [0xE095C1A0]: "phoneCallDiscardReasonDisconnect",
22150
22656
  [0x57ADC690]: "phoneCallDiscardReasonHangup",
@@ -22343,10 +22849,10 @@ export const schema = Object.freeze({
22343
22849
  [0x34566B6A]: "pageTableCell",
22344
22850
  [0xE0C0C5E5]: "pageTableRow",
22345
22851
  [0x6F747657]: "pageCaption",
22346
- [0xB92FB6CD]: "pageListItemText",
22347
- [0x25E073FC]: "pageListItemBlocks",
22348
- [0x5E068047]: "pageListOrderedItemText",
22349
- [0x98DD8936]: "pageListOrderedItemBlocks",
22852
+ [0x2F58683C]: "pageListItemText",
22853
+ [0x63CA67AA]: "pageListItemBlocks",
22854
+ [0x15031189]: "pageListOrderedItemText",
22855
+ [0x8FF2D5F0]: "pageListOrderedItemBlocks",
22350
22856
  [0xB390DC08]: "pageRelatedArticle",
22351
22857
  [0x98657F0D]: "page",
22352
22858
  [0x8C05F1C9]: "help.supportName",
@@ -22725,7 +23231,7 @@ export const schema = Object.freeze({
22725
23231
  [0x01190CF1]: "inputQuickReplyShortcutId",
22726
23232
  [0xC68D6695]: "messages.quickReplies",
22727
23233
  [0x5F91EB5B]: "messages.quickRepliesNotModified",
22728
- [0xCD64636C]: "connectedBot",
23234
+ [0x033ED001]: "connectedBot",
22729
23235
  [0x17D7F87B]: "account.connectedBots",
22730
23236
  [0x2AD93719]: "messages.dialogFilters",
22731
23237
  [0x6C8E1E06]: "birthday",
@@ -22926,6 +23432,21 @@ export const schema = Object.freeze({
22926
23432
  [0x6C9D0EFE]: "aicompose.tones",
22927
23433
  [0xF1D628EC]: "aiComposeToneExample",
22928
23434
  [0xDD1FBF93]: "bots.accessSettings",
23435
+ [0x445663A7]: "messages.chatInviteJoinResultOk",
23436
+ [0x2F51C337]: "messages.chatInviteJoinResultWebView",
23437
+ [0xAE152A69]: "joinChatBotResultApproved",
23438
+ [0x0EFA0194]: "joinChatBotResultDeclined",
23439
+ [0x98A3A840]: "joinChatBotResultQueued",
23440
+ [0xD6E3B813]: "joinChatBotResultWebView",
23441
+ [0x933CA597]: "webDomainException",
23442
+ [0xC31C8F4E]: "account.webBrowserSettingsNotModified",
23443
+ [0x79EB8CB3]: "account.webBrowserSettings",
23444
+ [0x9B00622B]: "inputRichFilePhoto",
23445
+ [0x83281DBD]: "inputRichFileDocument",
23446
+ [0xE4C449FC]: "inputRichMessage",
23447
+ [0xDACB836A]: "inputRichMessageHTML",
23448
+ [0x004B572C]: "inputRichMessageMarkdown",
23449
+ [0xBAF39D8B]: "richMessage",
22929
23450
  },
22930
23451
  });
22931
- export const LAYER = 225;
23452
+ export const LAYER = 227;