const github.com/gotd/td/tg.LangPackStringTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_lang_pack_string_gen.go#L46: const LangPackStringTypeID = 0xcad181f6
tl_lang_pack_string_gen.go#L97: return LangPackStringTypeID
tl_lang_pack_string_gen.go#L109: ID: LangPackStringTypeID,
tl_lang_pack_string_gen.go#L133: b.PutID(LangPackStringTypeID)
tl_lang_pack_string_gen.go#L152: if err := b.ConsumeID(LangPackStringTypeID); err != nil {
tl_lang_pack_string_gen.go#L807: case LangPackStringTypeID:
tl_registry_gen.go#L783: LangPackStringTypeID: "langPackString#cad181f6",
tl_registry_gen.go#L2565: "langPackString": LangPackStringTypeID,
tl_registry_gen.go#L4347: LangPackStringTypeID: func() bin.Object { return &LangPackString{} },
tl_registry_gen.go#L6001: LangPackStringTypeID,
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. |