Commit Graph

884 Commits

Author SHA1 Message Date
levlam
3ba783158f Add td_api::editStarSubscription. 2024-07-25 23:13:00 +03:00
levlam
597805c951 Add td_api::getStarSubscriptions. 2024-07-25 22:53:45 +03:00
levlam
0e1d319f8a Move online status handling to OnlineManager. 2024-08-01 21:08:01 +03:00
levlam
27d1bd54dd Add OnlineManager. 2024-08-01 16:07:38 +03:00
levlam
86d6be1c59 Move connection state management to ConnectionStateManager. 2024-08-01 14:53:24 +03:00
levlam
7ce682984c Add ConnectionStateManager. 2024-08-01 14:40:12 +03:00
levlam
05325437e8 Move promo data polling to PromoDataManager. 2024-08-01 14:13:48 +03:00
levlam
d63ef82e5d Add PromoDataManager. 2024-08-01 13:57:39 +03:00
levlam
34a27ad27a Move terms of service polling to TermsOfServiceManager. 2024-08-01 13:11:59 +03:00
levlam
01755c8fea Add TermsOfServiceManager. 2024-08-01 11:13:11 +03:00
levlam
78f6dccb00 Move as_db_key to TdDb. 2024-08-01 10:23:18 +03:00
levlam
a24af09922 Add Td::do_run_request. 2024-08-01 00:29:48 +03:00
levlam
4d250ff829 Move synchronous request implementations to a separate file. 2024-07-31 17:26:17 +03:00
levlam
d5068c3f55 Add td_api::setBusinessMessageIsPinned. 2024-07-29 20:33:02 +03:00
levlam
1f29dc7b97 Add td_api::editStoryCover. 2024-07-27 22:39:44 +03:00
levlam
61ce58b133 Add td_api::getBotMediaPreviewInfo. 2024-07-22 19:09:10 +03:00
levlam
106afa050c Improve td_api::getMainWebApp. 2024-07-21 13:16:02 +03:00
levlam
6d3c92c779 Add td_api::getMainWebAppUrl. 2024-07-19 17:08:34 +03:00
levlam
fceb1437d7 Add td_api::reorderBotMediaPreviews. 2024-07-19 14:52:36 +03:00
levlam
1abbbc3778 Add td_api::deleteBotMediaPreviews. 2024-07-19 14:38:38 +03:00
levlam
e8b477a3e3 Add td_api::editBotMediaPreview. 2024-07-19 14:18:17 +03:00
levlam
80b71e4410 Add td_api::addBotMediaPreview. 2024-07-18 23:28:08 +03:00
levlam
5a5a9a28a4 Add td_api::getBotMediaPreviews. 2024-07-18 17:54:41 +03:00
levlam
d79a350492 Add td_api::getCurrentWeather. 2024-07-17 17:54:46 +03:00
levlam
e9d2d40b53 Add td_api::getPopularWebAppBots. 2024-07-16 10:50:32 +03:00
levlam
bb2b10f615 Add td_api::getStarGiftPaymentOptions. 2024-07-10 17:19:43 +03:00
levlam
9006d75603 Add td_api::getMessageProperties. 2024-07-08 14:08:45 +03:00
levlam
52618cd448 Don't mark boostChat as constant. 2024-07-26 19:02:05 +03:00
levlam
d5d9dabe7d Mark requests const if appropriate. 2024-07-12 05:48:51 +03:00
levlam
51d0e70b9e Rename webPage to linkPreview. 2024-07-03 15:15:06 +03:00
levlam
60d3130193 Add td_api::getStarAdAccountUrl. 2024-06-24 20:45:55 +03:00
levlam
db4f61e261 Add td_api::getStarRevenueStatistics. 2024-06-14 17:06:26 +03:00
levlam
848e33bc39 Add td_api::getStarWithdrawalUrl. 2024-06-13 23:21:04 +03:00
levlam
e78fbd7f8d Add StarManager. 2024-06-13 22:31:51 +03:00
levlam
8ca99fb186 Add td_api::stopBusinessPoll. 2024-06-11 15:05:06 +03:00
levlam
8ea591c338 Add td_api::editBusinessMessageReplyMarkup. 2024-06-11 14:24:31 +03:00
levlam
fe29121452 Add td_api::editBusinessMessageCaption. 2024-06-11 14:10:43 +03:00
levlam
9e466e2b9b Add td_api::editBusinessMessageMedia. 2024-06-11 13:57:32 +03:00
levlam
96c1b0081f Add td_api::editBusinessMessageLiveLocation. 2024-06-11 13:05:17 +03:00
levlam
c1c9f40a20 Add td_api::editBusinessMessageText. 2024-06-10 17:39:48 +03:00
levlam
3f99e0a69b Add td_api::searchPublicStoriesByLocation. 2024-06-07 16:51:06 +03:00
levlam
6ec0f4f1db Improve names of methods and names of their parameters for public message and story search. 2024-06-05 15:29:42 +03:00
levlam
f5a9be27b8 Add td_api::searchPublicVenueStories. 2024-06-05 15:27:16 +03:00
levlam
7c5ee12a0e Add td_api::searchPublicHashtagStories. 2024-06-04 14:48:28 +03:00
levlam
c39b7dce9a Use request promise ib getChatMessageCalendar. 2024-06-08 21:20:11 +03:00
levlam
02ad1269d6 Add cashtag support in searchPublicHashtagMessages. 2024-05-31 18:10:02 +03:00
levlam
f99a093e0a Add InlineMessageManager. 2024-05-29 12:48:40 +03:00
levlam
9caaff98d6 Add td_api::clearSearchedForHashtags. 2024-05-25 20:35:21 +03:00
levlam
c1873564dc Add td_api::removeSearchedForHashtag. 2024-05-25 20:23:33 +03:00
levlam
57186fca18 Add td_api::getSearchedForHashtags. 2024-05-25 20:18:29 +03:00