InputChatPhotoPrevious constructor

const InputChatPhotoPrevious({
  1. required int chatPhotoId,
})

A previously used profile photo of the current user

Implementation

const InputChatPhotoPrevious({
  required this.chatPhotoId,
});