mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-05 06:43:12 +08:00
5 lines
74 B
Go
5 lines
74 B
Go
package schemas
|
|
|
|
type Message struct {
|
|
Message string `json:"message"`
|
|
}
|