const github.com/gotd/td/tg.BytesTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_bytes_gen.go#L41: const BytesTypeID = 0xe937bb82
tl_bytes_gen.go#L72: return BytesTypeID
tl_bytes_gen.go#L84: ID: BytesTypeID,
tl_bytes_gen.go#L99: buf.PutID(BytesTypeID)
tl_bytes_gen.go#L116: if err := buf.ConsumeID(BytesTypeID); err != nil {
tl_registry_gen.go#L1807: BytesTypeID: "bytes#e937bb82",
tl_registry_gen.go#L3589: "bytes": BytesTypeID,
tl_registry_gen.go#L5371: BytesTypeID: func() bin.Object { return &Bytes{} },
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. |