ChatPhoto constructor

ChatPhoto(
  1. {required int64 id,
  2. required int added_date,
  3. Minithumbnail? minithumbnail,
  4. required List<PhotoSize> sizes,
  5. AnimatedChatPhoto? animation,
  6. AnimatedChatPhoto? small_animation,
  7. ChatPhotoSticker? sticker,
  8. int? extra,
  9. int? clientId}
)

Describes a chat or user profile photo

Implementation

ChatPhoto