Interface AndroidConversationPushObject

interface AndroidConversationPushObject {
    messages: AndroidConversationPushMessageObject[];
    persons: AndroidConversationPushPersonObject[];
    reply_person_id: string;
    shortcut_id: string;
}

Properties

reply_person_id: string
shortcut_id: string