IGPAPI
    Preparing search index...

    Interface LiveAddToPostResponse

    interface LiveAddToPostResponse {
        broadcasts: LiveAddToPostBroadcast[];
        can_reply: boolean;
        can_reshare: boolean;
        last_seen_broadcast_ts: number;
        pk: string;
        status: string;
        user: LiveAddToPostUser;
    }
    Index

    Properties

    can_reply: boolean
    can_reshare: boolean
    last_seen_broadcast_ts: number
    pk: string
    status: string