7 lines
99 B
Go
7 lines
99 B
Go
package dto
|
|
|
|
type WAProfile struct {
|
|
Name string `json:"name"`
|
|
Avatar string `json:"avatar"`
|
|
}
|