Uses of Class
it.tdlight.jni.TdApi.ForumTopicInfo
-
Uses of TdApi.ForumTopicInfo in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.ForumTopic.info
Basic information about the topic.TdApi.UpdateForumTopicInfo.info
New information about the topic.TdApi.ChatEventForumTopicEdited.newTopicInfo
New information about the topic.TdApi.ChatEventForumTopicPinned.newTopicInfo
Information about the new pinned topic; may be null.TdApi.ChatEventForumTopicEdited.oldTopicInfo
Old information about the topic.TdApi.ChatEventForumTopicPinned.oldTopicInfo
Information about the old pinned topic; may be null.TdApi.ChatEventForumTopicCreated.topicInfo
Information about the topic.TdApi.ChatEventForumTopicDeleted.topicInfo
Information about the topic.TdApi.ChatEventForumTopicToggleIsClosed.topicInfo
New information about the topic.ModifierConstructorDescriptionChatEventForumTopicCreated
(TdApi.ForumTopicInfo topicInfo) A new forum topic was created.ChatEventForumTopicDeleted
(TdApi.ForumTopicInfo topicInfo) A forum topic was deleted.ChatEventForumTopicEdited
(TdApi.ForumTopicInfo oldTopicInfo, TdApi.ForumTopicInfo newTopicInfo) A forum topic was edited.ChatEventForumTopicPinned
(TdApi.ForumTopicInfo oldTopicInfo, TdApi.ForumTopicInfo newTopicInfo) A pinned forum topic was changed.A forum topic was closed or reopened.ForumTopic
(TdApi.ForumTopicInfo info, TdApi.Message lastMessage, boolean isPinned, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.DraftMessage draftMessage) Describes a forum topic.UpdateForumTopicInfo
(long chatId, TdApi.ForumTopicInfo info) Basic information about a topic in a forum chat was changed.