teleproto - v1.229.0
    Preparing search index...

    Interface StoriesStartLiveParams

    interface StoriesStartLiveParams {
        caption?: string;
        entities?: TypeMessageEntityIn[];
        messagesEnabled?: boolean;
        noforwards?: boolean;
        peer: EntityLike;
        pinned?: boolean;
        privacyRules: TypeInputPrivacyRuleIn[];
        randomId?: BigInteger;
        rtmpStream?: boolean;
        sendPaidMessagesStars?: BigInteger;
    }
    Index
    caption?: string
    entities?: TypeMessageEntityIn[]
    messagesEnabled?: boolean
    noforwards?: boolean
    peer: EntityLike
    pinned?: boolean
    privacyRules: TypeInputPrivacyRuleIn[]
    randomId?: BigInteger
    rtmpStream?: boolean
    sendPaidMessagesStars?: BigInteger