telegram-to-discord/dto/telegram.go
2025-03-29 21:58:33 +03:00

7 lines
100 B
Go

package dto
type TelegramDTO struct {
AuthorName string
Content string
Images *[]Image
}