meowlib/client/avatar.go

9 lines
83 B
Go
Raw Permalink Normal View History

2024-05-22 10:06:00 +02:00
package client
import "time"
type Avatar struct {
File string
Date time.Time
}