index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
td
/
telegram
/
ForumTopicManager.cpp
Age
Commit message (
Expand
)
Author
2026-06-24
Add checks.
levlam
2026-06-24
Register forum topic draft files.
levlam
2026-06-24
Add reload_forum_topic.
levlam
2026-06-23
Move draft-related queries to DraftMessageManager.
levlam
2026-05-18
Improve logging.
levlam
2026-04-21
Remove is_channel_message parameter from create_message.
levlam
2026-03-31
Add and use ForumTopicManager::repair_topic_unread_poll_vote_count.
levlam
2026-03-27
Add and use ForumTopicManager::repair_topic_unread_reaction_count.
levlam
2026-03-27
Add forumTopic.unread_poll_vote_count.
levlam
2026-02-06
Cache forum topics for no more than 1 minute.
levlam
2026-01-26
Don't copy draft to General forum topic.
levlam
2026-01-09
Allow bots to create topics in private chats.
levlam
2026-01-21
Fix can_send_message_to_forum_topic.
levlam
2026-01-20
Add ForumTopicManager::can_send_message_to_forum_topic.
levlam
2026-01-13
Improve error messages.
levlam
2026-01-12
Save draft in unknown forum topics.
levlam
2026-01-12
Copy general topic draft from the chat itself.
levlam
2026-01-01
Update copyright year.
levlam
2025-12-26
Move delete_topic_history to MessageQueryManager.
levlam
2025-12-09
Fix access rights required for fetching of forum topics.
levlam
2025-10-21
Minor improvements.
levlam
2025-10-21
Add some logging.
levlam
2025-10-20
Add and use ForumTopicManager::clear_forum_topic_draft_by_sent_message.
levlam
2025-10-20
Apply thread draft updates.
levlam
2025-10-20
Apply updates about draft messages in forum topics.
levlam
2025-10-20
Send server-side request when update forum topic.
levlam
2025-10-19
Allow short forum topics for bots.
levlam
2025-10-18
Improve error message.
levlam
2025-10-16
Keep topics without messages for bots.
levlam
2025-10-13
Return cached forum topic for bots.
levlam
2025-10-10
Minor improvements.
levlam
2025-10-06
Add and use ForumTopicManager::get_forum_topic_id_object.
levlam
2025-10-02
Add getForumTopicHistory.
levlam
2025-10-02
Keep ForumTopicId in ForumTopicInfo.
levlam
2025-10-01
Always allow bots in can_be_forum.
levlam
2025-09-30
Use forum_topic_id instead of message_thread_id when appropriate.
levlam
2025-09-27
Support deleteForumTopic in chats with bots.
levlam
2025-09-26
Support pinning of topics in chats with bots.
levlam
2025-09-26
Support setForumTopicNotificationSettings in chats with bots.
levlam
2025-09-26
Support getForumTopics in private chats.
levlam
2025-09-26
Support getForumTopic for chats with bots.
levlam
2025-09-26
Allow editForumTopic in bot chats.
levlam
2025-09-26
Add createForumTopic.is_name_implicit.
levlam
2025-09-26
Allow to create topics in chats with bots.
levlam
2025-09-26
Add allow_bots parameter to is_forum.
levlam
2025-09-26
Add forumTopicInfo.is_name_implicit.
levlam
2025-09-26
Handle updates about topic pinning.
levlam
2025-09-26
Allow bots in can_be_forum.
levlam
2025-09-26
Apply topics from messages.
levlam
2025-09-26
Support forumTopic.peer.
levlam
[next]