7 lines
100 B
Go
7 lines
100 B
Go
package dto
|
|
|
|
type TelegramDTO struct {
|
|
AuthorName string
|
|
Content string
|
|
Images *[]Image
|
|
}
|