WebDocument#

class pyrogram.raw.types.WebDocument#

Remote document.

Constructor of WebDocument.

Details:
  • Layer: 158

  • ID: 1C570ED1

Parameters:
  • url (str) – Document URL.

  • access_hash (int 64-bit) – Access hash.

  • size (int 32-bit) – File size.

  • mime_type (str) – MIME type.

  • attributes (List of DocumentAttribute) – Attributes for media types.