braze-api
    Preparing search index...

    Interface AndroidConversationPushObject

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

    Properties

    reply_person_id: string
    shortcut_id: string