Yurba.js Documentation
    Preparing search index...

    Interface MessageData

    interface MessageData {
        attachments?: any[];
        edit?: null | number;
        photos_list?: any[];
        replyTo?: null | number;
        repost?: any;
        text: string;
    }
    Index

    Properties

    attachments?: any[]
    edit?: null | number
    photos_list?: any[]
    replyTo?: null | number
    repost?: any
    text: string