UpdateChatAvatarArguments constructor

UpdateChatAvatarArguments({
  1. required ChatId chatId,
  2. MultipartFile? file,
  3. CropAreaInput? crop,
})

Implementation

UpdateChatAvatarArguments({
  required this.chatId,
  this.file,
  this.crop,
});