Payload for the admin.messaing.sendMulticast() method. The payload contains all the fields in the BaseMessage type, and a list of tokens.

Signature:

export interface MulticastMessage extends BaseMessage 

Extends: BaseMessage

Properties

Property Type Description
tokens string[]

MulticastMessage.tokens

Signature:

tokens: string[];