teleproto - v1.229.0
    Preparing search index...

    Interface GetInputMediaInterface

    interface GetInputMediaInterface {
        attributes?: TypeDocumentAttribute[];
        forceDocument?: boolean;
        isPhoto?: boolean;
        nosoundVideo?: boolean;
        spoiler?: boolean;
        supportsStreaming?: boolean;
        ttlSeconds?: number;
        videoCover?: TypeInputPhoto;
        videoNote?: boolean;
        videoTimestamp?: number;
        voiceNote?: boolean;
    }
    Index
    attributes?: TypeDocumentAttribute[]
    forceDocument?: boolean
    isPhoto?: boolean
    nosoundVideo?: boolean
    spoiler?: boolean
    supportsStreaming?: boolean
    ttlSeconds?: number
    videoCover?: TypeInputPhoto
    videoNote?: boolean
    videoTimestamp?: number
    voiceNote?: boolean