Interface MessageCustomServiceAction

A non-standard action has happened in the chat. Subtype of MessageContent.

interface MessageCustomServiceAction {
    @type: "messageCustomServiceAction";
    text: string;
}

Properties

Properties

@type: "messageCustomServiceAction"
text: string

Message text to be shown in the chat.