teleproto - v1.229.0
    Preparing search index...

    Class InputMediaDocument

    Hierarchy (View Summary)

    • VirtualClass<
          {
              id: TypeInputDocument;
              query?: string;
              spoiler?: boolean;
              ttlSeconds?: int;
              videoCover?: TypeInputPhoto;
              videoTimestamp?: int;
          },
      >
      • InputMediaDocument
    Index
    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "InputMediaDocument"
    classType: "constructor"
    CONSTRUCTOR_ID: 2826320565
    originalArgs: {
        id: TypeInputDocument;
        query?: string;
        spoiler?: boolean;
        ttlSeconds?: number;
        videoCover?: TypeInputPhoto;
        videoTimestamp?: number;
    }
    query?: string
    spoiler?: boolean
    SUBCLASS_OF_ID: 4210575092
    ttlSeconds?: number
    videoCover?: TypeInputPhoto
    videoTimestamp?: number