const github.com/gotd/td/tg.BoolFalseTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bool_gen.go#L42: const BoolFalseTypeID = 0xbc799737
tl_bool_gen.go#L78: return BoolFalseTypeID
tl_bool_gen.go#L90: ID: BoolFalseTypeID,
tl_bool_gen.go#L105: buf.PutID(BoolFalseTypeID)
tl_bool_gen.go#L122: if err := buf.ConsumeID(BoolFalseTypeID); err != nil {
tl_bool_gen.go#L282: case BoolFalseTypeID:
tl_registry_gen.go#L40: BoolFalseTypeID: "boolFalse#bc799737",
tl_registry_gen.go#L1822: "boolFalse": BoolFalseTypeID,
tl_registry_gen.go#L3604: BoolFalseTypeID: func() bin.Object { return &BoolFalse{} },
tl_registry_gen.go#L5465: BoolFalseTypeID,
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. |