Adding Contact
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
package contact
|
||||||
|
|
||||||
|
type Contact struct {
|
||||||
|
PhoneNumber string `json:"phone_number,omitempty"`
|
||||||
|
UserId string `json:"user_id,omitempty"`
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user