Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface WebAppChat

    interface WebAppChat {
        id: number;
        photo_url?: string;
        title: string;
        type: string;
        username?: string;
    }
    Index

    Properties

    id: number
    photo_url?: string
    title: string
    type: string
    username?: string