Uses of Class
it.tdlight.jni.TdApi.ForumTopicIcon
-
Uses of TdApi.ForumTopicIcon in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.CreateForumTopic.icon
Icon of the topic.TdApi.ForumTopicInfo.icon
Icon of the topic.TdApi.MessageForumTopicCreated.icon
Icon of the topic.ModifierConstructorDescriptionCreateForumTopic
(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 isOutgoing, boolean isClosed) Contains basic information about a forum topic.MessageForumTopicCreated
(String name, TdApi.ForumTopicIcon icon) A forum topic has been created.