DeleteChatContactArguments constructor

DeleteChatContactArguments({
  1. required ChatContactId id,
})

Implementation

DeleteChatContactArguments({required this.id});