InputDocument
- class pyrogram.raw.types.InputDocument
Defines a document for subsequent interaction.
Constructor of
InputDocument.- Details:
Layer:
223ID:
1ABFB575
- Parameters:
id (
int64-bit) – Document IDaccess_hash (
int64-bit) – access_hash parameter from the document constructorfile_reference (
bytes) – File reference
TL Schema
inputDocument#1abfb575
id:long
access_hash:long
file_reference:bytes
= InputDocument
Parameter Tree
InputDocument
├── id →
long├── access_hash →
long└── file_reference →
bytesExample
InputDocument(
id=0,
access_hash=0,
file_reference=b"data",
)