Layer 220
constructor
documentAttributeFilename#15590068 file_name:string = DocumentAttribute;

Parameters

Name Type Description
FileName string The file name

Gogram Example

// Creating DocumentAttributeFilename constructor
obj := &tg.DocumentAttributeFilename{
    FileName: "...",
}