copyWith method

InputChatPhotoPrevious copyWith({
  1. int? chatPhotoId,
})

Implementation

InputChatPhotoPrevious copyWith({int? chatPhotoId}) =>
    InputChatPhotoPrevious(chatPhotoId: chatPhotoId ?? this.chatPhotoId);