zendesk-messaging-client
    Preparing search index...

    Type Alias ConversationPostbackEventReadable

    ConversationPostbackEventReadable: EventSubSchema & {
        payload?: {
            conversation?: ConversationTruncated;
            postback?: PostbackWebhook;
            source?: SourceWithCampaignWebhook;
            user?: UserReadable;
        };
    }

    conversation:postback

    Type declaration