const github.com/gotd/td/tg.UpdateAutoSaveSettingsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1214: u.handlers[UpdateAutoSaveSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L374: UpdateAutoSaveSettingsTypeID: "updateAutoSaveSettings#ec05b097",
tl_registry_gen.go#L2156: "updateAutoSaveSettings": UpdateAutoSaveSettingsTypeID,
tl_registry_gen.go#L3938: UpdateAutoSaveSettingsTypeID: func() bin.Object { return &UpdateAutoSaveSettings{} },
tl_registry_gen.go#L6635: UpdateAutoSaveSettingsTypeID,
tl_update_gen.go#L22445: const UpdateAutoSaveSettingsTypeID = 0xec05b097
tl_update_gen.go#L22481: return UpdateAutoSaveSettingsTypeID
tl_update_gen.go#L22493: ID: UpdateAutoSaveSettingsTypeID,
tl_update_gen.go#L22508: b.PutID(UpdateAutoSaveSettingsTypeID)
tl_update_gen.go#L22525: if err := b.ConsumeID(UpdateAutoSaveSettingsTypeID); err != nil {
tl_update_gen.go#L25719: case UpdateAutoSaveSettingsTypeID:
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. |