MediaContent
Represents different types of media content that can be attached to messages. Supports images, videos, audio files, and documents with base64 encoding capabilities.
Inheritors
Types
Link copied to clipboard
Represents audio content stored as byte array.
Link copied to clipboard
Represents a document file that can be loaded from a local path. URLs are not supported for security reasons.
Link copied to clipboard
Represents image content that can be loaded from a local file or URL.
Link copied to clipboard
Represents video content stored as byte array.