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{} },