const github.com/gotd/td/tg.PhoneCallProtocolTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_phone_call_protocol_gen.go#L69: const PhoneCallProtocolTypeID = 0xfc878fc8
		tl_phone_call_protocol_gen.go#L133: 	return PhoneCallProtocolTypeID
		tl_phone_call_protocol_gen.go#L145: 		ID:   PhoneCallProtocolTypeID,
		tl_phone_call_protocol_gen.go#L193: 	b.PutID(PhoneCallProtocolTypeID)
		tl_phone_call_protocol_gen.go#L220: 	if err := b.ConsumeID(PhoneCallProtocolTypeID); err != nil {
		tl_registry_gen.go#L919: 		PhoneCallProtocolTypeID:                                  "phoneCallProtocol#fc878fc8",
		tl_registry_gen.go#L3386: 		"phoneCallProtocol":                                  PhoneCallProtocolTypeID,
		tl_registry_gen.go#L5853: 		PhoneCallProtocolTypeID:                                  func() bin.Object { return &PhoneCallProtocol{} },