Uses of Class
org.drinkless.tdlib.TdApi.ForumTopicInfo
Packages that use TdApi.ForumTopicInfo
-
Uses of TdApi.ForumTopicInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ForumTopicInfoModifier and TypeFieldDescriptionTdApi.ForumTopic.infoBasic information about the topic.TdApi.UpdateForumTopicInfo.infoNew information about the topic.TdApi.ChatEventForumTopicEdited.newTopicInfoNew information about the topic.TdApi.ChatEventForumTopicPinned.newTopicInfoInformation about the new pinned topic; may be null.TdApi.ChatEventForumTopicEdited.oldTopicInfoOld information about the topic.TdApi.ChatEventForumTopicPinned.oldTopicInfoInformation about the old pinned topic; may be null.TdApi.ChatEventForumTopicCreated.topicInfoInformation about the topic.TdApi.ChatEventForumTopicDeleted.topicInfoInformation about the topic.TdApi.ChatEventForumTopicToggleIsClosed.topicInfoNew information about the topic.TdApi.ChatEventForumTopicToggleIsHidden.topicInfoNew information about the topic.Constructors in org.drinkless.tdlib with parameters of type TdApi.ForumTopicInfoModifierConstructorDescriptionChatEventForumTopicCreated(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.The General forum topic was hidden or unhidden.ForumTopic(TdApi.ForumTopicInfo info, TdApi.Message lastMessage, long order, boolean isPinned, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.DraftMessage draftMessage) Describes a forum topic.Basic information about a topic in a forum chat was changed.