ticket-pimp/internal/domain/telegram.go

8 lines
84 B
Go

package domain
type TgUser struct {
ID string
Name string
TgLink string
}