UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

12 lines (11 loc) 298 B
/** * 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; }