Commit Graph

280 Commits

Author SHA1 Message Date
Giuseppe Marino
76e5967b72
Merge remote-tracking branch 'upstream/master' 2023-03-11 12:05:34 +01:00
levlam
79ea507664 Minor improvements. 2023-03-09 18:54:59 +03:00
levlam
8fd2a69378 Add setMyShortDescription. 2023-03-04 22:13:39 +03:00
levlam
8ee91caacf Add getMyShortDescription. 2023-03-04 22:12:34 +03:00
levlam
ac28919390 Add getMyDescription. 2023-02-27 21:32:38 +03:00
levlam
f25e81c015 Add setMyDescription. 2023-02-27 02:19:10 +03:00
levlam
ab54061365 Add emoji to sendSticker. 2023-02-26 22:23:38 +03:00
levlam
1720ba3e81 Support "web_app" button in inline query results. 2023-02-22 21:01:05 +03:00
levlam
4dc418b8d3 Add optional web_app_name to WriteAccessAllowed. 2023-02-22 20:45:37 +03:00
levlam
7b2acc80be Avoid unneeded namespace qualification. 2023-02-22 19:50:53 +03:00
levlam
b81073cb1a Remove using of td::Json*. 2023-02-22 19:47:23 +03:00
levlam
f24dca312f Remove using for td::Status and td::Slice. 2023-02-22 19:40:25 +03:00
levlam
b38ce2a79d Add deleteStickerSet. 2023-02-16 16:27:58 +03:00
levlam
64591671fc Add getStickerMaskPosition. 2023-02-14 18:04:47 +03:00
levlam
116e7aab24 Add setStickerKeywords. 2023-02-14 17:54:59 +03:00
levlam
c48dfe5d4d Add setStickerEmojiList. 2023-02-14 17:43:08 +03:00
levlam
bb5f3651b2 Add Client::get_sticker_input_file. 2023-02-14 17:40:32 +03:00
levlam
401894a53b Add setStickerSetTitle. 2023-02-14 17:30:50 +03:00
levlam
0c7a7236eb Add setCustomEmojiStickerSetThumbnail. 2023-02-14 17:26:31 +03:00
levlam
84e6f5fa1d Support keywords in InputSticker. 2023-02-14 17:13:19 +03:00
levlam
d3898d9b7f Allow to preupload animated and video stickers. 2023-02-14 16:46:05 +03:00
levlam
a1d7c768bb Aloow to specify up to 50 stickers in createNewStickerSet. 2023-02-14 16:34:10 +03:00
levlam
d0b5abfc46 Support InputSticker in addStickerToSet. 2023-02-14 14:26:42 +03:00
levlam
1da3d34299 Add Sticker.needs_repainting. 2023-02-14 14:07:38 +03:00
levlam
3be3dfedf6 Add "needs_repainting" parameter in createNewStickerSet. 2023-02-14 13:37:27 +03:00
levlam
96e534bddc Rename "thumb" to "thumbnail". 2023-02-14 13:30:17 +03:00
levlam
0cf13d3bf4 Update TDLib to 1.8.12. 2023-02-13 17:25:33 +03:00
levlam
09c9db306a Fail flood-limited queries with a delay. 2023-02-13 15:52:15 +03:00
levlam
12c56318a8 Update clang-format to 16.0.0. 2023-02-13 15:44:46 +03:00
Giuseppe Marino
85763a1591
Merge remote-tracking branch 'upstream/master' 2023-02-04 15:31:24 +01:00
levlam
0e6826b7e4 Add use_independent_chat_permissions to restrictChatMember and setChatPermissions. 2023-02-01 04:00:16 +03:00
levlam
0bc181c216 Add ChatJoinRequest.user_chat_id. 2023-02-01 03:46:27 +03:00
levlam
2c23688be6 Support separate media permissions. 2023-01-31 01:46:40 +03:00
levlam
70428fb762 Improve BotInfo for bots with invalid tokens. 2023-01-18 22:44:47 +03:00
levlam
82d592702d Support messageUserShared and messageChatShared. 2023-01-12 14:49:26 +03:00
levlam
c3c8f112ee Support "request_chat" keyboard buttons. 2023-01-11 20:50:43 +03:00
levlam
e636a6db45 Support "request_user" keyboard buttons. 2023-01-11 20:39:34 +03:00
levlam
c68f6a7a89 Update TDLib to 1.8.11. 2023-01-11 20:30:27 +03:00
levlam
1b741dd3b3 Update TDLib and asynchronously destroy deleted TQueue events. 2023-01-06 18:03:45 +03:00
levlam
348b94bdee Update copyright year. 2023-01-01 00:31:16 +03:00
Giuseppe Marino
73c8efa528
Merge remote-tracking branch 'upstream/master'
Changes how searchChatMessages works, may break some code
2022-12-30 21:33:26 +01:00
levlam
c5ed576b1e Use public photo if full profile photo is unavailable. 2022-12-30 00:21:16 +03:00
levlam
fbc493c361 Add Chat.has_aggressive_anti_spam_enabled. 2022-12-29 21:11:42 +03:00
levlam
b972cebad4 Add Chat.has_hidden_members. 2022-12-29 21:06:38 +03:00
levlam
849d48e858 Add methods for General topic management. 2022-12-29 21:02:15 +03:00
levlam
9b47c90de9 Add Message.write_access_allowed. 2022-12-29 18:06:35 +03:00
levlam
d19413f8e6 Add Message.general_forum_topic_hidden/general_forum_topic_unhidden. 2022-12-29 17:53:55 +03:00
levlam
3704082f2a Add and use JsonEmptyObject. 2022-12-29 17:51:39 +03:00
levlam
38df7114f2 Add Message.forum_topic_edited. 2022-12-29 17:37:59 +03:00
levlam
28106d9df4 Support sending of media with spoiler. 2022-12-29 17:26:39 +03:00