telegram-to-discord/dto/discord.go

8 lines
99 B
Go
Raw Permalink Normal View History

2025-03-23 15:35:24 +03:00
package dto
type DiscordDTO struct {
AuthorName string
Content string
2025-03-29 21:58:33 +03:00
Images *[]Image
2025-03-23 15:35:24 +03:00
}