Uses of Class
org.drinkless.tdlib.TdApi.ProfilePhoto
Packages that use TdApi.ProfilePhoto
-
Uses of TdApi.ProfilePhoto in dev.voroby.springframework.telegram.client.templates
Methods in dev.voroby.springframework.telegram.client.templates that return types with arguments of type TdApi.ProfilePhotoModifier and TypeMethodDescriptionUserTemplate.getProfilePhoto
(long userId) Returns profile photo of the user. -
Uses of TdApi.ProfilePhoto in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ProfilePhotoConstructors in org.drinkless.tdlib with parameters of type TdApi.ProfilePhotoModifierConstructorDescriptionUser
(long id, String firstName, String lastName, TdApi.Usernames usernames, String phoneNumber, TdApi.UserStatus status, TdApi.ProfilePhoto profilePhoto, int accentColorId, long backgroundCustomEmojiId, int profileAccentColorId, long profileBackgroundCustomEmojiId, TdApi.EmojiStatus emojiStatus, boolean isContact, boolean isMutualContact, boolean isCloseFriend, TdApi.VerificationStatus verificationStatus, boolean isPremium, boolean isSupport, String restrictionReason, boolean hasActiveStories, boolean hasUnreadActiveStories, boolean restrictsNewChats, long paidMessageStarCount, boolean haveAccess, TdApi.UserType type, String languageCode, boolean addedToAttachmentMenu) Represents a user.