Interface StoriesSendInteractionParams

interface StoriesSendInteractionParams {
    access_key: string;
    is_anonymous?: number | boolean;
    is_broadcast?: number | boolean;
    message?: string;
    unseen_marker?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access_key: string
is_anonymous?: number | boolean
is_broadcast?: number | boolean
message?: string
unseen_marker?: number | boolean

Generated using TypeDoc