inputWebDocument
The document
type tg.InputWebDocument struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
URL | string | yes | Remote document URL to be downloaded using the appropriate method |
Size | int | yes | Remote file size |
MimeType | string | yes | Mime type |
Attributes | []DocumentAttributeClass | yes | Attributes for media types |
References
- Official documentation
- Generated Go reference
- TL definition:
inputWebDocument#9bed434d