const github.com/gotd/td/tg.CodeSettingsTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_code_settings_gen.go#L90: const CodeSettingsTypeID = 0xad253d78
tl_code_settings_gen.go#L178: return CodeSettingsTypeID
tl_code_settings_gen.go#L190: ID: CodeSettingsTypeID,
tl_code_settings_gen.go#L274: b.PutID(CodeSettingsTypeID)
tl_code_settings_gen.go#L307: if err := b.ConsumeID(CodeSettingsTypeID); err != nil {
tl_registry_gen.go#L948: CodeSettingsTypeID: "codeSettings#ad253d78",
tl_registry_gen.go#L2730: "codeSettings": CodeSettingsTypeID,
tl_registry_gen.go#L4512: CodeSettingsTypeID: func() bin.Object { return &CodeSettings{} },
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. |