wa-profile-api/internal/dto/profile.go
2023-10-13 14:37:41 +03:00

6 lines
99 B
Go

package dto
type WAProfile struct {
Name string `json:"name"`
Avatar string `json:"avatar"`
}