github.com/gotd/td/tg.AutoDownloadSettings.Encode (method, view implemented interface methods)
5 uses
github.com/gotd/td/tg (current package)
tl_account_auto_download_settings_gen.go#L148: if err := a.Low.Encode(b); err != nil {
tl_account_auto_download_settings_gen.go#L151: if err := a.Medium.Encode(b); err != nil {
tl_account_auto_download_settings_gen.go#L154: if err := a.High.Encode(b); err != nil {
tl_account_save_auto_download_settings_gen.go#L172: if err := s.Settings.Encode(b); err != nil {
tl_auto_download_settings_gen.go#L260: func (a *AutoDownloadSettings) Encode(b *bin.Buffer) error {
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. |