DocumentAttributeFilename
- class pyrogram.raw.types.DocumentAttributeFilename
A simple document with a file name
Constructor of
DocumentAttribute.- Details:
Layer:
223ID:
15590068
- Parameters:
file_name (
str) – The file name
TL Schema
documentAttributeFilename#15590068
file_name:string
= DocumentAttribute
Parameter Tree
DocumentAttributeFilename
└── file_name →
stringExample
DocumentAttributeFilename(
file_name="text",
)