Uses of Class
it.tdlight.jni.TdApi.ForumTopicInfo
-
Uses of TdApi.ForumTopicInfo in it.tdlight.jni
Fields in it.tdlight.jni 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 it.tdlight.jni 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, 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.