# IdeaMedia

IdeaMedia

Media attached to an idea

**Fields:**
- `id`: `ID!` - Unique identifier for the media in Buffer's upload system
- `alt`: `String` - Alternative text description for accessibility
- `size`: `Int` - File size in bytes
- `source`: `IdeaMediaSource` - Source platform information for the media
- `thumbnailUrl`: `String` - URL to a smaller version of the media for preview purposes
- `type`: `MediaType!` - Type of media (e.g., image, video, gif)
- `url`: `String!` - Direct URL to access the media file