Uses of Class
org.drinkless.tdlib.TdApi.ChatType
Packages that use TdApi.ChatType
-
Uses of TdApi.ChatType in org.drinkless.tdlib
Subclasses of TdApi.ChatType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A basic group (a chat with 0-200 other users).static class
An ordinary chat with a user.static class
A secret chat with a user.static class
A supergroup or channel (with unlimited members).Fields in org.drinkless.tdlib declared as TdApi.ChatTypeModifier and TypeFieldDescriptionTdApi.UpdateNewInlineQuery.chatType
The type of the chat from which the query originated; may be null if unknown.TdApi.Chat.type
Type of the chat.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatTypeModifierConstructorDescriptionChat
(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, int accentColorId, long backgroundCustomEmojiId, int profileAccentColorId, long profileBackgroundCustomEmojiId, TdApi.ChatPermissions permissions, TdApi.Message lastMessage, TdApi.ChatPosition[] positions, TdApi.ChatList[] chatLists, TdApi.MessageSender messageSenderId, TdApi.BlockList blockList, boolean hasProtectedContent, boolean isTranslatable, boolean isMarkedAsUnread, boolean viewAsTopics, boolean hasScheduledMessages, boolean canBeDeletedOnlyForSelf, boolean canBeDeletedForAllUsers, boolean canBeReported, boolean defaultDisableNotification, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.ChatAvailableReactions availableReactions, int messageAutoDeleteTime, TdApi.EmojiStatus emojiStatus, TdApi.ChatBackground background, String themeName, TdApi.ChatActionBar actionBar, TdApi.BusinessBotManageBar businessBotManageBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData) A chat.UpdateNewInlineQuery
(long id, long senderUserId, TdApi.Location userLocation, TdApi.ChatType chatType, String query, String offset) A new incoming inline query; for bots only.