aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/DialogActionManager.cpp
AgeCommit message (Expand)Author
2026-06-18Support nullptr as result of get_input_rich_message.levlam
2026-06-08Fix option name.levlam
2026-06-04Simplify TextDraftInfo.levlam
2026-06-04Support messageRichMessage in updatePendingMessage.levlam
2026-06-04Replace updatePendingTextMessage with updatePendingMessage.levlam
2026-06-04Add sendRichMessageDraft.levlam
2026-01-01Update copyright year.levlam
2025-10-03Expect topic_id in sendChatAction.levlam
2025-10-03Return topic_id in updateChatAction.levlam
2025-10-02Send forum_topic_id in updatePendingTextMessage.levlam
2025-09-26Allow updatePendingTextMessage without thread.levlam
2025-09-23Add "pending_text_message_period" option.levlam
2025-09-23Add comment.levlam
2025-09-23Add td_api::updatePendingTextMessage.levlam
2025-08-11Disallow chat actions in channel direct messages chats.levlam
2025-06-18Check message identifier validness in MessageId::is_server().levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-01-01Update copyright year.levlam
2024-07-29Add td_api::setBusinessMessageIsPinned.levlam
2024-05-29Update copyright year in new managers.levlam
2024-04-14Add explicit allow_secret_chats to have_input_peer.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-03-12Use AccessRights::Know to get business input peer.levlam
2024-03-11Expect valid business_connection_id in check_business_connection.levlam
2024-03-07Support sendChatAction for business connections.levlam
2024-01-15Fix DialogActionManager::send_dialog_action in secret chats (#2756)Liru Færs
2024-01-08Minor improvements.levlam
2024-01-07Remove is_unsent_animated_emoji_click proxy function.levlam
2024-01-07Move some methods to DialogActionManager.levlam
2024-01-06Add DialogActionManager.levlam