mirror of
https://github.com/tgdrive/teldrive.git
synced 2024-11-14 19:56:33 +08:00
6 lines
74 B
Go
6 lines
74 B
Go
|
package schemas
|
||
|
|
||
|
type Message struct {
|
||
|
Message string `json:"message"`
|
||
|
}
|