Uses of Class
org.drinkless.tdlib.TdApi.PublicChatType
-
Packages that use TdApi.PublicChatType Package Description org.drinkless.tdlib -
-
Uses of TdApi.PublicChatType in org.drinkless.tdlib
Subclasses of TdApi.PublicChatType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.PublicChatTypeHasUsernameThe chat is public, because it has username.static classTdApi.PublicChatTypeIsLocationBasedThe chat is public, because it is a location-based supergroup.Fields in org.drinkless.tdlib declared as TdApi.PublicChatType Modifier and Type Field Description TdApi.PublicChatTypeTdApi.CheckCreatedPublicChatsLimit. typeType of the public chats, for which to check the limit.TdApi.PublicChatTypeTdApi.GetCreatedPublicChats. typeType of the public chats to return.Constructors in org.drinkless.tdlib with parameters of type TdApi.PublicChatType Constructor Description CheckCreatedPublicChatsLimit(TdApi.PublicChatType type)Creates a function, which checks whether the maximum number of owned public chats has been reached.GetCreatedPublicChats(TdApi.PublicChatType type)Creates a function, which returns a list of public chats of the specified type, owned by the user.
-