const github.com/gotd/td/tg.PhoneCallProtocolTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_phone_call_protocol_gen.go#L66: const PhoneCallProtocolTypeID = 0xfc878fc8
tl_phone_call_protocol_gen.go#L130: return PhoneCallProtocolTypeID
tl_phone_call_protocol_gen.go#L142: ID: PhoneCallProtocolTypeID,
tl_phone_call_protocol_gen.go#L190: b.PutID(PhoneCallProtocolTypeID)
tl_phone_call_protocol_gen.go#L217: if err := b.ConsumeID(PhoneCallProtocolTypeID); err != nil {
tl_registry_gen.go#L777: PhoneCallProtocolTypeID: "phoneCallProtocol#fc878fc8",
tl_registry_gen.go#L2559: "phoneCallProtocol": PhoneCallProtocolTypeID,
tl_registry_gen.go#L4341: PhoneCallProtocolTypeID: func() bin.Object { return &PhoneCallProtocol{} },
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. |