Translation: {
content: string;
detected_source_language: string;
id: string | null;
language: string;
media_attachments: { description: string; id: string }[];
poll?: { id: string; options: { title: string }[] };
provider: string | null;
spoiler_text: string;
}
Type Declaration
content: string
detected_source_language: string
id: string | null
language: string
Optionalpoll?: { id: string; options: { title: string }[] }
provider: string | null
spoiler_text: string