const github.com/gotd/td/tg.PhoneCallRequestedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L575: const PhoneCallRequestedTypeID = 0x14b0ed0c
tl_phone_call_gen.go#L659: return PhoneCallRequestedTypeID
tl_phone_call_gen.go#L671: ID: PhoneCallRequestedTypeID,
tl_phone_call_gen.go#L727: b.PutID(PhoneCallRequestedTypeID)
tl_phone_call_gen.go#L757: if err := b.ConsumeID(PhoneCallRequestedTypeID); err != nil {
tl_phone_call_gen.go#L2260: case PhoneCallRequestedTypeID:
tl_registry_gen.go#L771: PhoneCallRequestedTypeID: "phoneCallRequested#14b0ed0c",
tl_registry_gen.go#L2553: "phoneCallRequested": PhoneCallRequestedTypeID,
tl_registry_gen.go#L4335: PhoneCallRequestedTypeID: func() bin.Object { return &PhoneCallRequested{} },
tl_registry_gen.go#L6289: PhoneCallRequestedTypeID,
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. |