Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface GetChannelProfileRequest<T>

    interface GetChannelProfileRequest<T extends Recipient> {
        app_id: string;
        channel: string;
        recipient: T;
    }

    Type Parameters

    Index

    Properties

    app_id: string

    The ID of the app.

    channel: string

    GetChannelProfileConversationChannel

    recipient: T

    Recipient