const github.com/gotd/td/tg.BaseThemeClassicTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_base_theme_gen.go#L42: const BaseThemeClassicTypeID = 0xc3a12462
tl_base_theme_gen.go#L78: return BaseThemeClassicTypeID
tl_base_theme_gen.go#L90: ID: BaseThemeClassicTypeID,
tl_base_theme_gen.go#L105: buf.PutID(BaseThemeClassicTypeID)
tl_base_theme_gen.go#L122: if err := buf.ConsumeID(BaseThemeClassicTypeID); err != nil {
tl_base_theme_gen.go#L591: case BaseThemeClassicTypeID:
tl_registry_gen.go#L979: BaseThemeClassicTypeID: "baseThemeClassic#c3a12462",
tl_registry_gen.go#L2761: "baseThemeClassic": BaseThemeClassicTypeID,
tl_registry_gen.go#L4543: BaseThemeClassicTypeID: func() bin.Object { return &BaseThemeClassic{} },
tl_registry_gen.go#L5458: BaseThemeClassicTypeID,
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. |