This commit is contained in:
8
client/avatar.go
Normal file
8
client/avatar.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
import "time"
|
||||
|
||||
type Avatar struct {
|
||||
File string
|
||||
Date time.Time
|
||||
}
|
Reference in New Issue
Block a user