Uses of Class
org.drinkless.tdlib.TdApi.ChatType
-
Packages that use TdApi.ChatType Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatType in org.drinkless.tdlib
Subclasses of TdApi.ChatType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.ChatTypeBasicGroupA basic group (a chat with 0-200 other users).static classTdApi.ChatTypePrivateAn ordinary chat with a user.static classTdApi.ChatTypeSecretA secret chat with a user.static classTdApi.ChatTypeSupergroupA supergroup or channel (with unlimited members).Fields in org.drinkless.tdlib declared as TdApi.ChatType Modifier and Type Field Description TdApi.ChatTypeTdApi.UpdateNewInlineQuery. chatTypeThe type of the chat, from which the query originated; may be null if unknown.TdApi.ChatTypeTdApi.Chat. typeType of the chat.TdApi.ChatTypeTdApi.ChatInviteLinkInfo. typeType of the chat.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatType Constructor Description Chat(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, TdApi.ChatPermissions permissions, TdApi.Message lastMessage, TdApi.ChatPosition[] positions, TdApi.MessageSender messageSenderId, boolean hasProtectedContent, boolean isMarkedAsUnread, boolean isBlocked, boolean hasScheduledMessages, boolean canBeDeletedOnlyForSelf, boolean canBeDeletedForAllUsers, boolean canBeReported, boolean defaultDisableNotification, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, TdApi.ChatNotificationSettings notificationSettings, int messageTtl, String themeName, TdApi.ChatActionBar actionBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData)A chat.ChatInviteLinkInfo(long chatId, int accessibleFor, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, String description, int memberCount, long[] memberUserIds, boolean createsJoinRequest, boolean isPublic)Contains information about a chat invite link.UpdateNewInlineQuery(long id, long senderUserId, TdApi.Location userLocation, TdApi.ChatType chatType, String query, String offset)A new incoming inline query; for bots only.
-