const github.com/gotd/td/tg.PhoneRequestCallRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_phone_request_call_gen.go#L60: const PhoneRequestCallRequestTypeID = 0x42ff96ed
tl_phone_request_call_gen.go#L124: return PhoneRequestCallRequestTypeID
tl_phone_request_call_gen.go#L136: ID: PhoneRequestCallRequestTypeID,
tl_phone_request_call_gen.go#L180: b.PutID(PhoneRequestCallRequestTypeID)
tl_phone_request_call_gen.go#L212: if err := b.ConsumeID(PhoneRequestCallRequestTypeID); err != nil {
tl_registry_gen.go#L1720: PhoneRequestCallRequestTypeID: "phone.requestCall#42ff96ed",
tl_registry_gen.go#L3502: "phone.requestCall": PhoneRequestCallRequestTypeID,
tl_registry_gen.go#L5284: PhoneRequestCallRequestTypeID: func() bin.Object { return &PhoneRequestCallRequest{} },
tl_server_gen.go#L8667: s.handlers[PhoneRequestCallRequestTypeID] = 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. |