Uses of Class
it.tdlight.jni.TdApi.ChatPhoto
-
Uses of TdApi.ChatPhoto in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.ChatEventPhotoChanged.newPhoto
New chat photo value; may be null.TdApi.ChatEventPhotoChanged.oldPhoto
Previous chat photo value; may be null.TdApi.BasicGroupFullInfo.photo
Chat photo; may be null.TdApi.MessageChatChangePhoto.photo
New chat photo.TdApi.SupergroupFullInfo.photo
Chat photo; may be null.TdApi.UserFullInfo.photo
User profile photo; may be null.TdApi.ChatPhotos.photos
List of photos.ModifierConstructorDescriptionBasicGroupFullInfo
(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.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, TdApi.FormattedText bio, int groupInCommonCount, TdApi.BotInfo botInfo) Contains full information about a user.