/** * An object containing information on the first users message. For a contact initiated message this will represent the users original message. */ export interface ConversationFirstContactReply { /** */ created_at?: number; /** */ type?: string; /** */ url?: string; }