Uses of Class
org.drinkless.tdlib.TdApi.TopChatCategory
Packages that use TdApi.TopChatCategory
-
Uses of TdApi.TopChatCategory in org.drinkless.tdlib
Subclasses of TdApi.TopChatCategory in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A category containing frequently used private chats with bot users.static class
A category containing frequently used chats used for calls.static class
A category containing frequently used channels.static class
A category containing frequently used chats used to forward messages.static class
A category containing frequently used basic groups and supergroups.static class
A category containing frequently used chats with inline bots sorted by their usage in inline mode.static class
A category containing frequently used private chats with non-bot users.static class
A category containing frequently used chats with bots, which Web Apps were opened.Fields in org.drinkless.tdlib declared as TdApi.TopChatCategoryModifier and TypeFieldDescriptionTdApi.GetTopChats.category
Category of chats to be returned.TdApi.RemoveTopChat.category
Category of frequently used chats.Constructors in org.drinkless.tdlib with parameters of type TdApi.TopChatCategoryModifierConstructorDescriptionGetTopChats
(TdApi.TopChatCategory category, int limit) Creates a function, which returns a list of frequently used chats.RemoveTopChat
(TdApi.TopChatCategory category, long chatId) Creates a function, which removes a chat from the list of frequently used chats.