Interface SecureSendNotificationParams

interface SecureSendNotificationParams {
    message: string;
    notification_id?: number;
    promo_id?: number;
    user_id?: number;
    user_ids?: number | number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

message: string

notification text which should be sent in 'UTF-8' encoding ('254' characters maximum).

notification_id?: number
promo_id?: number
user_id?: number
user_ids?: number | number[]

Generated using TypeDoc