Zamok Kiosk API
    Preparing search index...

    Type Alias SendChatMessageAP

    type SendChatMessageAP = {
        messages: ChatMessage[];
        participants: Record<string, ChatParticipant>;
    }
    Index

    Properties

    messages: ChatMessage[]
    participants: Record<string, ChatParticipant>