Uses of Class
org.drinkless.tdlib.TdApi.ForumTopicIcon
Packages that use TdApi.ForumTopicIcon
-
Uses of TdApi.ForumTopicIcon in org.drinkless.tdlib
Fields in org.drinkless.tdlib 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 org.drinkless.tdlib with parameters of type TdApi.ForumTopicIconModifierConstructorDescriptionCreateForumTopic
(long chatId, String name, TdApi.ForumTopicIcon icon) Creates a function, which creates a topic in a forum supergroup chat; requires canManageTopics administrator or canCreateTopics member right in the supergroup.ForumTopicInfo
(long chatId, 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.