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