Class UserProfilePictures
Represents a users profile pictures
Inheritance
System.Object
UserProfilePictures
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TelegramBotApi.Types
Assembly: TelegramBotApi.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn, ItemNullValueHandling = NullValueHandling.Ignore)]
public class UserProfilePictures
Properties
| Improve this Doc View SourcePhotos
Requested profile pictures (in up to 4 sizes each)
Declaration
[JsonProperty(PropertyName = "photos")]
public PhotoSize[][] Photos { get; set; }
Property Value
Type | Description |
---|---|
PhotoSize[][] |
TotalCount
Total number of profile pictures the target user has
Declaration
[JsonProperty(PropertyName = "total_count")]
public int TotalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |