Yurba.js Documentation
    Preparing search index...

    Interface SendMessagePayload

    interface SendMessagePayload {
        attachments: AttachmentPayload[];
        edit: null | number;
        photos_list: number[];
        replyTo: null | number;
        text: string;
    }
    Index

    Properties

    attachments: AttachmentPayload[]
    edit: null | number
    photos_list: number[]
    replyTo: null | number
    text: string