const github.com/gotd/td/tg.AutoSaveSettingsTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_auto_save_settings_gen.go#L55: const AutoSaveSettingsTypeID = 0xc84834ce
tl_auto_save_settings_gen.go#L112: return AutoSaveSettingsTypeID
tl_auto_save_settings_gen.go#L124: ID: AutoSaveSettingsTypeID,
tl_auto_save_settings_gen.go#L168: b.PutID(AutoSaveSettingsTypeID)
tl_auto_save_settings_gen.go#L192: if err := b.ConsumeID(AutoSaveSettingsTypeID); err != nil {
tl_registry_gen.go#L1162: AutoSaveSettingsTypeID: "autoSaveSettings#c84834ce",
tl_registry_gen.go#L2944: "autoSaveSettings": AutoSaveSettingsTypeID,
tl_registry_gen.go#L4726: AutoSaveSettingsTypeID: func() bin.Object { return &AutoSaveSettings{} },
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. |