const github.com/gotd/td/tg.IntTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_int_gen.go#L41: const IntTypeID = 0xa8509bda
tl_int_gen.go#L72: return IntTypeID
tl_int_gen.go#L84: ID: IntTypeID,
tl_int_gen.go#L99: b.PutID(IntTypeID)
tl_int_gen.go#L116: if err := b.ConsumeID(IntTypeID); err != nil {
tl_registry_gen.go#L1803: IntTypeID: "int#a8509bda",
tl_registry_gen.go#L3585: "int": IntTypeID,
tl_registry_gen.go#L5367: IntTypeID: func() bin.Object { return &Int{} },
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. |