telegram-to-discord/dto/telegram.go
2025-03-23 15:35:24 +03:00

6 lines
79 B
Go

package dto
type TelegramDTO struct {
AuthorName string
Content string
}