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