/**
 * Represents an audio message type.
 */
export type MessageAudioType = {
    /**
     * The URL of the audio attachment.
     */
    url: string;
};
//# sourceMappingURL=MessageAudioType.d.ts.map