implement import contact command

This commit is contained in:
liamcottle 2025-02-15 21:39:29 +13:00
parent df3c032acd
commit 381a1b9d17
3 changed files with 17 additions and 0 deletions

View file

@ -29,6 +29,7 @@ class Constants {
RemoveContact: 15,
ShareContact: 16,
ExportContact: 17,
ImportContact: 18,
}
static ResponseCodes = {