Uses of Class
org.drinkless.tdlib.TdApi.ProfilePhoto
-
Packages that use TdApi.ProfilePhoto Package Description org.drinkless.tdlib -
-
Uses of TdApi.ProfilePhoto in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ProfilePhoto Modifier and Type Field Description TdApi.ProfilePhotoTdApi.User. profilePhotoProfile photo of the user; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.ProfilePhoto Constructor Description User(long id, String firstName, String lastName, String username, String phoneNumber, TdApi.UserStatus status, TdApi.ProfilePhoto profilePhoto, boolean isContact, boolean isMutualContact, boolean isVerified, boolean isSupport, String restrictionReason, boolean isScam, boolean isFake, boolean haveAccess, TdApi.UserType type, String languageCode)Represents a user.
-