Uses of Class
org.drinkless.tdlib.TdApi.ChatPhotoInfo
-
Packages that use TdApi.ChatPhotoInfo Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatPhotoInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatPhotoInfo Modifier and Type Field Description TdApi.ChatPhotoInfoTdApi.Chat. photoChat photo; may be null.TdApi.ChatPhotoInfoTdApi.ChatInviteLinkInfo. photoChat photo; may be null.TdApi.ChatPhotoInfoTdApi.PageBlockChatLink. photoChat photo; may be null.TdApi.ChatPhotoInfoTdApi.UpdateChatPhoto. photoThe new chat photo; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatPhotoInfo 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.PageBlockChatLink(String title, TdApi.ChatPhotoInfo photo, String username)A link to a chat.UpdateChatPhoto(long chatId, TdApi.ChatPhotoInfo photo)A chat photo was changed.
-