@webitel/api-services
    Preparing search index...
    interface WebitelChatServerMessage {
        buttons?: WebitelChatServerButtons[];
        contact?: WebitelChatServerAccount;
        createdAt?: string;
        file?: WebitelChatServerFile;
        forwardFromChatId?: string;
        forwardFromMessageId?: string;
        forwardFromVariables?: WebitelChatServerMessageForwardFromVariables;
        from?: WebitelChatServerAccount;
        id?: string;
        inline?: WebitelChatServerButtons[];
        kind?: string;
        leftChatMember?: WebitelChatServerAccount;
        newChatMembers?: WebitelChatServerAccount[];
        noInput?: boolean;
        postback?: WebitelChatServerPostback;
        replyToMessageId?: string;
        replyToVariables?: WebitelChatServerMessageReplyToVariables;
        text?: string;
        type?: string;
        updatedAt?: string;
        variables?: WebitelChatServerMessageVariables;
    }
    Index

    Properties

    createdAt?: string

    Optional. Send message date (epochtime ms) Generates by the service.

    forwardFromChatId?: string
    forwardFromMessageId?: string
    id?: string
    kind?: string
    leftChatMember?: WebitelChatServerAccount
    newChatMembers?: WebitelChatServerAccount[]
    noInput?: boolean

    An option used to block input to force the user to respond with one of the Buttons. Instructs client agents to disable input capabilities. Can only be used with a set of Buttons.

    Postback. Reply Button Click[ed].

    replyToMessageId?: string
    text?: string
    type?: string

    Type of this Message to notify e.g.: text, file, read, status etc.

    updatedAt?: string