Commit Graph

473 Commits

Author SHA1 Message Date
KurimuzonAkuma
15640b3b53 Add new method send_web_page 2023-12-30 14:54:43 +03:00
KurimuzonAkuma
5e5860534b Revert changes related to the Story.download 2023-12-30 14:00:25 +03:00
KurimuzonAkuma
19f05bc790 Add GiveawayResult type 2023-12-28 00:54:46 +03:00
KurimuzonAkuma
44e48b002c Add some errors to known errors 2023-12-25 22:13:01 +03:00
KurimuzonAkuma
4f588d7a6c Update API schema to Layer 169 2023-12-24 00:21:35 +03:00
KurimuzonAkuma
009c982a5e Add update_color to compiler 2023-12-18 00:59:23 +03:00
KurimuzonAkuma
fd3858a69f Add some errors to known errors 2023-12-15 16:55:44 +03:00
KurimuzonAkuma
467e2a0764 Remove StoryViews from compiler 2023-12-10 22:13:50 +03:00
KurimuzonAkuma
be5f82eb86 Remove edit_story method 2023-12-07 23:54:18 +03:00
KurimuzonAkuma
fc0d9af76a Update story methods description 2023-12-07 23:09:17 +03:00
KurimuzonAkuma
750dd00105 Add some errors to known errors 2023-12-07 11:54:38 +03:00
KurimuzonAkuma
d99c3f511c Remove MessageStory type 2023-12-06 12:42:39 +03:00
KurimuzonAkuma
f85fdc838e Remove StorySkipped and StoryDeleted type 2023-12-05 22:53:28 +03:00
KurimuzonAkuma
70d9d2db5f Add get_similar_channels to high-lvl 2023-12-02 16:07:08 +03:00
KurimuzonAkuma
e73f32f847 Refactor folders 2023-12-01 18:38:45 +03:00
KurimuzonAkuma
ea531e6c42 Update some methods and types to new layer 2023-12-01 00:45:04 +03:00
KurimuzonAkuma
2a3725e605 Fix api compiling 2023-11-30 20:46:27 +03:00
KurimuzonAkuma
3b98e7a5f7 Add some errors to known errors 2023-11-30 20:23:09 +03:00
KurimuzonAkuma
d63b4d3001 Update API schema to Layer 167 2023-11-30 20:04:29 +03:00
KurimuzonAkuma
e102dc4445 Add some errors to known errors 2023-11-29 22:49:09 +03:00
KurimuzonAkuma
293b3392e6 Fix requested_chat parsing and new buttons 2023-11-29 22:48:40 +03:00
KurimuzonAkuma
5802ed8422 Add new keyboard buttons 2023-11-29 18:19:48 +03:00
KurimuzonAkuma
e77a3f56e7 Update docs compiler 2023-11-28 11:24:28 +03:00
KurimuzonAkuma
c31d795cb2 Add some errors to known errors 2023-11-11 12:42:16 +03:00
KurimuzonAkuma
496da91cd4 Add QUOTE_TEXT_INVALID to known errors 2023-11-01 23:27:47 +03:00
KurimuzonAkuma
21a87b545a Add BOOSTS_REQUIRED to known errors 2023-10-30 19:48:17 +03:00
KurimuzonAkuma
7f3a2916fd Update API schema to Layer 166 2023-10-29 00:38:08 +03:00
KurimuzonAkuma
bd557839d5 Added some errors to known errors 2023-10-27 09:34:59 +03:00
KurimuzonAkuma
a05c8d243a Added some errors to known errors 2023-10-12 23:00:31 +03:00
KurimuzonAkuma
215bc1bebc Update API schema to Layer 165 2023-10-11 22:15:48 +03:00
KurimuzonAkuma
7cde15f6d5 Update API schema to Layer 164 2023-10-11 22:15:28 +03:00
KurimuzonAkuma
728035c87c Update API schema to Layer 163 2023-10-11 22:15:10 +03:00
KurimuzonAkuma
925261d7f9 Update API schema to Layer 162 2023-10-11 22:14:57 +03:00
KurimuzonAkuma
3c01a293bf Update API schema to Layer 161 2023-10-11 22:14:40 +03:00
KurimuzonAkuma
33ab550919 Update API schema to Layer 160 2023-10-11 22:14:19 +03:00
KurimuzonAkuma
ee19a885fd Update API schema to Layer 159 2023-10-11 22:12:42 +03:00
Dan
bb678a4fb6 Update API schema to Layer 158 2023-04-21 14:56:12 +02:00
Dan
8cff5594c0 Update API schema to Layer 155 2023-04-03 16:29:04 +02:00
Nick
5c5dce6620
Update API schema to Layer 152 (#1207) 2023-02-10 12:34:43 +01:00
Dan
a58e19827a Sort the lists of known errors 2023-01-09 15:22:10 +01:00
Mahesh
043734f02b
Add BUTTON_USER_PRIVACY_RESTRICTED to the list of known errors (#1193)
* Add BUTTON_USER_PRIVACY_RESTRICTED to known errors

* Update 400_BAD_REQUEST.tsv

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2023-01-09 15:02:20 +01:00
Dan
24018532c8 Add INVITE_REQUEST_SENT to known errors 2023-01-08 17:22:15 +01:00
Nick
388c534e1f
Add BOT_ONESIDE_NOT_AVAIL to known errors (#1073)
* `BOT_ONESIDE_NOT_AVAIL`

* Update 400_BAD_REQUEST.tsv

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2023-01-08 17:20:36 +01:00
Nick
e0dda5ab26
Update API schema to Layer 151 (#1182) 2022-12-30 14:10:37 +01:00
KyMaP13
265f5fc72e
Add VOICE_MESSAGES_FORBIDDEN (#1151)
* add VOICE_MESSAGES_FORBIDDEN

* Update 400_BAD_REQUEST.tsv

Co-authored-by: onefedov <onefedov@yandex-team.ru>
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2022-12-23 20:40:31 +01:00
Dan
1d7852a44b Update API schema to Layer 150 2022-12-06 13:59:06 +01:00
Dan
b81c379548 Update API schema to Layer 149 2022-11-25 22:11:35 +01:00
Nick
a374e0175d
Update API schema to Layer 148 2022-11-13 13:55:44 +01:00
Dan
8077eb4130
Update docs 2022-10-06 12:03:05 +02:00
Dan
8fd79c93c7 Update API schema to Layer 146 2022-09-15 16:51:46 +02:00