const github.com/gotd/td/tg.PhoneCallTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L1298: const PhoneCallTypeID = 0x967f7c67
tl_phone_call_gen.go#L1402: return PhoneCallTypeID
tl_phone_call_gen.go#L1414: ID: PhoneCallTypeID,
tl_phone_call_gen.go#L1490: b.PutID(PhoneCallTypeID)
tl_phone_call_gen.go#L1531: if err := b.ConsumeID(PhoneCallTypeID); err != nil {
tl_phone_call_gen.go#L2274: case PhoneCallTypeID:
tl_registry_gen.go#L773: PhoneCallTypeID: "phoneCall#967f7c67",
tl_registry_gen.go#L2555: "phoneCall": PhoneCallTypeID,
tl_registry_gen.go#L4337: PhoneCallTypeID: func() bin.Object { return &PhoneCall{} },
tl_registry_gen.go#L6291: PhoneCallTypeID,
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. |