intercom-client
Version:
Official Node bindings to the Intercom API
15 lines (14 loc) • 371 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
/**
* 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;
}