Interface Message

interface Message {
    collapse_key: string;
    from: string;
    notification: { body: string; click_action: string; title: string };
}

Properties

collapse_key: string
from: string
notification: { body: string; click_action: string; title: string }