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