const github.com/gotd/td/tg.PhoneCallEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L44: const PhoneCallEmptyTypeID = 0x5366c915
tl_phone_call_gen.go#L90: return PhoneCallEmptyTypeID
tl_phone_call_gen.go#L102: ID: PhoneCallEmptyTypeID,
tl_phone_call_gen.go#L122: b.PutID(PhoneCallEmptyTypeID)
tl_phone_call_gen.go#L140: if err := b.ConsumeID(PhoneCallEmptyTypeID); err != nil {
tl_phone_call_gen.go#L2246: case PhoneCallEmptyTypeID:
tl_registry_gen.go#L769: PhoneCallEmptyTypeID: "phoneCallEmpty#5366c915",
tl_registry_gen.go#L2551: "phoneCallEmpty": PhoneCallEmptyTypeID,
tl_registry_gen.go#L4333: PhoneCallEmptyTypeID: func() bin.Object { return &PhoneCallEmpty{} },
tl_registry_gen.go#L6287: PhoneCallEmptyTypeID,
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. |