Commit Graph

952 Commits

Author SHA1 Message Date
levlam b4676dc57a Various fixes. 2023-04-07 16:02:31 +03:00
levlam f431c8ba5a Add td_api::hideChatFolderNewChats. 2023-04-05 19:43:58 +03:00
levlam 758926bbed Add td_api::addChatFolderNewChats. 2023-04-04 16:35:31 +03:00
levlam e6cc743c33 Add td_api::getChatFolderNewChats. 2023-04-04 16:21:31 +03:00
levlam 241021ae83 Rename chat filters to chat folders. 2023-04-03 17:28:51 +03:00
levlam 45a6d9864c Add chatInviteLinkMember.via_chat_filter_invite_link. 2023-04-03 13:36:47 +03:00
levlam 6198a6a842 Add td_api::getChatFilterChatsToLeave. 2023-04-02 12:40:57 +03:00
levlam 4bf49b246f Add deleteChatFilter.leave_chat_ids. 2023-04-02 12:05:04 +03:00
levlam cb2ce5d1de Add td_api::addChatFilterByInviteLink. 2023-03-31 16:48:32 +03:00
levlam d47bd927fe Add td_api::checkChatFilterInviteLink. 2023-03-31 15:50:49 +03:00
levlam 715f681651 Add class chatFilterIcon. 2023-03-31 13:34:47 +03:00
levlam 49b9ea2ec1 Add td_api::deleteChatFilterInviteLink. 2023-03-30 19:52:55 +03:00
levlam a9f862c3c3 Add td_api::editChatFilterInviteLink. 2023-03-30 19:37:01 +03:00
levlam 3fa7e6f2f7 tg_cli: allow to edit shareable filters. 2023-03-30 18:39:51 +03:00
levlam 761bc9c992 Add chatFilter.is_shareable. 2023-03-30 18:23:26 +03:00
levlam d1c9cacf85 Add td_api::getChatFilterInviteLinks. 2023-03-30 17:15:04 +03:00
levlam ea56e6865a Add td_api::reorderActiveBotUsernames. 2023-03-30 16:41:03 +03:00
levlam 3f9b43227c tg_cli: add td_api::setBotProfilePhoto. 2023-03-29 22:45:13 +03:00
levlam 62818418ea Add setBotName/getBotName. 2023-03-28 18:42:54 +03:00
levlam 92f1d26f08 Allow to edit description of owned bots. 2023-03-28 17:49:48 +03:00
levlam f844179528 Add td_api::createChatFilterInviteLink. 2023-03-27 21:36:44 +03:00
levlam 3be730b44a tg_cli: add ChatFilterId class. 2023-03-30 17:23:26 +03:00
levlam 2cac802e07 tg_cli: add InputChatPhoto. 2023-03-29 22:42:19 +03:00
levlam d3ef57e961 Add td_api::getSupportName. 2023-03-22 13:54:04 +03:00
levlam 1af942de49 Add td_api::resetAuthenticationEmailAddress. 2023-03-20 15:17:51 +03:00
levlam 72b6eadd8d tg_cli: disallow '_' as separator. 2023-03-06 21:43:27 +03:00
levlam e7da8e88e0 Add td_api::getWebAppLinkUrl. 2023-02-24 15:08:16 +03:00
levlam 129de63bea Add td_api::searchWebApp. 2023-02-24 14:07:40 +03:00
levlam 1f32ae3dfd Add sending_id to messageSendOptions. 2023-02-23 17:05:43 +03:00
levlam acec58e7ef Add addApplicationChangelog. 2023-02-21 12:08:55 +03:00
levlam 7be16c8a68 Move sticker_format out of inputSticker. 2023-02-14 14:59:03 +03:00
levlam 4d8fae253e Simplify uploadStickerFile. 2023-02-09 16:05:26 +03:00
levlam b6de7319d4 Support inputSticker keywords. 2023-02-09 15:23:55 +03:00
levlam 5bbac9d0b4 Support creation of repainted custom emoji sticker sets. 2023-02-08 20:29:53 +03:00
levlam fbea859a11 Add MessageSource to viewMessages. 2023-02-07 21:08:54 +03:00
levlam 6e0ed42544 tg_cli: remove as_button_id. 2023-02-19 11:21:42 +03:00
levlam 337bdc5f5e Use request promise in getWebPagePreview. 2023-02-15 15:05:37 +03:00
levlam 39f4091ac5 Add td_api::setAutosaveSettings. 2023-02-03 15:58:15 +03:00
levlam 255d887bce Add td_api::clearAutosaveSettingsExceptions. 2023-02-03 13:07:43 +03:00
levlam c5c9707837 Add td_api::getAutosaveSettings. 2023-02-03 12:39:23 +03:00
levlam 0adcac246a Use explicit as_mutable_slice to get MutableSlice. 2023-02-02 17:40:47 +03:00
levlam a347eb4da3 Add ability to check shared with bot user/chat. 2023-01-31 16:52:05 +03:00
levlam 0469ac0147 Add inputChatPhotoSticker. 2023-01-30 00:35:14 +03:00
levlam 75dacac872 Add td_api::emojiCategoryTypeChatPhoto. 2023-01-27 15:16:40 +03:00
levlam b02f134798 Add td_api::EmojiCategoryType. 2023-01-24 21:38:53 +03:00
levlam 8730fd6f34 Add td_api::getEmojiCategories. 2023-01-24 18:11:02 +03:00
levlam e5441b5ed7 Support sticker_type in searchStickers. 2023-01-23 21:07:42 +03:00
levlam 0feb0f15ce Improve names of methods and message contents related to sharing user/chat with a bot. 2023-01-23 18:19:35 +03:00
levlam 136a50d0ae Add translateMessageText. 2023-01-23 15:46:26 +03:00
levlam a7e4c54f63 Support stickers in setChatPhoto. 2023-01-23 13:53:23 +03:00