telegram-to-discord/dto/telegram.go

7 lines
79 B
Go
Raw Normal View History

2025-03-23 15:35:24 +03:00
package dto
type TelegramDTO struct {
AuthorName string
Content string
}