const github.com/gotd/td/tg.StringTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L1806: StringTypeID: "string#b5286e24",
tl_registry_gen.go#L3588: "string": StringTypeID,
tl_registry_gen.go#L5370: StringTypeID: func() bin.Object { return &String{} },
tl_string_gen.go#L41: const StringTypeID = 0xb5286e24
tl_string_gen.go#L72: return StringTypeID
tl_string_gen.go#L84: ID: StringTypeID,
tl_string_gen.go#L99: b.PutID(StringTypeID)
tl_string_gen.go#L116: if err := b.ConsumeID(StringTypeID); err != nil {
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. |