Uses of Class
org.drinkless.tdlib.TdApi.ChatPhotoInfo
Packages that use TdApi.ChatPhotoInfo
-
Uses of TdApi.ChatPhotoInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatPhotoInfoModifier and TypeFieldDescriptionTdApi.Chat.photo
Chat photo; may be null.TdApi.ChatInviteLinkInfo.photo
Chat photo; may be null.TdApi.PageBlockChatLink.photo
Chat photo; may be null.TdApi.UpdateChatPhoto.photo
The new chat photo; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatPhotoInfoModifierConstructorDescriptionChat
(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.ChatInviteLinkInfo
(long chatId, int accessibleFor, TdApi.InviteLinkChatType type, String title, TdApi.ChatPhotoInfo photo, int accentColorId, String description, int memberCount, long[] memberUserIds, TdApi.ChatInviteLinkSubscriptionInfo subscriptionInfo, boolean createsJoinRequest, boolean isPublic, TdApi.VerificationStatus verificationStatus) Contains information about a chat invite link.PageBlockChatLink
(String title, TdApi.ChatPhotoInfo photo, int accentColorId, String username) A link to a chat.UpdateChatPhoto
(long chatId, TdApi.ChatPhotoInfo photo) A chat photo was changed.