UpdateChatAvatarArguments constructor
- required ChatId chatId,
- MultipartFile? file,
- CropAreaInput? crop,
Implementation
UpdateChatAvatarArguments({
required this.chatId,
this.file,
this.crop,
});
UpdateChatAvatarArguments({
required this.chatId,
this.file,
this.crop,
});