6 lines
99 B
Go
Raw Permalink Normal View History

2023-10-13 14:37:41 +03:00
package dto
type WAProfileRequest struct {
Phone string `url:"phone" validate:"required,e164"`
}