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.newPhoto
New chat photo value; may be null.TdApi.ChatEventPhotoChanged.oldPhoto
Previous chat photo value; may be null.TdApi.UserFullInfo.personalPhoto
User profile photo set by the current user for the contact; may be null.TdApi.BasicGroupFullInfo.photo
Chat photo; may be null if empty or unknown.TdApi.LinkPreviewTypeChannelBoost.photo
Photo of the chat; may be null.TdApi.LinkPreviewTypeChat.photo
Photo of the chat; may be null.TdApi.LinkPreviewTypeSupergroupBoost.photo
Photo of the chat; may be null.TdApi.LinkPreviewTypeUser.photo
Photo of the user; may be null if none.TdApi.LinkPreviewTypeVideoChat.photo
Photo of the chat with the video chat; may be null if none.TdApi.MessageChatChangePhoto.photo
New chat photo.TdApi.MessageSuggestProfilePhoto.photo
The suggested chat photo.TdApi.SupergroupFullInfo.photo
Chat photo; may be null if empty or unknown.TdApi.UserFullInfo.photo
User profile photo; may be null.TdApi.ChatPhotos.photos
List of photos.TdApi.UserFullInfo.publicPhoto
User 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) 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, 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 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.