github.com/gotd/td/tg.AutoSaveSettings.VideoMaxSize (field)
8 uses
github.com/gotd/td/tg (current package)
tl_auto_save_settings_gen.go#L51: VideoMaxSize int64
tl_auto_save_settings_gen.go#L78: if !(a.VideoMaxSize == 0) {
tl_auto_save_settings_gen.go#L103: a.VideoMaxSize = val
tl_auto_save_settings_gen.go#L158: if !(a.VideoMaxSize == 0) {
tl_auto_save_settings_gen.go#L182: b.PutLong(a.VideoMaxSize)
tl_auto_save_settings_gen.go#L215: a.VideoMaxSize = value
tl_auto_save_settings_gen.go#L261: a.VideoMaxSize = value
tl_auto_save_settings_gen.go#L273: return a.VideoMaxSize, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |