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

10 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_gen.go#L271: const InputEncryptedFileLocationTypeID = 0xf5235d55
		tl_input_file_location_gen.go#L322: 	return InputEncryptedFileLocationTypeID
		tl_input_file_location_gen.go#L334: 		ID:   InputEncryptedFileLocationTypeID,
		tl_input_file_location_gen.go#L358: 	b.PutID(InputEncryptedFileLocationTypeID)
		tl_input_file_location_gen.go#L377: 	if err := b.ConsumeID(InputEncryptedFileLocationTypeID); err != nil {
		tl_input_file_location_gen.go#L2625: 	case InputEncryptedFileLocationTypeID:
		tl_registry_gen.go#L84: 		InputEncryptedFileLocationTypeID:                         "inputEncryptedFileLocation#f5235d55",
		tl_registry_gen.go#L1866: 		"inputEncryptedFileLocation":                         InputEncryptedFileLocationTypeID,
		tl_registry_gen.go#L3648: 		InputEncryptedFileLocationTypeID:                         func() bin.Object { return &InputEncryptedFileLocation{} },
		tl_registry_gen.go#L5824: 			InputEncryptedFileLocationTypeID,