Uses of Class
it.tdlight.jni.TdApi.ForumTopicIcon
-
Uses of TdApi.ForumTopicIcon in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.ForumTopicIconModifier and TypeFieldDescriptionTdApi.CreateForumTopic.icon
Icon of the topic.TdApi.ForumTopicInfo.icon
Icon of the topic.TdApi.MessageForumTopicCreated.icon
Icon of the topic.Constructors in it.tdlight.jni with parameters of type TdApi.ForumTopicIconModifierConstructorDescriptionCreateForumTopic
(long chatId, String name, TdApi.ForumTopicIcon icon) Creates a topic in a forum supergroup chat; requires canManageTopics rights in the supergroup.ForumTopicInfo
(long messageThreadId, String name, TdApi.ForumTopicIcon icon, int creationDate, TdApi.MessageSender creatorId, boolean isGeneral, boolean isOutgoing, boolean isClosed, boolean isHidden) Contains basic information about a forum topic.MessageForumTopicCreated
(String name, TdApi.ForumTopicIcon icon) A forum topic has been created.