autoSaveSettings
Media autosave settings
type tg.AutoSaveSettings struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Photos | bool | — | Whether photos should be autosaved to the gallery. |
Videos | bool | — | Whether videos should be autosaved to the gallery. |
VideoMaxSize | int64 | — | If set, specifies a size limit for autosavable videos |
References
- Official documentation
- Generated Go reference
- TL definition:
autoSaveSettings#c84834ce