Uses of Class
org.drinkless.tdlib.TdApi.PublicChatType
Packages that use TdApi.PublicChatType
-
Uses of TdApi.PublicChatType in org.drinkless.tdlib
Subclasses of TdApi.PublicChatType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The chat is public, because it has an active username.static class
The chat is public, because it is a location-based supergroup.Fields in org.drinkless.tdlib declared as TdApi.PublicChatTypeModifier and TypeFieldDescriptionTdApi.CheckCreatedPublicChatsLimit.type
Type of the public chats, for which to check the limit.TdApi.GetCreatedPublicChats.type
Type of the public chats to return.Constructors in org.drinkless.tdlib with parameters of type TdApi.PublicChatTypeModifierConstructorDescriptionCreates a function, which checks whether the maximum number of owned public chats has been reached.Creates a function, which returns a list of public chats of the specified type, owned by the user.