teleproto - v1.229.0
    Preparing search index...

    Class PageBlockEmbed

    Hierarchy (View Summary)

    • VirtualClass<
          {
              allowScrolling?: boolean;
              caption: TypePageCaption;
              fullWidth?: boolean;
              h?: int;
              html?: string;
              posterPhotoId?: long;
              url?: string;
              w?: int;
          },
      >
      • PageBlockEmbed
    Index
    • Parameters

      • args: {
            allowScrolling?: boolean;
            caption: PageCaption;
            fullWidth?: boolean;
            h?: number;
            html?: string;
            posterPhotoId?: BigInteger;
            url?: string;
            w?: number;
        }

      Returns PageBlockEmbed

    • Returns {
          allowScrolling?: boolean;
          caption: PageCaption;
          fullWidth?: boolean;
          h?: number;
          html?: string;
          posterPhotoId?: BigInteger;
          url?: string;
          w?: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    allowScrolling?: boolean
    caption: PageCaption
    className: "PageBlockEmbed"
    classType: "constructor"
    CONSTRUCTOR_ID: 2826014149
    fullWidth?: boolean
    h?: number
    html?: string
    originalArgs: {
        allowScrolling?: boolean;
        caption: PageCaption;
        fullWidth?: boolean;
        h?: number;
        html?: string;
        posterPhotoId?: BigInteger;
        url?: string;
        w?: number;
    }
    posterPhotoId?: BigInteger
    SUBCLASS_OF_ID: 449467972
    url?: string
    w?: number