const github.com/gotd/td/tg.PhoneReceivedCallRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_phone_received_call_gen.go#L45: const PhoneReceivedCallRequestTypeID = 0x17d54f61
tl_phone_received_call_gen.go#L86: return PhoneReceivedCallRequestTypeID
tl_phone_received_call_gen.go#L98: ID: PhoneReceivedCallRequestTypeID,
tl_phone_received_call_gen.go#L118: b.PutID(PhoneReceivedCallRequestTypeID)
tl_phone_received_call_gen.go#L138: if err := b.ConsumeID(PhoneReceivedCallRequestTypeID); err != nil {
tl_registry_gen.go#L1723: PhoneReceivedCallRequestTypeID: "phone.receivedCall#17d54f61",
tl_registry_gen.go#L3505: "phone.receivedCall": PhoneReceivedCallRequestTypeID,
tl_registry_gen.go#L5287: PhoneReceivedCallRequestTypeID: func() bin.Object { return &PhoneReceivedCallRequest{} },
tl_server_gen.go#L8722: s.handlers[PhoneReceivedCallRequestTypeID] = handler
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. |