id property
read / write
Photo identifier; 0 for an empty photo. Can be used to find a photo in a list of user profile photos.
; string representation of int, use int.parse
Implementation
late int64 id;
Photo identifier; 0 for an empty photo. Can be used to find a photo in a list of user profile photos.
; string representation of int, use int.parse
late int64 id;