Uses of Class
org.drinkless.tdlib.TdApi.ChatPhoto
-
Packages that use TdApi.ChatPhoto Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatPhoto in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatPhoto Modifier and Type Field Description TdApi.ChatPhotoTdApi.ChatEventPhotoChanged. newPhotoNew chat photo value; may be null.TdApi.ChatPhotoTdApi.ChatEventPhotoChanged. oldPhotoPrevious chat photo value; may be null.TdApi.ChatPhotoTdApi.BasicGroupFullInfo. photoChat photo; may be null.TdApi.ChatPhotoTdApi.MessageChatChangePhoto. photoNew chat photo.TdApi.ChatPhotoTdApi.SupergroupFullInfo. photoChat photo; may be null.TdApi.ChatPhotoTdApi.UserFullInfo. photoUser profile photo; may be null.TdApi.ChatPhoto[]TdApi.ChatPhotos. photosList of photos.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatPhoto Constructor Description BasicGroupFullInfo(TdApi.ChatPhoto photo, String description, long creatorUserId, TdApi.ChatMember[] members, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands)Contains full information about a basic group.ChatEventPhotoChanged(TdApi.ChatPhoto oldPhoto, TdApi.ChatPhoto newPhoto)The chat photo was changed.ChatPhotos(int totalCount, TdApi.ChatPhoto[] photos)Contains a list of chat or user profile photos.MessageChatChangePhoto(TdApi.ChatPhoto photo)An updated chat photo.SupergroupFullInfo(TdApi.ChatPhoto photo, String description, int memberCount, int administratorCount, int restrictedCount, int bannedCount, long linkedChatId, int slowModeDelay, double slowModeDelayExpiresIn, boolean canGetMembers, boolean canSetUsername, boolean canSetStickerSet, boolean canSetLocation, boolean canGetStatistics, boolean isAllHistoryAvailable, long stickerSetId, TdApi.ChatLocation location, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands, long upgradedFromBasicGroupId, long upgradedFromMaxMessageId)Contains full information about a supergroup or channel.UserFullInfo(TdApi.ChatPhoto photo, boolean isBlocked, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean needPhoneNumberPrivacyException, String bio, String shareText, String description, int groupInCommonCount, TdApi.BotCommand[] commands)Contains full information about a user.
-