Uses of Class
org.drinkless.tdlib.TdApi.ChatPhoto
Packages that use TdApi.ChatPhoto
-
Uses of TdApi.ChatPhoto in dev.voroby.springframework.telegram.client.templates
Methods in dev.voroby.springframework.telegram.client.templates that return types with arguments of type TdApi.ChatPhotoModifier and TypeMethodDescriptionUserTemplate.getPublicPhoto(long userId) Returns user profile photo visible if the main photo is hidden by privacy settings. -
Uses of TdApi.ChatPhoto in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatPhotoModifier and TypeFieldDescriptionTdApi.ChatEventPhotoChanged.newPhotoNew chat photo value; may be null.TdApi.ChatEventPhotoChanged.oldPhotoPrevious chat photo value; may be null.TdApi.UserFullInfo.personalPhotoUser profile photo set by the current user for the contact; may be null.TdApi.BasicGroupFullInfo.photoChat photo; may be null if empty or unknown.TdApi.LinkPreviewTypeChannelBoost.photoPhoto of the chat; may be null.TdApi.LinkPreviewTypeChat.photoPhoto of the chat; may be null.TdApi.LinkPreviewTypeSupergroupBoost.photoPhoto of the chat; may be null.TdApi.LinkPreviewTypeUser.photoPhoto of the user; may be null if none.TdApi.LinkPreviewTypeVideoChat.photoPhoto of the chat with the video chat; may be null if none.TdApi.MessageChatChangePhoto.photoNew chat photo.TdApi.MessageSuggestProfilePhoto.photoThe suggested chat photo.TdApi.SupergroupFullInfo.photoChat photo; may be null if empty or unknown.TdApi.UserFullInfo.photoUser profile photo; may be null.TdApi.ChatPhotos.photosList of photos.TdApi.UserFullInfo.publicPhotoUser profile photo visible if the main photo is hidden by privacy settings; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatPhotoModifierConstructorDescriptionBasicGroupFullInfo(TdApi.ChatPhoto photo, String description, long creatorUserId, TdApi.ChatMember[] members, boolean canHideMembers, boolean canToggleAggressiveAntiSpam, 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.The link is a link to boost a channel chat.LinkPreviewTypeChat(TdApi.InviteLinkChatType type, TdApi.ChatPhoto photo, boolean createsJoinRequest) The link is a link to a chat.The link is a link to boost a supergroup chat.LinkPreviewTypeUser(TdApi.ChatPhoto photo, boolean isBot) The link is a link to a user.LinkPreviewTypeVideoChat(TdApi.ChatPhoto photo, boolean isLiveStream, boolean joinsAsSpeaker) The link is a link to a video chat.An updated chat photo.A profile photo was suggested to a user in a private chat.SupergroupFullInfo(TdApi.ChatPhoto photo, String description, int memberCount, int administratorCount, int restrictedCount, int bannedCount, long linkedChatId, long directMessagesChatId, int slowModeDelay, double slowModeDelayExpiresIn, boolean canEnablePaidMessages, boolean canEnablePaidReaction, boolean canGetMembers, boolean hasHiddenMembers, boolean canHideMembers, boolean canSetStickerSet, boolean canSetLocation, boolean canGetStatistics, boolean canGetRevenueStatistics, boolean canGetStarRevenueStatistics, boolean canSendGift, boolean canToggleAggressiveAntiSpam, boolean isAllHistoryAvailable, boolean canHaveSponsoredMessages, boolean hasAggressiveAntiSpamEnabled, boolean hasPaidMediaAllowed, boolean hasPinnedStories, int giftCount, int myBoostCount, int unrestrictBoostCount, long outgoingPaidMessageStarCount, long stickerSetId, long customEmojiStickerSetId, TdApi.ChatLocation location, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands, TdApi.BotVerification botVerification, long upgradedFromBasicGroupId, long upgradedFromMaxMessageId) Contains full information about a supergroup or channel.UserFullInfo(TdApi.ChatPhoto personalPhoto, TdApi.ChatPhoto photo, TdApi.ChatPhoto publicPhoto, TdApi.BlockList blockList, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean hasRestrictedVoiceAndVideoNoteMessages, boolean hasPostedToProfileStories, boolean hasSponsoredMessagesEnabled, boolean needPhoneNumberPrivacyException, boolean setChatBackground, TdApi.FormattedText bio, TdApi.Birthdate birthdate, long personalChatId, int giftCount, int groupInCommonCount, long incomingPaidMessageStarCount, long outgoingPaidMessageStarCount, TdApi.GiftSettings giftSettings, TdApi.BotVerification botVerification, TdApi.BusinessInfo businessInfo, TdApi.BotInfo botInfo) Contains full information about a user.