6 lines
79 B
Go
6 lines
79 B
Go
package dto
|
|
|
|
type TelegramDTO struct {
|
|
AuthorName string
|
|
Content string
|
|
}
|